Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dtty_dev.h77 extern int ttnread(struct tty *tp);
H A Dtty.c122 __private_extern__ int ttnread(struct tty *tp);
1150 *(int *)data = ttnread(tp); in ttioctl_locked()
1666 retval = ttnread(tp); in ttyselect()
1724 ttnread(struct tty *tp) in ttnread() function
3422 data = ttnread(tp); in filt_tty_common()
H A Dtty_ptmx.c583 data = ttnread(tp); in ptsd_kqops_common()
H A Dtty_dev.c774 retval = ttnread(tp);