Home
last modified time | relevance | path

Searched refs:msgIndex (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6367 uint32_t msgIndex, msgRef, msgType; in pmTellAppWithResponse() local
6418 msgIndex = context->responseArray->getCount(); in pmTellAppWithResponse()
6431 context->responseArray->setObject(msgIndex, num); in pmTellAppWithResponse()
6444 context->notifyClients->setObject(msgIndex, object); in pmTellAppWithResponse()
6482 msgIndex = context->responseArray->getCount(); in pmTellClientWithResponse()
6567 context->notifyClients->setObject(msgIndex, object); in pmTellClientWithResponse()
6632 msgIndex = context->responseArray->getCount(); in pmTellCapabilityAppWithResponse()
6647 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse()
6672 context->responseArray->setObject(msgIndex, num); in pmTellCapabilityAppWithResponse()
6718 msgIndex = context->responseArray->getCount(); in pmTellCapabilityClientWithResponse()
[all …]
H A DIOPMrootDomain.cpp7003 uint32_t msgIndex; member in IOPMServiceInterestNotifier
9636 …MrootDomain::traceNotification(OSObject *object, bool start, uint64_t timestamp, uint32_t msgIndex) argument
9654 notifier->msgIndex = msgIndex;
9657 if (msgIndex != UINT_MAX) {
9658 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(…
9698 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de…
9721 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de…
9725 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de…
9747 IOPMrootDomain::traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay) argument
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h551 void traceDetail(uint32_t msgType, uint32_t msgIndex, uint32_t delay);
552 …void traceNotification(OSObject *notifier, bool start, uint64_t ts = 0, uint32_t msgIndex =…