Searched refs:getPMRootDomain (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1140 if (IOService::getPMRootDomain()->getHibernateSettings(
1149 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileKey)))
1193 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileMinSizeKey)))
1198 if ((obj = IOService::getPMRootDomain()->copyProperty(kIOHibernateFileMaxSizeKey)))
1213 dsSSD = (kOSBooleanTrue == IOService::getPMRootDomain()->getProperty(kIOPMDeepSleepEnabledKey));
1266 && (kOSBooleanTrue == IOService::getPMRootDomain()->getProperty(kIOPMDeepSleepEnabledKey)));
1275 (kOSBooleanTrue != IOService::getPMRootDomain()->getProperty(kIOPMDestroyFVKeyOnStandbyKey)))
1281 IOService::getPMRootDomain()->setProperty(kIOHibernateSMCVariablesKey, smcVars, sizeof(smcVars));
1377 IOService::getPMRootDomain()->setProperty(gIOHibernateRTCVariablesKey, data);
1682 if (gIOHibernateMode) obj = IOService::getPMRootDomain()
[all...]
H A DIOServicePM.cpp137 (getPMRootDomain() == this)) \
177 #define IS_ROOT_DOMAIN (getPMRootDomain() == this)
781 getPMRootDomain()->updatePreventIdleSleepList(this, false);
782 getPMRootDomain()->updatePreventSystemSleepList(this, false);
1050 getPMRootDomain()->tagPowerPlaneService(this, &fPMActions);
1064 IOPMrootDomain * rootDomain = getPMRootDomain();
1586 getPMRootDomain()->recordAndReleasePMEventGated( details );
1702 if (this != getPMRootDomain())
1714 nr = acquirePMRequest(getPMRootDomain(), kIOPMRequestTypeChildNotifyDelayCancel);
2063 getPMRootDomain()
[all...]
H A DIOCPU.cpp310 IOPMrootDomain *rootDomain = IOService::getPMRootDomain();
H A DIOPlatformExpert.cpp769 pmRootDomain = IOService::getPMRootDomain();
H A DIOService.cpp951 class IOPMrootDomain * IOService::getPMRootDomain( void ) function in class:IOService
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h958 /*! @function getPMRootDomain
963 static class IOPMrootDomain * getPMRootDomain( void );

Completed in 52 milliseconds