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

  /src/sys/sys/
tty.h 306 int ttypause(struct tty *, int);
  /src/sys/kern/
tty.c 1079 error = ttypause(tp, hz);
2008 error = ttypause(tp, hz);
2130 error = ttypause(tp, hz);
2274 error = ttypause(tp, hz);
2865 error = kpause("ttypause", catch_p, timo, &tty_lock);
2876 ttypause(struct tty *tp, int timo) function in typeref:typename:int
tty_pty.c 449 error = ttypause(tp, hz);

Completed in 17 milliseconds