HomeSort by: relevance | last modified time | path
    Searched refs:ttywait (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/sys/
tty.h 307 int ttywait(struct tty *);
  /src/sys/dev/dec/
dz.c 600 ttywait(tp);
  /src/sys/kern/
tty.c 1174 if ((error = ttywait(tp)) != 0)
1244 if ((error = ttywait(tp)) != 0)
1730 ttywait(struct tty *tp) function in typeref:typename:int
kern_exit.c 399 (void) ttywait(tp);
  /src/sys/compat/sunos/
sunos_misc.c 765 (void) ttywait(sp->s_ttyp);
  /src/sys/compat/sunos32/
sunos32_misc.c 1000 (void) ttywait(sp->s_ttyp);

Completed in 109 milliseconds