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

/xnu-2422.115.4/bsd/kern/
H A Dtty_conf.c92 #define NODISC(n) \ macro
101 NODISC(1), /* 1- defunct */
105 NODISC(3), /* TABLDISC */
106 NODISC(4), /* SLIPDISC */
107 NODISC(5), /* PPPDISC */
108 NODISC(6), /* loadable */
109 NODISC(7), /* loadable */
114 static struct linesw nodisc = NODISC(0);

Completed in 14 milliseconds