Searched refs:rootDomain (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/platform/
H A DAppleNMI.h62 IOService *rootDomain; member in class:AppleNMI
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOCPU.cpp310 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); local
318 rootDomain->tracePoint( kIOPMTracePointSleepPlatformActions );
354 rootDomain->tracePoint( kIOPMTracePointSleepCPUs );
375 rootDomain->tracePoint( kIOPMTracePointSleepPlatformDriver );
381 rootDomain->tracePoint( kIOPMTracePointWakePlatformActions );
399 rootDomain->tracePoint( kIOPMTracePointWakeCPUs );
H A DIOServicePM.cpp946 IOPMrootDomain * rootDomain = getPMRootDomain(); local
953 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder"))
959 if (rootDomain)
960 rootDomain->joinAggressiveness( child );
3229 IOPMrootDomain * rootDomain = getPMRootDomain(); local
3231 if (!rootDomain)
3234 return rootDomain->getAggressiveness( type, currentLevel );
3607 IOPMrootDomain * rootDomain; local
3612 ((rootDomain = getPMRootDomain()) == this))
3614 rootDomain
4650 IOPMrootDomain * rootDomain; local
4710 IOPMrootDomain * rootDomain; local
6947 IOPMrootDomain * rootDomain = IOService::getPMRootDomain(); local
[all...]
H A DIOPMrootDomain.cpp714 IOService * rootDomain = (IOService *) p0; local
716 uint32_t powerState = rootDomain->getPowerState();
731 rootDomain->allowPowerChange(notifyRef);
8626 PMAssertionsTracker *PMAssertionsTracker::pmAssertionsTracker( IOPMrootDomain *rootDomain )
8634 myself->owner = rootDomain;
H A DIOHibernateIO.cpp2050 IOHibernateSystemInit(IOPMrootDomain * rootDomain) argument
2055 rootDomain->setProperty(kIOHibernateStateKey, data);
H A DIOService.cpp968 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) argument
970 gIOPMRootDomain = rootDomain;
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c180 io_registry_entry_t rootDomain);
262 io_registry_entry_t rootDomain; local
267 rootDomain = getRootDomain();
268 if (MACH_PORT_NULL == rootDomain) return (false);
269 prop = IORegistryEntryCreateCFProperty(rootDomain, CFSTR(kIOPMSystemDefaultOverrideKey),
460 io_service_t rootDomain = getRootDomain(); local
466 rootDomain,
487 io_service_t rootDomain = getRootDomain(); local
493 rootDomain,
3180 static int ProcessHibernateSettings(CFDictionaryRef dict, bool standby, bool isDesktop, io_registry_entry_t rootDomain) argument
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkStack.cpp113 IOService * rootDomain; local
160 if ((rootDomain = (IOService *) getPMRootDomain()))
162 rootDomain->IOService::setAggressiveness(kPMEthernetWakeOnLANSettings,
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h303 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h1243 static void setPMRootDomain( class IOPMrootDomain * rootDomain );
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h175 IOService * rootDomain; member in class:IOHIDSystem
/macosx-10.9.5/PowerManagement-420.90.1/pmset/
H A Dpmset.c970 printf("Failed to connect to rootDomain. rc=0x%x\n", kr);
2723 io_registry_entry_t rootDomain = copyRootDomainRef(); local
2725 IORegistryEntryCreateCFProperties(rootDomain, &rootDomainProperties, 0, 0);
6806 io_registry_entry_t rootDomain = copyRootDomainRef(); local
6811 IORegistryEntryCreateCFProperties(rootDomain, &rdProps, 0, 0);
6857 if (rootDomain) IOObjectRelease(rootDomain);
/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSystem.cpp953 rootDomain = (IOService *)getPMRootDomain();
955 if (rootDomain)
956 rootDomain->registerInterestedDriver(this);
1062 (kOSBooleanFalse == rootDomain->copyProperty("DisplayIdleForDemandSleep"))) {
1070 else if (service == rootDomain)
4487 * rootDomain domain powering on, which will prevent the key press that

Completed in 253 milliseconds