Searched refs:otherTTY (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp81 static void tty_notify_if_available(struct tty* tty, struct tty* otherTTY,
658 struct tty* otherTTY = fCookie->other_tty; local
659 tty_notify_if_available(fTTY, (otherTTY->open_count > 0 ? otherTTY : NULL),
912 \param otherTTY The connected TTY.
915 tty_notify_if_available(struct tty* tty, struct tty* otherTTY, argument
938 if (otherTTY && otherTTY->open_count > 0)
939 tty_notify_select_event(otherTTY, B_SELECT_WRITE);
1399 tty_create_cookie(struct tty* tty, struct tty* otherTTY, uint3 argument
1956 struct tty* otherTTY = cookie->other_tty; local
2016 struct tty* otherTTY = cookie->other_tty; local
[all...]
H A Dtty_private.h154 extern status_t tty_create_cookie(struct tty *tty, struct tty *otherTTY,

Completed in 40 milliseconds