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

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h692 uint32_t sleepPhase; // identify the sleep phase member in struct:IOPMSystemSleepPolicyVariables
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp3687 IOPMSystemSleepParameters * params, int sleepPhase, uint32_t * hibMode )
3717 sleepPhase, standbyEnabled, standbyDelay,
3797 gSleepPolicyVars->sleepPhase = sleepPhase;
3803 if (kIOPMSleepPhase0 == sleepPhase)
3809 else if (kIOPMSleepPhase1 == sleepPhase)
3817 if (kIOPMSleepPhase0 == sleepPhase)
3887 if (kIOPMSleepPhase2 == sleepPhase)
3914 else if (kIOPMSleepPhase2 == sleepPhase)
3686 evaluateSystemSleepPolicy( IOPMSystemSleepParameters * params, int sleepPhase, uint32_t * hibMode ) argument

Completed in 103 milliseconds