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

  /src/sys/sys/
tty.h 259 extern int tty_count; /* number of ttys in global ttylist */
  /src/sys/kern/
tty.c 209 int tty_count; variable in typeref:typename:int
2904 ++tty_count;
2916 --tty_count;
2918 if (tty_count < 0)
2919 panic("tty_detach: tty_count < 0");

Completed in 23 milliseconds