Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/IOKit/ !
H A DIOPlatformExpert.h304 virtual bool hasPrivPMFeature(unsigned long privFeatureMask);
/xnu-12377.61.12/iokit/Kernel/ !
H A DIOPlatformExpert.cpp577 IOPlatformExpert::hasPrivPMFeature(unsigned long privFeatureMask) in hasPrivPMFeature() argument
579 return (_pePrivPMFeatures & privFeatureMask) != 0; in hasPrivPMFeature()