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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h772 bool checkSystemCanSleep( uint32_t sleepReason );
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2451 if (!checkSystemCanSleep(lastSleepReason))
5688 bool IOPMrootDomain::checkSystemCanSleep( uint32_t sleepReason ) function in class:IOPMrootDomain
6477 if (checkSystemCanSleep(newSleepReason))
6484 if (checkSystemCanSleep(kIOPMSleepReasonIdle))

Completed in 202 milliseconds