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

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h106 #undef getmajor macro
115 extern major_t getmajor(dev_t);
H A Dsysmacros.h125 #define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ) macro
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c85 getmajor(dev_t dev) function
1189 major = getmajor(vp->v_rdev);

Completed in 98 milliseconds