Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dttydisc.h60 size_t ttydisc_rint_poll(struct tty *tp);
/f-stack/freebsd/kern/
H A Dtty_pts.c416 if (ttydisc_rint_poll(tp)) in ptsdev_poll()
494 kn->kn_data = ttydisc_rint_poll(tp); in pts_kqops_write_event()
H A Dtty_ttydisc.c1151 ttydisc_rint_poll(struct tty *tp) in ttydisc_rint_poll() function