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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp90 #define SLEEP_STATE 2 macro
956 // Finder sleep and idle sleep move us from the ON state to the SLEEP_STATE.
958 // If we just finished going to the SLEEP_STATE, and the platform is capable of true sleep,
972 case SLEEP_STATE:
2112 // Drop our power clamp to SLEEP_STATE when all devices become idle.
2120 // If our power clamp has already dropped to SLEEP_STATE, and no child
2242 case SLEEP_STATE:
2407 && (ordinal == SLEEP_STATE) )
2414 if( (SLEEP_STATE == ordinal) && sleepSupportedPEFunction )
2720 changePowerStateToPriv(SLEEP_STATE);
[all...]

Completed in 20 milliseconds