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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h122 /*! @function systemPowerEventOccurred
124 @discussion systemPowerEventOccurred is a richer alternative to receivePowerNotification()
125 Only Apple-owned kexts should have reason to call systemPowerEventOccurred.
129 to interested parties. Pass false if you're calling systemPowerEventOccurred
132 IOReturn systemPowerEventOccurred(const OSSymbol *event,
134 IOReturn systemPowerEventOccurred(const OSSymbol *event,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp1662 // systemPowerEventOccurred
1667 // systemPowerEventOccurred covers the same functionality that receivePowerNotification
1670 IOReturn IOPMrootDomain::systemPowerEventOccurred( function in class:IOPMrootDomain
1684 attempt = systemPowerEventOccurred(event, (OSObject *)newNumber);
1691 IOReturn IOPMrootDomain::systemPowerEventOccurred( function in class:IOPMrootDomain

Completed in 28 milliseconds