Searched defs:OTYPCNT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dopen.h62 * The value OTYPCNT is defined for the purpose of declaring arrays
63 * in drivers and for performing range checks (0 <= otyp < OTYPCNT)
67 #define OTYPCNT 5 macro
H A Dfdc.h33 #ifndef OTYPCNT
34 #define OTYPCNT 5 macro
123 ulong_t d_regopen[OTYPCNT - 1];
/illumos-gate/usr/src/uts/sun/sys/
H A Dfdvar.h36 #ifndef OTYPCNT
37 #define OTYPCNT 5 macro
172 uchar_t un_regopen[OTYPCNT - 1];

Completed in 72 milliseconds