Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h114 #define L_BITSMINOR32 18 /* # of SVR4 minor device bits */ macro
127 #define L_BITSMINOR L_BITSMINOR32
136 #if (L_BITSMAJOR32 == L_BITSMAJOR) && (L_BITSMINOR32 == L_BITSMINOR)
146 ((((x) >> L_BITSMINOR) << L_BITSMINOR32) | ((x) & L_MAXMIN32)))
150 makedevice(((x) >> L_BITSMINOR32) & L_MAXMAJ32, (x) & L_MAXMIN32))
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h104 #define L_BITSMINOR32 18 /* # of SVR4 minor device bits */ macro
117 #define L_BITSMINOR L_BITSMINOR32
188 #if (L_BITSMAJOR32 == L_BITSMAJOR) && (L_BITSMINOR32 == L_BITSMINOR)
198 ((((x) >> L_BITSMINOR) << L_BITSMINOR32) | ((x) & L_MAXMIN32)))
202 makedevice(((x) >> L_BITSMINOR32) & L_MAXMAJ32, (x) & L_MAXMIN32))