Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dcpuid_drv.c68 case CPUID_SELF_CPUID_MINOR: in cpuid_getinfo()
89 CPUID_SELF_CPUID_MINOR, DDI_PSEUDO, 0)); in cpuid_attach()
106 return (getminor(*dev) == CPUID_SELF_CPUID_MINOR ? 0 : ENXIO); in cpuid_open()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpuid_drv.h60 #define CPUID_SELF_CPUID_MINOR ((minor_t)0x3fffful) macro