Searched refs:tty_notify_if_available (Results 1 - 1 of 1) 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,
534 tty_notify_if_available(fTarget, fSource, true);
536 tty_notify_if_available(fSource, fTarget, true);
585 tty_notify_if_available(fTarget, fSource, false);
587 tty_notify_if_available(fSource, fTarget, false);
659 tty_notify_if_available(fTTY, (otherTTY->open_count > 0 ? otherTTY : NULL),
915 tty_notify_if_available(struct tty* tty, struct tty* otherTTY, function
1136 tty_notify_if_available(target, source, true);
1138 tty_notify_if_available(source, target, true);
1223 tty_notify_if_available(targe
[all...]

Completed in 30 milliseconds