Home
last modified time | relevance | path

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

/components/lwp/terminal/
A Dtty_internal.h36 void tty_wakeup(struct lwp_tty *tp, int flags);
/components/lwp/terminal/freebsd/
A Dtty.c405 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() function
1073 tty_wakeup(tp, FWRITE); in tty_flush()
1084 tty_wakeup(tp, FREAD); in tty_flush()
1250 tty_wakeup(tp, FREAD); in tty_generic_ioctl()
A Dtty_ttydisc.c1343 tty_wakeup(tp, FREAD); in ttydisc_rint_done()
1392 tty_wakeup(tp, FWRITE); in ttydisc_wakeup_watermark()

Completed in 6 milliseconds