Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DRootDomainUserClient.h70 IOReturn secureGetSystemSleepType( uint32_t *sleepType, uint32_t *sleepTimer);
H A DIOPMrootDomain.cpp588 uint32_t sleepType = kIOPMSleepTypeDeepIdle; in defaultSleepPolicyHandler() local
597 sleepType = kIOPMSleepTypeHibernate; in defaultSleepPolicyHandler()
600 params->sleepType = sleepType; in defaultSleepPolicyHandler()
5153 getSleepTypeAttributes( uint32_t sleepType ) argument
5167 if (sleepType >= kIOPMSleepTypeLast) {
5171 return sleepTypeAttributes[sleepType];
5521 uint32_t sleepType = gEarlySystemSleepParams.sleepType; local
5522 if (sleepType == kIOPMSleepTypeInvalid) {
5524 sleepType = kIOPMSleepTypeNormalSleep;
5532 sleepType = kIOPMSleepTypePowerOff;
[all …]
H A DIOService.cpp4572 uint32_t sleepType = 0; in matchingEnd() local
4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()
4576 hibernate = (sleepType == kIOPMSleepTypeHibernate); in matchingEnd()
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h941 uint32_t sleepType; member
H A DRootDomain.h528 IOReturn getSystemSleepType(uint32_t * sleepType, uint32_t * standbyTimer);