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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h96 #define O_MAXMIN 0xff /* SVR3 max minor value */ macro
132 #define minor(x) (minor_t)((x) & O_MAXMIN)
146 #define minor(x) (minor_t)((x) & O_MAXMIN)
152 #define makedev(x, y) (unsigned short)(((x) << O_BITSMINOR) | ((y) & O_MAXMIN))
169 (minor_t)((x) & O_MAXMIN)
206 ((x) & L_MAXMIN) > O_MAXMIN) ? NODEV : \
207 ((((x) >> L_BITSMINOR) << O_BITSMINOR) | ((x) & O_MAXMIN)))
213 ((x) & O_MAXMIN))
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbounce-resender.pl42 eval 'sub O_MAXMIN () {0xff;}' unless defined(&O_MAXMIN);
49 eval "(($x) &O_MAXMIN)";

Completed in 53 milliseconds