Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6145 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse() 6252 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse() 6458 getIOMessageString(msgType)); in pmTellClientWithResponse() 6571 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6686 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6765 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 6854 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8485 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3786 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7279 getIOMessageString(messageType), (uint32_t) displayPowerState); in displayWranglerNotification() 9532 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(… in traceNotification() 9534 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); in traceNotification() 9572 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationAck() 9595 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9599 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9617 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi… in traceFilteredNotification()
|
| /xnu-10002.41.9/iokit/IOKit/ |
| H A D | IOService.h | 2216 static const char * getIOMessageString( uint32_t msg );
|