Searched refs:tty_wakeup (Results 1 – 3 of 3) sorted by relevance
36 void tty_wakeup(struct lwp_tty *tp, int flags);
405 tty_wakeup(tp, FREAD | FWRITE); in ttydev_close()913 tty_wakeup(tp, FREAD | FWRITE); in tty_rel_gone()995 void tty_wakeup(struct lwp_tty *tp, int flags) in tty_wakeup() function1073 tty_wakeup(tp, FWRITE); in tty_flush()1084 tty_wakeup(tp, FREAD); in tty_flush()1250 tty_wakeup(tp, FREAD); in tty_generic_ioctl()
1343 tty_wakeup(tp, FREAD); in ttydisc_rint_done()1392 tty_wakeup(tp, FWRITE); in ttydisc_wakeup_watermark()
Completed in 6 milliseconds