Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_pts.c147 if (ttydisc_getc_poll(tp)) { in ptsdev_read()
274 *(int *)data = ttydisc_getc_poll(tp); in ptsdev_ioctl()
402 if (ttydisc_getc_poll(tp) || in ptsdev_poll()
460 kn->kn_data = ttydisc_getc_poll(tp); in pts_kqops_read_event()
H A Dtty_ttydisc.c1420 ttydisc_getc_poll(struct tty *tp) in ttydisc_getc_poll() function
/freebsd/sys/sys/
H A Dttydisc.h63 size_t ttydisc_getc_poll(struct tty *tp);
H A Dttydevsw.h111 if (ttydisc_getc_poll(tp) == 0) in ttydevsw_outwakeup()