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

/xnu-2422.115.4/bsd/sys/
H A Dtty.h127 int t_timeout; /* Timeout for ttywait() */ member in struct:tty
/xnu-2422.115.4/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.c623 * where close(ptsd) will not complete without t_timeout set
635 save_timeout = tp->t_timeout;
636 tp->t_timeout = 60;
642 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 33 milliseconds