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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMessage.h150 * @defined kIOMessageSystemWillSleep
156 #define kIOMessageSystemWillSleep iokit_common_msg(0x280) macro
/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp109 if (messageType != kIOMessageSystemWillSleep) return kIOReturnUnsupported;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp2534 OSKextSystemSleepOrWake( kIOMessageSystemWillSleep );
2536 IOService::updateConsoleUsers(NULL, kIOMessageSystemWillSleep);
2541 (void *)(uintptr_t) kIOMessageSystemWillSleep,
2549 return super::tellClientsWithResponse( kIOMessageSystemWillSleep );
H A DIOService.cpp4406 || (kIOMessageSystemWillSleep == sSystemPower)
H A DIOServicePM.cpp7370 MSG_ENTRY( kIOMessageSystemWillSleep ),
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp6464 if (messageType == kIOMessageSystemWillSleep) {

Completed in 122 milliseconds