Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOServicePM.cpp3656 fIsPreChange = true; in startPowerChange()
3952 (IS_POWER_DROP == fIsPreChange) && in notifyChildren()
3980 if (!fIsPreChange && in notifyChildren()
4114 fDriverCallReason = fIsPreChange ? in notifyAll()
4426 requestType = fIsPreChange ? in notifyChild()
4553 fIsPreChange = false; in notifyControllingDriverDone()
5980 if (fIsPreChange) { in tellSystemCapabilityChange()
6239 context.isPreChange = fIsPreChange; in tellClientsWithResponse()
6847 context.isPreChange = fIsPreChange; in tellClients()
8273 fIsPreChange = false; in actionPMWorkQueueInvoke()
[all …]
H A DIOServicePMPrivate.h410 #define fIsPreChange pwrMgt->IsPreChange macro