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

/xnu-2422.115.4/iokit/IOKit/
H A DIOMessage.h169 * @defined kIOMessageSystemHasPoweredOn
175 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/xnu-2422.115.4/iokit/Kernel/
H A DIOStartIOKit.cpp86 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn);
H A DIOPMrootDomain.cpp2733 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn );
2738 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn,
2758 tellClients( kIOMessageSystemHasPoweredOn );
4886 tellClients(kIOMessageSystemHasPoweredOn);
H A DIOService.cpp4435 if ((kIOMessageSystemHasPoweredOn == systemMessage) && IOHibernateWasScreenLocked())
H A DIOServicePM.cpp7904 MSG_ENTRY( kIOMessageSystemHasPoweredOn ),
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp6793 } else if (messageType == kIOMessageSystemHasPoweredOn) {

Completed in 164 milliseconds