Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 6302 RD_LOG("tellClientsWithResponse( %s, %s )\n", getIOMessageString(messageType), in tellClientsWithResponse() 6409 getIOMessageString(messageType), getNotificationPhaseString(fOutOfBandParameter), in tellClientsWithResponse() 6616 getIOMessageString(msgType)); in pmTellClientWithResponse() 6730 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6846 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6926 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 7015 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8803 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3925 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7507 getIOMessageString(messageType), (uint32_t) displayPowerState); 9908 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(… 9910 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); 9948 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9971 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9975 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9993 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi…
|
| /xnu-12377.61.12/iokit/IOKit/ |
| H A D | IOService.h | 2251 static const char * getIOMessageString( uint32_t msg );
|