Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty.c1705 ttywait_timo(struct tty *tp, int timo) in ttywait_timo() function
1732 return ttywait_timo(tp, 0); in ttywait()
1743 error = ttywait_timo(tp, 5 * hz); in ttywflush()