Home
last modified time | relevance | path

Searched refs:t_timeout (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dtty.h85 int t_timeout; /* Timeout for ttywait() */ member
/dragonfly/sys/kern/
H A Dtty.c1252 tp->t_timeout = *(int *)data * hz; in ttioctl()
1257 *(int *)data = tp->t_timeout / hz; in ttioctl()
1398 tp->t_timeout); in ttywait()
2172 error = ttysleep(tp, TSA_OLOWAT(tp), PCATCH, "ttywri", tp->t_timeout); in ttwrite()
H A Dkern_exit.c459 sp->s_ttyp->t_timeout = hz; in exit1()