Searched refs:getIOMessageString (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/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() 6459 getIOMessageString(msgType)); in pmTellClientWithResponse() 6572 msgIndex, getIOMessageString(msgType), in pmTellCapabilityAppWithResponse() 6688 getIOMessageString(msgType)); in pmTellCapabilityClientWithResponse() 6767 RD_LOG("tellClients( %s )\n", getIOMessageString(messageType)); in tellClients() 6856 IOService::getIOMessageString(context->messageType), in logClientIDForNotification() 8555 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString() function in IOService
|
| H A D | IOPMrootDomain.cpp | 3788 DLOG("sysPowerDownHandler message %s\n", getIOMessageString(messageType)); in sysPowerDownHandler() 7290 getIOMessageString(messageType), (uint32_t) displayPowerState); 9559 …DLOG("%s[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(… 9561 DLOG("%s to %s\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifier)); 9599 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9622 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9626 …getIOMessageString(notifier->msgType), notifier->msgIndex, getNotificationClientName(notifier), de… 9644 …DLOG("%s to %s dropped\n", getIOMessageString(notifier->msgType), getNotificationClientName(notifi…
|
| /xnu-10063.101.15/iokit/IOKit/ |
| H A D | IOService.h | 2240 static const char * getIOMessageString( uint32_t msg );
|