Searched refs:kIOPMTracePointSystemUp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h303 * the system will return to kIOPMTracePointSystemUp.
305 * If the trace point decreases (instead of increasing) before reaching kIOPMTracePointSystemUp,
318 kIOPMTracePointSystemUp = 0, enumerator in enum:__anon14856
502 * be considered awake and usable. The next phase shall be kIOPMTracePointSystemUp.
510 * Phase ends: System in dark wake. Before recording kIOPMTracePointSystemUp.
518 * Phase ends: System in full wake. Before recording kIOPMTracePointSystemUp.
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp2510 tracePoint(kIOPMTracePointSystemUp);
4783 tracePoint( kIOPMTracePointSystemUp, 0 );
6973 if ((tracePointPhases >> 24) != kIOPMTracePointSystemUp)
7119 me->tracePhase = kIOPMTracePointSystemUp;
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c596 case kIOPMTracePointSystemUp:

Completed in 89 milliseconds