Searched refs:geteminor (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h105 #undef geteminor macro
114 extern minor_t geteminor(dev_t);
H A Dsysmacros.h174 #define geteminor(x) (minor_t)((x) & L_MAXMIN) macro
/illumos-gate/usr/src/uts/common/os/
H A Dddi.c41 * getemajor(), geteminor(), etoimajor(), itoemajor(), drv_usectohz(),
127 geteminor(dev_t dev) function

Completed in 74 milliseconds