Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dtty_dev.h77 extern int ttnread(struct tty *tp);
H A Dtty.c122 __private_extern__ int ttnread(struct tty *tp);
1086 *(int *)data = ttnread(tp); in ttioctl_locked()
1556 retval = ttnread(tp); in ttyselect()
1614 ttnread(struct tty *tp) in ttnread() function
3298 data = ttnread(tp); in filt_tty_common()
H A Dtty_ptmx.c580 data = ttnread(tp); in ptsd_kqops_common()
H A Dtty_dev.c744 retval = ttnread(tp);