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

/xnu-2782.1.97/iokit/IOKit/
H A DIOMessage.h169 * @defined kIOMessageSystemHasPoweredOn
175 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp90 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn);
H A DIOPMrootDomain.cpp2537 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn );
2542 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn,
2554 tellClients( kIOMessageSystemHasPoweredOn );
4682 tellClients(kIOMessageSystemHasPoweredOn);
H A DIOService.cpp4706 if ((kIOMessageSystemHasPoweredOn == systemMessage) && IOHibernateWasScreenLocked())
H A DIOServicePM.cpp7806 MSG_ENTRY( kIOMessageSystemHasPoweredOn ),
/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp6468 } else if (messageType == kIOMessageSystemHasPoweredOn) {

Completed in 125 milliseconds