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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_conf.c73 #ifndef MAXLDISC
74 #define MAXLDISC 8 macro
96 struct linesw linesw[MAXLDISC] =
136 for (i = LOADABLE_LDISC; i < MAXLDISC; i++)
141 else if (discipline >= 0 && discipline < MAXLDISC) {
160 if (discipline >= LOADABLE_LDISC && discipline < MAXLDISC) {

Completed in 6 milliseconds