Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.61.5/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6219 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse() 6326 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse() 6533 getIOMessageString(msgType)); in pmTellClientWithResponse() 6647 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6763 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6843 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 6932 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8688 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3791 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7320 getIOMessageString(messageType), (uint32_t) displayPowerState); 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…
|
| /xnu-11215.61.5/iokit/IOKit/ |
| H A D | IOService.h | 2243 static const char * getIOMessageString( uint32_t msg );
|