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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h104 #undef getemajor macro
113 extern major_t getemajor(dev_t);
H A Dsysmacros.h172 #define getemajor(x) (major_t)((((dev_t)(x) >> L_BITSMINOR) > L_MAXMAJ) ? \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c41 * getemajor(), geteminor(), etoimajor(), itoemajor(), drv_usectohz(),
99 getemajor(dev_t dev) function

Completed in 57 milliseconds