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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h658 uint32_t sleepPhase; // identify the sleep phase member in struct:IOPMSystemSleepPolicyVariables
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp3612 IOPMSystemSleepParameters * params, int sleepPhase, uint32_t * hibMode )
3642 sleepPhase, standbyEnabled, standbyDelay,
3734 gSleepPolicyVars->sleepPhase = sleepPhase;
3740 if (kIOPMSleepPhase0 == sleepPhase)
3746 else if (kIOPMSleepPhase1 == sleepPhase)
3754 if (kIOPMSleepPhase0 == sleepPhase)
3825 if (kIOPMSleepPhase2 == sleepPhase)
3852 else if (kIOPMSleepPhase2 == sleepPhase)
3611 evaluateSystemSleepPolicy( IOPMSystemSleepParameters * params, int sleepPhase, uint32_t * hibMode ) argument

Completed in 210 milliseconds