Home
last modified time | relevance | path

Searched refs:checkSystemSleepEnabled (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h890 bool checkSystemSleepEnabled( void );
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp2783 if (!checkSystemSleepEnabled() || !pmPowerStateQueue) { in privateSleepSystem()
7586 IOPMrootDomain::checkSystemSleepEnabled( void ) function in IOPMrootDomain
8019 if ((!idleSleepEnabled) || !checkSystemSleepEnabled()) {