Searched refs:kIOMessageSystemWillSleep (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMessage.h150 * @defined kIOMessageSystemWillSleep
156 #define kIOMessageSystemWillSleep iokit_common_msg(0x280) macro
/xnu-2782.1.97/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp109 if (messageType != kIOMessageSystemWillSleep) return kIOReturnUnsupported;
/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2382 OSKextSystemSleepOrWake( kIOMessageSystemWillSleep );
2384 IOService::updateConsoleUsers(NULL, kIOMessageSystemWillSleep);
2391 return super::tellClientsWithResponse( kIOMessageSystemWillSleep );
2576 if (messageType == kIOMessageSystemWillSleep)
2631 (void *)(uintptr_t) kIOMessageSystemWillSleep,
5237 // kIOMessageSystemWillSleep
H A DIOService.cpp4732 || (kIOMessageSystemWillSleep == sSystemPower)
H A DIOServicePM.cpp7804 MSG_ENTRY( kIOMessageSystemWillSleep ),
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6462 if (messageType == kIOMessageSystemWillSleep) {

Completed in 200 milliseconds