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

/xnu-2422.115.4/iokit/IOKit/
H A DIOMessage.h150 * @defined kIOMessageSystemWillSleep
156 #define kIOMessageSystemWillSleep iokit_common_msg(0x280) macro
/xnu-2422.115.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp109 if (messageType != kIOMessageSystemWillSleep) return kIOReturnUnsupported;
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2578 OSKextSystemSleepOrWake( kIOMessageSystemWillSleep );
2580 IOService::updateConsoleUsers(NULL, kIOMessageSystemWillSleep);
2587 return super::tellClientsWithResponse( kIOMessageSystemWillSleep );
2818 (void *)(uintptr_t) kIOMessageSystemWillSleep,
5440 // kIOMessageSystemWillSleep
H A DIOService.cpp4461 || (kIOMessageSystemWillSleep == sSystemPower)
H A DIOServicePM.cpp7902 MSG_ENTRY( kIOMessageSystemWillSleep ),
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp6787 if (messageType == kIOMessageSystemWillSleep) {

Completed in 119 milliseconds