Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h65 int t_drainwait; /* (t) TIOCDRAIN timeout seconds. */ member
/freebsd/sys/kern/
H A Dtty.c169 else if (tp->t_drainwait != 0) in tty_drain()
170 timeout_at = getsbinuptime() + SBT_1S * tp->t_drainwait; in tty_drain()
1084 tp->t_drainwait = tty_drainwait; in tty_alloc_mutex()
1945 *(int *)data = tp->t_drainwait; in tty_generic_ioctl()
1950 tp->t_drainwait = *(int *)data; in tty_generic_ioctl()