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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h102 #define L_MAXMIN32 0x3ffff /* MAX minor for 3b2 software drivers. */ macro
115 #define L_MAXMIN L_MAXMIN32
193 ((x) & L_MAXMIN) > L_MAXMIN32) ? NODEV32 : \
194 ((((x) >> L_BITSMINOR) << L_BITSMINOR32) | ((x) & L_MAXMIN32)))
198 makedevice(((x) >> L_BITSMINOR32) & L_MAXMAJ32, (x) & L_MAXMIN32))

Completed in 111 milliseconds