Searched refs:sleepType (Results 1 – 5 of 5) sorted by relevance
70 IOReturn secureGetSystemSleepType( uint32_t *sleepType, uint32_t *sleepTimer);
588 uint32_t sleepType = kIOPMSleepTypeDeepIdle; in defaultSleepPolicyHandler() local597 sleepType = kIOPMSleepTypeHibernate; in defaultSleepPolicyHandler()600 params->sleepType = sleepType; in defaultSleepPolicyHandler()5153 getSleepTypeAttributes( uint32_t sleepType ) argument5167 if (sleepType >= kIOPMSleepTypeLast) {5171 return sleepTypeAttributes[sleepType];5521 uint32_t sleepType = gEarlySystemSleepParams.sleepType; local5522 if (sleepType == kIOPMSleepTypeInvalid) {5524 sleepType = kIOPMSleepTypeNormalSleep;5532 sleepType = kIOPMSleepTypePowerOff;[all …]
4572 uint32_t sleepType = 0; in matchingEnd() local4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()4576 hibernate = (sleepType == kIOPMSleepTypeHibernate); in matchingEnd()
941 uint32_t sleepType; member
528 IOReturn getSystemSleepType(uint32_t * sleepType, uint32_t * standbyTimer);