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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPM.h76 @constant kIOPMPreventIdleSleep
100 kIOPMPreventIdleSleep = 0x00000040, enumerator in enum:__anon505
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp1802 theDesiredState = desiredState & ~(kIOPMPreventIdleSleep | kIOPMPreventSystemSleep);
1902 bool attemptCancel = ((kIOPMPreventIdleSleep & desiredState) && !whichChild->getPreventIdleSleepFlag());
1905 whichChild->setPreventIdleSleepFlag( desiredState & kIOPMPreventIdleSleep );
4197 if ( powerStatePtr->capabilityFlags & (kIOPMChildClamp | kIOPMPreventIdleSleep) )
4199 ourRequest |= kIOPMPreventIdleSleep;
H A DIOPMrootDomain.cpp259 Idle Sleep/Doze occurs if no objects in the tree are in a state marked kIOPMPreventIdleSleep. When this is true, the root's
264 when there is no longer an object in the tree holding the system out of Idle Sleep (via kIOPMPreventIdleSleep), the root
2032 if (desiredState & kIOPMPreventIdleSleep)
2685 // kIOPMPreventIdleSleep flag in their power state arrays.

Completed in 92 milliseconds