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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMessage.h169 * @defined kIOMessageSystemHasPoweredOn
175 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStartIOKit.cpp85 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn);
H A DIOPMrootDomain.cpp2665 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn );
2670 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn,
2694 tellClients( kIOMessageSystemHasPoweredOn );
4673 tellClients(kIOMessageSystemHasPoweredOn);
4676 // will not get kIOMessageSystemHasPoweredOn.
H A DIOService.cpp4380 if ((kIOMessageSystemHasPoweredOn == systemMessage) && IOHibernateWasScreenLocked())
H A DIOServicePM.cpp7372 MSG_ENTRY( kIOMessageSystemHasPoweredOn ),
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp6470 } else if (messageType == kIOMessageSystemHasPoweredOn) {

Completed in 123 milliseconds