Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dttydisc.h58 size_t ttydisc_rint_poll(struct tty *tp);
/freebsd-9-stable/sys/kern/
Dtty_pts.c412 if (ttydisc_rint_poll(tp)) in ptsdev_poll()
490 kn->kn_data = ttydisc_rint_poll(tp); in pts_kqops_write_event()
Dtty_ttydisc.c1123 ttydisc_rint_poll(struct tty *tp) in ttydisc_rint_poll() function
/freebsd-9-stable/sys/dev/nmdm/
Dnmdm.c206 while (ttydisc_rint_poll(otp) > 0) { in nmdm_task_tty()