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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h138 virtual void setSleepSupported( IOOptionBits flags );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp271 The system will not Sleep, but will Doze if some object calls setSleepSupported(kPCICantSleep) during a power change to the sleep state (this can be done by the PCI Aux Power Supply drivers, Slots99, MacRISC299, etc.). This is not enforced with
916 setSleepSupported( kPCICantSleep );
1113 setSleepSupported(0);
1981 void IOPMrootDomain::setSleepSupported( IOOptionBits flags ) function in class:IOPMrootDomain
2423 // boils down to IOPMrootDomain::setSleepSupported(kPCICantSleep),
2717 setSleepSupported( kPCICantSleep );
3370 // boils down toIOPMrootDomain::setSleepSupported(kPCICantSleep),

Completed in 32 milliseconds