Searched refs:msgType (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/tests/iokit/ |
| H A D | ioserviceusernotification_race.c | 123 notificationReceived(void * refcon __unused, io_iterator_t iter __unused, uint32_t msgType __unused… in notificationReceived() 134 notificationReceived2(void * refcon, io_iterator_t iter __unused, uint32_t msgType __unused, void *… in notificationReceived2()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6417 msgType = context->messageType; in pmTellAppWithResponse() 6421 OUR_PMLog(kPMLogAppNotify, msgType, msgRef); in pmTellAppWithResponse() 6481 msgType = context->messageType; in pmTellClientWithResponse() 6488 OUR_PMLog(kPMLogClientNotify, msgRef, msgType); in pmTellClientWithResponse() 6533 getIOMessageString(msgType)); in pmTellClientWithResponse() 6631 msgType = context->messageType; in pmTellCapabilityAppWithResponse() 6635 OUR_PMLog(kPMLogAppNotify, msgType, msgRef); in pmTellCapabilityAppWithResponse() 6647 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6717 msgType = context->messageType; in pmTellCapabilityClientWithResponse() 6724 OUR_PMLog(kPMLogClientNotify, msgRef, msgType); in pmTellCapabilityClientWithResponse() [all …]
|
| H A D | IOPMrootDomain.cpp | 7001 uint32_t msgType; // Last type seen by the message filter member in IOPMServiceInterestNotifier 7252 notifier->msgType = context->messageType; 9370 kdebugTrace(kPMLogAppResponseDelay, id, notify->msgType, delay_ms); 9374 notify->msgType = 0; 9651 (uintptr_t) notifier->msgType, (uintptr_t) notifier->uuid0, (uintptr_t) notifier->uuid1); 9660 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); 9743 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi… 9747 IOPMrootDomain::traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay) argument 9750 uint32_t detail = ((msgType & 0xffff) << 16) | (delay & 0xffff); 9752 kdebugTrace(kPMLogSleepWakeTracePoint, pmTracer->getTracePhase(), msgType, delay); [all …]
|
| H A D | IOUserClient.cpp | 787 natural_t msgType; member in IOServiceUserNotification 825 natural_t msgType; member in IOServiceMessageUserNotification 956 msgType = type; in OSDefineMetaClassAndStructors() 1015 if (kIOServiceTerminatedNotificationType == msgType) { in handler() 1044 udata->notifyHeader.type = msgType; in handler() 1121 msgType = type; in OSDefineMetaClassAndStructors() 1188 natural_t type = msgType; in handler()
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 551 void traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay);
|