Home
last modified time | relevance | path

Searched refs:DOMCAPS_MINOR (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/i86xpv/io/
H A Ddomcaps.c53 if (getminor((dev_t)arg) != DOMCAPS_MINOR) in domcaps_getinfo()
99 return (getminor(*dev) == DOMCAPS_MINOR ? 0 : ENXIO); in domcaps_open()
/titanic_50/usr/src/uts/i86xpv/sys/
H A Ddomcaps_impl.h45 #define DOMCAPS_MINOR 0 macro