Home
last modified time | relevance | path

Searched refs:ttywait (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dtty.h336 int ttywait(struct tty *tp);
/xnu-10063.141.1/bsd/kern/
H A Dtty.c1237 error = ttywait(tp); in ttioctl_locked()
1313 error = ttywait(tp); in ttioctl_locked()
1759 ttywait(struct tty *tp) in ttywait() function
1816 if ((error = ttywait(tp)) == 0) { in ttywflush()
H A Dkern_exit.c2311 (void) ttywait(tp); in proc_exit()