Home
last modified time | relevance | path

Searched refs:tty_wakeup (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dtty.h198 void tty_wakeup(struct tty *tp, int flags);
/f-stack/freebsd/kern/
H A Dtty.c405 tty_wakeup(tp, FREAD|FWRITE); in ttydev_close()
1209 tty_wakeup(tp, FREAD|FWRITE); in tty_rel_gone()
1529 tty_wakeup(struct tty *tp, int flags) in tty_wakeup() function
1598 tty_wakeup(tp, FWRITE); in tty_flush()
1607 tty_wakeup(tp, FREAD); in tty_flush()
1770 tty_wakeup(tp, FREAD); in tty_generic_ioctl()
H A Dtty_ttydisc.c1145 tty_wakeup(tp, FREAD); in ttydisc_rint_done()
1191 tty_wakeup(tp, FWRITE); in ttydisc_wakeup_watermark()