Home
last modified time | relevance | path

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

/xnu-8020.101.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++) { in ldisc_register()
137 } else if (discipline >= 0 && discipline < MAXLDISC) { in ldisc_register()
157 if (discipline >= LOADABLE_LDISC && discipline < MAXLDISC) { in ldisc_deregister()