Searched refs:standbyDelay (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h695 uint32_t standbyDelay; // standby delay in seconds member in struct:IOPMSystemSleepPolicyVariables
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp3693 uint32_t standbyDelay = 0; local
3709 standbyEnabled = (getSleepOption(kIOPMDeepSleepDelayKey, &standbyDelay)
3717 sleepPhase, standbyEnabled, standbyDelay,
3751 if (!standbyDelay)
3798 gSleepPolicyVars->standbyDelay = standbyDelay;
3897 standbyDelay, (uint32_t) _standbyTimerResetSeconds);
3899 else if (standbyDelay)
3903 if (standbyDelay > elapsed)
3904 standbyDelay
[all...]

Completed in 73 milliseconds