Home
last modified time | relevance | path

Searched refs:getNotificationClientName (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h556 const char * getNotificationClientName(OSObject *notifier);
/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp9606 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 DIOServicePM.cpp6121 IOService::getPMRootDomain()->getNotificationClientName(object)); in logClientTimeouts()