Searched refs:t_timeout (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h127 int t_timeout; /* Timeout for ttywait() */ member in struct:tty
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c246 * where close(pts) will not complete without t_timeout set
256 save_timeout = tp->t_timeout;
257 tp->t_timeout = 60;
263 tp->t_timeout = save_timeout;
H A Dtty_ptmx.c618 * where close(ptsd) will not complete without t_timeout set
630 save_timeout = tp->t_timeout;
631 tp->t_timeout = 60;
637 tp->t_timeout = save_timeout;
H A Dtty.c1025 * ttywait:EIO t_timeout too small/expired
1488 tp->t_timeout = *(int *)data * hz;
1493 *(int *)data = tp->t_timeout / hz;
1600 * EIO t_timeout too small/expired
1626 tp->t_timeout);
2468 tp->t_timeout);

Completed in 79 milliseconds