Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOMessage.h181 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/xnu-8020.121.3/iokit/Kernel/
H A DIOPMrootDomain.cpp1096 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn); in updateConsoleUsers()
3651 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3656 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn, in tellChangeUp()
3680 tellClients( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3726 messageType == kIOMessageSystemHasPoweredOn) { in sysPowerDownHandler()
3731 case kIOMessageSystemHasPoweredOn: in sysPowerDownHandler()
6421 tellClients(kIOMessageSystemHasPoweredOn); in handleOurPowerChangeDone()
7087 context->messageType == kIOMessageSystemHasPoweredOn) { in systemMessageFilter()
H A DIOServicePM.cpp8388 MSG_ENTRY( kIOMessageSystemHasPoweredOn ), in getIOMessageString()
H A DIOService.cpp7034 if (kIOMessageSystemHasPoweredOn == systemMessage) { in updateConsoleUsers()
/xnu-8020.121.3/bsd/netinet6/
H A Dipsec.c5272 case kIOMessageSystemHasPoweredOn: in ipsec_sleep_wake_handler()
/xnu-8020.121.3/libkern/c++/
H A DOSKext.cpp8380 } else if (messageType == kIOMessageSystemHasPoweredOn) {