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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMessage.h67 #define kIOMessageSystemWillSleep iokit_common_msg(0x280) macro
/macosx-10.5.8/xnu-1228.15.4/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp109 if (messageType != kIOMessageSystemWillSleep) return kIOReturnUnsupported;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2246 OSMetaClassSystemSleepOrWake( kIOMessageSystemWillSleep );
2248 return super::tellClientsWithResponse(kIOMessageSystemWillSleep);
2453 case kIOMessageSystemWillSleep:
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSMetaClass.cpp585 if (messageType == kIOMessageSystemWillSleep) {

Completed in 86 milliseconds