Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/
H A DIOMessage.h181 #define kIOMessageSystemHasPoweredOn iokit_common_msg(0x300) macro
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp1096 IOService::updateConsoleUsers(NULL, kIOMessageSystemHasPoweredOn); in updateConsoleUsers()
3646 OSKextSystemSleepOrWake( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3651 (void *)(uintptr_t) kIOMessageSystemHasPoweredOn, in tellChangeUp()
3675 tellClients( kIOMessageSystemHasPoweredOn ); in tellChangeUp()
3721 messageType == kIOMessageSystemHasPoweredOn) { in sysPowerDownHandler()
3726 case kIOMessageSystemHasPoweredOn: in sysPowerDownHandler()
6409 tellClients(kIOMessageSystemHasPoweredOn); in handleOurPowerChangeDone()
7075 context->messageType == kIOMessageSystemHasPoweredOn) { in systemMessageFilter()
H A DIOServicePM.cpp8389 MSG_ENTRY( kIOMessageSystemHasPoweredOn ), in getIOMessageString()
H A DIOService.cpp7033 if (kIOMessageSystemHasPoweredOn == systemMessage) { in updateConsoleUsers()
/xnu-8019.80.24/bsd/netinet6/
H A Dipsec.c5269 case kIOMessageSystemHasPoweredOn: in ipsec_sleep_wake_handler()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp8377 } else if (messageType == kIOMessageSystemHasPoweredOn) {