Searched refs:getNotificationClientName (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 556 const char * getNotificationClientName(OSObject *notifier);
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 9606 IOPMrootDomain::getNotificationClientName(OSObject *object) function in IOPMrootDomain 9658 …[%u] to %s\n", getIOMessageString(notifier->msgType), msgIndex, getNotificationClientName(notifier… 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…
|
| H A D | IOServicePM.cpp | 6121 IOService::getPMRootDomain()->getNotificationClientName(object)); in logClientTimeouts()
|