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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysmacros.h100 #define L_MAXMIN32 0x3ffff /* MAX minor for 3b2 software drivers. */ macro
113 #define L_MAXMIN L_MAXMIN32
189 ((x) & L_MAXMIN) > L_MAXMIN32) ? NODEV32 : \
190 ((((x) >> L_BITSMINOR) << L_BITSMINOR32) | ((x) & L_MAXMIN32)))
194 makedevice(((x) >> L_BITSMINOR32) & L_MAXMAJ32, (x) & L_MAXMIN32))

Completed in 57 milliseconds