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

  /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 15 milliseconds