Searched refs:MAXLDISC (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dtty_conf.c73 #ifndef MAXLDISC
74 #define MAXLDISC 8 macro
96 struct linesw linesw[MAXLDISC] =
132 for (i = LOADABLE_LDISC; i < MAXLDISC; i++)
137 else if (discipline >= 0 && discipline < MAXLDISC) {
156 if (discipline >= LOADABLE_LDISC && discipline < MAXLDISC) {

Completed in 8 milliseconds