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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/platform/
H A DAppleNMI.h62 IOService *rootDomain; member in class:AppleNMI
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DSystemLoad.c99 /*! rootDomain tracks the IOPMrootDomain's concept of user activity, as
102 * By definition, rootDomain is true when the system is in S0 notification
105 bool rootDomain; member in struct:__anon3521
134 return userActive.rootDomain;
138 if (userActive.rootDomain) {
141 userActive.rootDomain = false;
164 userActive.rootDomain = true;
H A DPrivateLib.c196 io_registry_entry_t rootDomain);
278 io_registry_entry_t rootDomain; local
283 rootDomain = getRootDomain();
284 if (MACH_PORT_NULL == rootDomain) return (false);
285 prop = IORegistryEntryCreateCFProperty(rootDomain, CFSTR(kIOPMSystemDefaultOverrideKey),
502 io_service_t rootDomain = getRootDomain(); local
508 rootDomain,
529 io_service_t rootDomain = getRootDomain(); local
535 rootDomain,
3660 static int ProcessHibernateSettings(CFDictionaryRef dict, bool standby, bool isDesktop, io_registry_entry_t rootDomain) argument
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCPU.cpp351 IOPMrootDomain *rootDomain = IOService::getPMRootDomain(); local
359 rootDomain->tracePoint( kIOPMTracePointSleepPlatformActions );
397 rootDomain->tracePoint( kIOPMTracePointSleepCPUs );
418 rootDomain->tracePoint( kIOPMTracePointSleepPlatformDriver );
424 rootDomain->tracePoint( kIOPMTracePointWakePlatformActions );
442 rootDomain->tracePoint( kIOPMTracePointWakeCPUs );
H A DIOServicePM.cpp940 IOPMrootDomain * rootDomain = getPMRootDomain(); local
947 if ((this != rootDomain) && child->getProperty("IOPMStrictTreeOrder"))
953 if (rootDomain)
954 rootDomain->joinAggressiveness( child );
3212 IOPMrootDomain * rootDomain = getPMRootDomain(); local
3214 if (!rootDomain)
3217 return rootDomain->getAggressiveness( type, currentLevel );
3590 IOPMrootDomain * rootDomain; local
3595 ((rootDomain = getPMRootDomain()) == this))
3597 rootDomain
4614 IOPMrootDomain * rootDomain; local
4667 IOPMrootDomain * rootDomain; local
6887 IOPMrootDomain * rootDomain = IOService::getPMRootDomain(); local
[all...]
H A DIOPMrootDomain.cpp653 IOService * rootDomain = (IOService *) p0; local
655 uint32_t powerState = rootDomain->getPowerState();
670 rootDomain->allowPowerChange(notifyRef);
678 IOService * rootDomain = (IOService *) p0; local
685 rootDomain->allowPowerChange(notifyRef);
8091 PMAssertionsTracker *PMAssertionsTracker::pmAssertionsTracker( IOPMrootDomain *rootDomain )
8099 myself->owner = rootDomain;
H A DIOHibernateIO.cpp2308 IOHibernateSystemInit(IOPMrootDomain * rootDomain) argument
2313 rootDomain->setProperty(kIOHibernateStateKey, data);
H A DIOService.cpp1105 void IOService::setPMRootDomain( class IOPMrootDomain * rootDomain) argument
1107 gIOPMRootDomain = rootDomain;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStack.cpp113 IOService * rootDomain; local
160 if ((rootDomain = (IOService *) getPMRootDomain()))
162 rootDomain->IOService::setAggressiveness(kPMEthernetWakeOnLANSettings,
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOHibernatePrivate.h303 void IOHibernateSystemInit(IOPMrootDomain * rootDomain);
H A DIOService.h1280 static void setPMRootDomain( class IOPMrootDomain * rootDomain );
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/IOKit/hidsystem/
H A DIOHIDSystem.h175 IOService * rootDomain; member in class:IOHIDSystem
/macosx-10.10/PowerManagement-494.1.2/pmset/
H A Dpmset.c987 printf("Failed to connect to rootDomain. rc=0x%x\n", kr);
2948 io_registry_entry_t rootDomain = copyRootDomainRef(); local
2950 IORegistryEntryCreateCFProperties(rootDomain, &rootDomainProperties, 0, 0);
7381 io_registry_entry_t rootDomain = copyRootDomainRef(); local
7386 IORegistryEntryCreateCFProperties(rootDomain, &rdProps, 0, 0);
7432 if (rootDomain) IOObjectRelease(rootDomain);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp943 rootDomain = (IOService *)getPMRootDomain();
945 if (rootDomain)
946 rootDomain->registerInterestedDriver(this);
1052 (kOSBooleanFalse == rootDomain->copyProperty("DisplayIdleForDemandSleep"))) {
1060 else if (service == rootDomain)
4547 * rootDomain domain powering on, which will prevent the key press that

Completed in 403 milliseconds