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

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h127 int t_timeout; /* Timeout for ttywait() */
327 int ttywait(struct tty *tp);
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1025 * ttywait:EIO t_timeout too small/expired
1026 * ttywait:ERESTART Upper layer must redrive the call;
1029 * ttywait:EINTR Interrupted (usually a signal)
1179 error = ttywait(tp);
1253 error = ttywait(tp);
1593 * ttywait
1611 ttywait(struct tty *tp) function
1665 if ((error = ttywait(tp)) == 0)
1718 * the checks in ttywait() since the timeout
H A Dkern_exit.c614 (void) ttywait(tp);
1763 (void) ttywait(tp);

Completed in 94 milliseconds