Searched refs:propertyHasValue (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/iokit/IOKit/ |
| H A D | IORegistryEntry.h | 446 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 D | IORegistryEntry.cpp | 607 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 D | IOCatalogue.cpp | 778 isDeferredMatch = service->propertyHasValue(gIOMatchDeferKey, kOSBooleanTrue); in terminateDriversForUserspaceReboot()
|
| H A D | IOPMrootDomain.cpp | 5134 && propertyHasValue(kIOPMDeepSleepEnabledKey, kOSBooleanTrue)); in evaluateSystemSleepPolicy() 5136 && propertyHasValue(kIOPMAutoPowerOffEnabledKey, kOSBooleanTrue)); in evaluateSystemSleepPolicy() 5911 if (child->propertyHasValue("IOPCITunnelled", kOSBooleanTrue)) { in tagPowerPlaneService()
|
| H A D | IOService.cpp | 4258 if (service->propertyHasValue(gIOMatchDeferKey, kOSBooleanTrue) || service->hasUserServer()) { in userSpaceWillReboot()
|