Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.101.5/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6142 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse() 6249 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse() 6455 getIOMessageString(msgType)); in pmTellClientWithResponse() 6568 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6683 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6762 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 6851 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8459 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3764 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7216 getIOMessageString(messageType), (uint32_t) displayPowerState); in displayWranglerNotification() 9464 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(… in traceNotification() 9466 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); in traceNotification() 9504 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationAck() 9527 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9531 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… in traceNotificationResponse() 9549 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi… in traceFilteredNotification()
|
| /xnu-8796.101.5/iokit/IOKit/ |
| H A D | IOService.h | 2150 static const char * getIOMessageString( uint32_t msg );
|