Searched refs:other_tty (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp495 fTarget(fCookie->other_tty),
658 struct tty* otherTTY = fCookie->other_tty;
685 if (fCookie->other_tty->open_count == 0
686 && fCookie->other_tty->opened_count > 0) {
688 fCookie->other_tty->opened_count));
1075 struct tty* target = sourceCookie->other_tty;
1180 struct tty* target = sourceCookie->other_tty;
1413 cookie->other_tty = otherTTY;
1458 if (cookie->other_tty->open_count > 0) {
1459 cookie->other_tty
[all...]
H A Dtty_private.h112 struct tty *other_tty; member in struct:tty_cookie
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp334 while (tty_cookie *slave = cookie->other_tty->cookies.Head())

Completed in 105 milliseconds