Lines Matching refs:msgType
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);
9658 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(…
9660 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier));
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…
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);
9753 …DLOG("trace point 0x%02x msgType 0x%x detail 0x%08x\n", pmTracer->getTracePhase(), msgType, delay);