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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h166 /*! @function systemPowerEventOccurred
168 @discussion systemPowerEventOccurred is a richer alternative to receivePowerNotification()
169 Only Apple-owned kexts should have reason to call systemPowerEventOccurred.
173 to interested parties. Pass false if you're calling systemPowerEventOccurred
177 IOReturn systemPowerEventOccurred(
181 IOReturn systemPowerEventOccurred(
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp5934 // systemPowerEventOccurred
5939 // systemPowerEventOccurred covers the same functionality that
5944 IOReturn IOPMrootDomain::systemPowerEventOccurred( function in class:IOPMrootDomain
5958 attempt = systemPowerEventOccurred(event, (OSObject *)newNumber);
5965 IOReturn IOPMrootDomain::systemPowerEventOccurred( function in class:IOPMrootDomain

Completed in 165 milliseconds