Home
last modified time | relevance | path

Searched defs:getmajor (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dddi.c85 getmajor(dev_t dev) in getmajor() function
/titanic_44/usr/src/uts/common/sys/
H A Dsysmacros.h128 #define getmajor(x) (major_t)((((dev_t)(x)) >> L_BITSMINOR) & L_MAXMAJ) macro