Home
last modified time | relevance | path

Searched refs:ttydisc_write_poll (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dttydisc.h81 ttydisc_write_poll(struct tty *tp) in ttydisc_write_poll() function
/freebsd/sys/kern/
H A Dtty.c668 if (ttydisc_write_poll(tp) > 0) in ttydev_poll()
749 kn->kn_data = ttydisc_write_poll(tp); in tty_kqops_write_event()