Home
last modified time | relevance | path

Searched refs:msgType (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/iokit/
H A Dioserviceusernotification_race.c123 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 DIOServicePM.cpp6417 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 DIOPMrootDomain.cpp7001 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 DIOUserClient.cpp787 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 DRootDomain.h551 void traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay);