Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dtty.h333 int ttywait(struct tty *tp);
/xnu-8792.41.9/bsd/kern/
H A Dtty.c1130 error = ttywait(tp); in ttioctl_locked()
1206 error = ttywait(tp); in ttioctl_locked()
1652 ttywait(struct tty *tp) in ttywait() function
1709 if ((error = ttywait(tp)) == 0) { in ttywflush()
H A Dkern_exit.c2212 (void) ttywait(tp); in proc_exit()