Home
last modified time | relevance | path

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

/xnu-8019.80.24/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h350 kIOPMTracePointSystemUp = 0, enumerator
/xnu-8019.80.24/iokit/Kernel/
H A DIOPMrootDomain.cpp3620 tracePoint(kIOPMTracePointSystemUp); in tellNoChangeDown()
6510 tracePoint( kIOPMTracePointSystemUp ); in handleOurPowerChangeDone()
8140 if (currentPhase != kIOPMTracePointSystemUp && currentPhase > kIOPMTracePointSystemSleep) { in receivePowerNotification()
9247 if ((tracePointPhases & 0xff) != kIOPMTracePointSystemUp) { in callPlatformFunction()
9718 me->tracePhase = kIOPMTracePointSystemUp; in OSDefineMetaClassAndStructors()