Home
last modified time | relevance | path

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

/xnu-8796.101.5/iokit/IOKit/
H A DIOMessage.h181 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/xnu-8796.101.5/iokit/Kernel/
H A DIOPMrootDomain.cpp1102 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn); in updateConsoleUsers()
3691 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3696 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn, in tellChangeUp()
3720 tellClients( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3771 messageType == kIOMessageSystemHasPoweredOn) { in sysPowerDownHandler()
3776 case kIOMessageSystemHasPoweredOn: in sysPowerDownHandler()
6465 tellClients(kIOMessageSystemHasPoweredOn); in handleOurPowerChangeDone()
7131 context->messageType == kIOMessageSystemHasPoweredOn) { in systemMessageFilter()
H A DIOServicePM.cpp8474 MSG_ENTRY( kIOMessageSystemHasPoweredOn ), in getIOMessageString()
H A DIOService.cpp7151 if (kIOMessageSystemHasPoweredOn == systemMessage) { in updateConsoleUsers()
/xnu-8796.101.5/bsd/netinet6/
H A Dipsec.c5283 case kIOMessageSystemHasPoweredOn: in ipsec_sleep_wake_handler()
/xnu-8796.101.5/libkern/c++/
H A DOSKext.cpp9133 } else if (messageType == kIOMessageSystemHasPoweredOn) {