Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dtty_conf.c73 #ifndef MAXLDISC
74 #define MAXLDISC 8 macro
98 struct linesw linesw[MAXLDISC] =
134 for (i = LOADABLE_LDISC; i < MAXLDISC; i++) { in ldisc_register()
139 } else if (discipline >= 0 && discipline < MAXLDISC) { in ldisc_register()
159 if (discipline >= LOADABLE_LDISC && discipline < MAXLDISC) { in ldisc_deregister()