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

/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp80 static void tty_notify_select_event(struct tty* tty, uint8 event);
895 tty_notify_select_event(struct tty* tty, uint8 event) function
897 TRACE(("tty_notify_select_event(%p, %u)\n", tty, event));
929 tty_notify_select_event(tty, B_SELECT_READ);
939 tty_notify_select_event(otherTTY, B_SELECT_WRITE);
1531 tty_notify_select_event(cookie->other_tty, B_SELECT_WRITE);
1532 tty_notify_select_event(cookie->other_tty, B_SELECT_READ);

Completed in 27 milliseconds