Searched refs:sleepType (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.h70 IOReturn secureGetSystemSleepType( uint32_t *sleepType );
H A DIOPMrootDomain.cpp3824 (kIOPMSleepTypeInvalid == params->sleepType) ||
3825 (params->sleepType >= kIOPMSleepTypeLast) ||
3832 if ((params->sleepType >= kIOPMSleepTypeSafeSleep) &&
3839 params->version, params->sleepType, params->sleepFlags,
3880 params->sleepType = kIOPMSleepTypeStandby;
3882 params->sleepType = kIOPMSleepTypeNormalSleep;
3954 (gEarlySystemSleepParams.sleepType == kIOPMSleepTypeNormalSleep))
3962 uint32_t sleepType = gEarlySystemSleepParams.sleepType; local
3963 if (sleepType
[all...]
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h788 uint32_t sleepType; member in struct:IOPMSystemSleepParameters
H A DRootDomain.h390 IOReturn getSystemSleepType( uint32_t * sleepType );

Completed in 107 milliseconds