Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h77 extern int ttnread(struct tty *tp);
H A Dtty.c122 __private_extern__ int ttnread(struct tty *tp);
1085 *(int *)data = ttnread(tp); in ttioctl_locked()
1555 retval = ttnread(tp); in ttyselect()
1613 ttnread(struct tty *tp) in ttnread() function
3300 data = ttnread(tp); in filt_tty_common()
H A Dtty_ptmx.c576 data = ttnread(tp); in ptsd_kqops_common()
H A Dtty_dev.c736 retval = ttnread(tp);