Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h554 void traceNotificationResponse(OSObject *object, uint32_t delay_ms, uint32_t ack_time_us);
/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp6557 …getPMRootDomain()->traceNotificationResponse(notifier, NS_TO_MS(nsec), (uint32_t) notify.returnVal… in pmTellClientWithResponse()
6787 getPMRootDomain()->traceNotificationResponse(notifier, NS_TO_MS(nsec), msgArg.maxWaitForReply); in pmTellCapabilityClientWithResponse()
H A DIOPMrootDomain.cpp9705 IOPMrootDomain::traceNotificationResponse(OSObject *object, uint32_t delay_ms, uint32_t ack_time_us) function in IOPMrootDomain