Home
last modified time | relevance | path

Searched refs:messageType (Results 1 – 13 of 13) sorted by relevance

/xnu-11215/bsd/netinet6/
H A Dipsec_pwr.c36 UInt32 messageType, void * provider,
41 ipsec_sleep_wake_handler(void *target, void *refCon, UInt32 messageType, in ipsec_sleep_wake_handler() argument
45 switch (messageType) { in ipsec_sleep_wake_handler()
/xnu-11215/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp36 UInt32 messageType,
113 UInt32 messageType, in IOWatchDogTimerSleepHandler() argument
121 if (messageType != kIOMessageSystemWillSleep) { in IOWatchDogTimerSleepHandler()
/xnu-11215/iokit/IOKit/
H A DOSMessageNotification.h108 natural_t messageType; member
136 natural_t messageType; member
H A DIOService.h270 UInt32 messageType, IOService * provider,
274 typedef IOReturn (^IOServiceInterestHandlerBlock)( uint32_t messageType, IOService * provider,
1478 virtual IOReturn messageClient( UInt32 messageType, OSObject * client,
2259 bool tellClientsWithResponse( int messageType );
2260 void tellClients( int messageType );
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h582 int messageType,
615 UInt32 messageType, IOService * service,
619 UInt32 messageType, IOService * service,
623 UInt32 messageType, IOService * service,
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6157 context.messageType = kIOMessageCopyClientID; in cleanClientResponses()
6209 IOService::tellClientsWithResponse( int messageType ) in tellClientsWithResponse() argument
6235 context.messageType = messageType; in tellClientsWithResponse()
6268 context.messageType = messageType; in tellClientsWithResponse()
6270 if (context.messageType == kIOMessageCanSystemSleep) { in tellClientsWithResponse()
6417 msgType = context->messageType; in pmTellAppWithResponse()
6481 msgType = context->messageType; in pmTellClientWithResponse()
6631 msgType = context->messageType; in pmTellCapabilityAppWithResponse()
6717 msgType = context->messageType; in pmTellCapabilityClientWithResponse()
6839 IOService::tellClients( int messageType ) in tellClients() argument
[all …]
H A DIOPMrootDomain.cpp3785 UInt32 messageType, IOService * service, in sysPowerDownHandler() argument
3796 if (messageType == kIOMessageSystemWillSleep || in sysPowerDownHandler()
3797 messageType == kIOMessageSystemWillPowerOn || in sysPowerDownHandler()
3799 switch (messageType) { in sysPowerDownHandler()
3808 lastSystemMessageType = messageType; in sysPowerDownHandler()
7252 notifier->msgType = context->messageType;
7300 UInt32 messageType, IOService * service, argument
7322 switch (messageType) {
9334 int messageType, argument
9383 msgNum = OSNumber::withNumber(messageType, 32);
[all …]
H A DIOUserClient.cpp840 UInt32 messageType, IOService * provider,
843 UInt32 messageType, IOService * provider,
1146 UInt32 messageType, IOService * provider, in _handler() argument
1154 ref, messageType, provider, argument, argSize); in _handler()
1161 UInt32 messageType, IOService * provider, in handler() argument
1169 if (kIOMessageCopyClientID == messageType) { in handler()
1236 data->messageType = messageType; in handler()
H A DIOServicePMPrivate.h565 uint32_t messageType; member
H A DIOService.cpp441 UInt32 messageType, IOService * service,
2266 UInt32 messageType, IOService * provider, in IOServiceInterestHandlerToBlock() argument
2269 return ((IOServiceInterestHandlerBlock) refCon)(messageType, provider, messageArgument, argSize); in IOServiceInterestHandlerToBlock()
4694 UInt32 messageType, IOService * service, in systemPowerChange() argument
4704 switch (messageType) { in systemPowerChange()
H A DIOUserServer.cpp1869 ^IOReturn (uint32_t messageType, IOService * provider, in Create_Impl()
1874 switch (messageType) { in Create_Impl()
/xnu-11215/iokit/Tests/
H A DTests.cpp1434 ^IOReturn (uint32_t messageType, IOService * provider, in IOServiceTest()
1436 kprintf("%p messageType 0x%08x %p\n", provider, messageType, messageArgument); in IOServiceTest()
/xnu-11215/libkern/c++/
H A DOSKext.cpp9291 IOReturn OSKextSystemSleepOrWake(UInt32 messageType);
9293 OSKextSystemSleepOrWake(UInt32 messageType) argument
9303 if (messageType == kIOMessageSystemWillSleep) {
9309 } else if (messageType == kIOMessageSystemHasPoweredOn) {