Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h421 bool propertyExists(const OSSymbol * aKey);
429 bool propertyExists(const OSString * aKey);
437 bool propertyExists(const char * aKey);
519 bool propertyExists( const OSSymbol * aKey,
533 bool propertyExists( const OSString * aKey,
547 bool propertyExists( const char * aKey,
/xnu-8020.140.41/iokit/Kernel/
H A DIOCPU.cpp639 if ((service->propertyExists(gIOInterruptControllersKey)) && in setCPUInterruptProperties()
640 (service->propertyExists(gIOInterruptSpecifiersKey))) { in setCPUInterruptProperties()
H A DIORegistryEntry.cpp588 IORegistryEntry::propertyExists(const OSSymbol * aKey) in wrap2()
594 IORegistryEntry::propertyExists(const OSString * aKey) in propertyExists() function in IORegistryEntry
600 IORegistryEntry::propertyExists(const char * aKey) in propertyExists() function in IORegistryEntry
647 IORegistryEntry::propertyExists(const OSSymbol * aKey, in propertyExists() function in IORegistryEntry
655 IORegistryEntry::propertyExists(const OSString * aKey, in propertyExists() function in IORegistryEntry
662 IORegistryEntry::propertyExists(const char * aKey, in propertyExists() function in IORegistryEntry
H A DIOPMrootDomain.cpp1689 if (!propertyExists(kIOPMSystemDefaultOverrideKey)) { in start()
5895 if (service->propertyExists("IOPMStrictTreeOrder")) { in tagPowerPlaneService()
5898 if (service->propertyExists("IOPMUnattendedWakePowerState")) { in tagPowerPlaneService()
5983 if ((parent == pciHostBridgeDevice) && service->propertyExists("acpi-device")) { in tagPowerPlaneService()
7997 !propertyExists(kIOPMRootDomainWakeTypeKey)) { in dispatchPowerEvent()
10042 while (service->propertyExists(gPMHaltClientAcknowledgeKey.get())) { in work()
10603 if (!propertyExists(kIOPMRootDomainWakeReasonKey)) { in acceptSystemWakeEvents()
H A DIOService.cpp3861 existingIsBoot = client->propertyExists(gIOMatchedAtBootKey); in probeCandidates()
4118 if (!started && inst->propertyExists(gIOServiceMatchDeferredKey)) { in probeCandidates()
4673 bool reuse = service->propertyExists(gIOUserServerOneProcessKey); in startCandidate()
5109 if (!client->propertyExists(gIOPrimaryDriverTerminateOptionsKey)) { in canTerminateForReplacement()