Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPMrootDomain.cpp9480 uint32_t tracePointPhases, tracePointPCI; local
9486 tracePointPhases = (uint32_t)(uintptr_t) param4;
9487 if ((tracePointPhases & 0xff) == kIOPMTracePointSystemSleep) {
9501 statusCode = (((uint64_t)tracePointPCI) << 32) | tracePointPhases;
9502 if ((tracePointPhases & 0xff) != kIOPMTracePointSystemUp) {
9504 tracePointPCI, tracePointPhases);