Home
last modified time | relevance | path

Searched refs:propertyHasValue (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h446 bool propertyHasValue(const OSSymbol * aKey,
456 bool propertyHasValue(const OSString * aKey,
466 bool propertyHasValue(const char * aKey,
562 bool propertyHasValue( const OSSymbol * aKey,
578 bool propertyHasValue( const OSString * aKey,
594 bool propertyHasValue( const char * aKey,
/xnu-8020.140.41/iokit/Kernel/
H A DIORegistryEntry.cpp607 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue() function in IORegistryEntry
620 IORegistryEntry::propertyHasValue(const OSString * aKey, in propertyHasValue() function in IORegistryEntry
633 IORegistryEntry::propertyHasValue(const char * aKey, in propertyHasValue() function in IORegistryEntry
671 IORegistryEntry::propertyHasValue(const OSSymbol * aKey, in propertyHasValue() function in IORegistryEntry
686 IORegistryEntry::propertyHasValue(const OSString * aKey, in propertyHasValue() function in IORegistryEntry
701 IORegistryEntry::propertyHasValue(const char * aKey, in propertyHasValue() function in IORegistryEntry
H A DIOCatalogue.cpp778 isDeferredMatch = service->propertyHasValue(gIOMatchDeferKey, kOSBooleanTrue); in terminateDriversForUserspaceReboot()
H A DIOPMrootDomain.cpp5134 && propertyHasValue(kIOPMDeepSleepEnabledKey, kOSBooleanTrue)); in evaluateSystemSleepPolicy()
5136 && propertyHasValue(kIOPMAutoPowerOffEnabledKey, kOSBooleanTrue)); in evaluateSystemSleepPolicy()
5911 if (child->propertyHasValue("IOPCITunnelled", kOSBooleanTrue)) { in tagPowerPlaneService()
H A DIOService.cpp4258 if (service->propertyHasValue(gIOMatchDeferKey, kOSBooleanTrue) || service->hasUserServer()) { in userSpaceWillReboot()