Searched refs:t_drainwait (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Dtty.h65 int t_drainwait; /* (t) TIOCDRAIN timeout seconds. */ member in struct:tty
/freebsd-11-stable/sys/kern/
H A Dtty.c155 * making progress". For tcdrain(), use t_drainwait as the timeout,
160 else if (tp->t_drainwait != 0)
161 timeout_at = getsbinuptime() + SBT_1S * tp->t_drainwait;
1054 tp->t_drainwait = tty_drainwait;
1869 *(int *)data = tp->t_drainwait;
1874 tp->t_drainwait = *(int *)data;

Completed in 56 milliseconds