Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h287 int ttywait (struct tty *tp);
/dragonfly/sys/kern/
H A Dtty.c982 error = ttywait(tp); in ttioctl()
1043 error = ttywait(tp); in ttioctl()
1384 ttywait(struct tty *tp) in ttywait() function
1422 if ((error = ttywait(tp)) == 0) in ttywflush()
H A Dkern_exit.c460 ttywait(sp->s_ttyp); in exit1()