Home
last modified time | relevance | path

Searched refs:standbyTimer (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h830 uint32_t standbyTimer; // standby timer in seconds member
H A DRootDomain.h528 IOReturn getSystemSleepType(uint32_t * sleepType, uint32_t * standbyTimer);
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp5214 uint32_t standbyTimer = 0; local
5236 if (!getSleepOption(kIOPMDeepSleepTimerKey, &standbyTimer)) {
5237 standbyTimer = standbyDelay;
5241 sleepPhase, standbyEnabled, standbyDelay, standbyTimer,
5286 if (!standbyDelay || !standbyTimer) {
5366 gSleepPolicyVars->standbyTimer = standbyTimer;
5652 IOPMrootDomain::getSystemSleepType( uint32_t * sleepType, uint32_t * standbyTimer ) argument
5664 (void *) sleepType, (void *) standbyTimer);
5674 if (!getSleepOption(kIOPMDeepSleepTimerKey, standbyTimer) &&
5675 !getSleepOption(kIOPMDeepSleepDelayKey, standbyTimer)) {
[all …]
H A DIOService.cpp4573 uint32_t standbyTimer = 0; in matchingEnd() local
4575 …if (fSystemOff && IOService::getPMRootDomain()->getSystemSleepType(&sleepType, &standbyTimer) == k… in matchingEnd()