Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6063 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse() 6164 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse() 6370 getIOMessageString(msgType)); in pmTellClientWithResponse() 6483 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6598 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6677 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 6766 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8374 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3714 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7160 getIOMessageString(messageType), (uint32_t) displayPowerState); in displayWranglerNotification() 9403 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(… in traceNotification() 9405 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); in traceNotification() 9443 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationAck() 9466 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9470 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9488 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi… in traceFilteredNotification()
|
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOService.h | 2128 static const char * getIOMessageString( uint32_t msg );
|