Home
last modified time | relevance | path

Searched refs:O_MAXMIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h100 #define O_MAXMIN 0xff /* SVR3 max minor value */ macro
136 #define minor(x) (minor_t)((x) & O_MAXMIN)
150 #define minor(x) (minor_t)((x) & O_MAXMIN)
156 #define makedev(x, y) (unsigned short)(((x) << O_BITSMINOR) | ((y) & O_MAXMIN))
173 (minor_t)((x) & O_MAXMIN)
210 ((x) & L_MAXMIN) > O_MAXMIN) ? NODEV : \
211 ((((x) >> L_BITSMINOR) << O_BITSMINOR) | ((x) & O_MAXMIN)))
217 ((x) & O_MAXMIN))
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsysmacros.h109 #define O_MAXMIN 0xff /* SVR3 max minor value */ macro
157 ((x) & L_MAXMIN) > O_MAXMIN) ? NODEV : \
158 ((((x) >> L_BITSMINOR) << O_BITSMINOR) | ((x) & O_MAXMIN)))
164 ((x) & O_MAXMIN))
/freebsd/contrib/sendmail/contrib/
H A Dbounce-resender.pl42 eval 'sub O_MAXMIN () {0xff;}' unless defined(&O_MAXMIN);