Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dtty.h293 int ttywait(struct tty *tp);
/openbsd/sys/kern/
H A Dkern_proc.c434 ttywait(sp->s_ttyp); in killjobc()
H A Dtty.c816 if ((error = ttywait(tp)) != 0) in ttioctl()
866 if ((error = ttywait(tp)) != 0) { in ttioctl()
1257 ttywait(struct tty *tp) in ttywait() function