Searched refs:fParentsKnowState (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp406 fParentsKnowState = false;
559 fParentsKnowState = true;
640 fParentsKnowState = false;
814 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
853 knowsState = (parent->fPowerStates) && (parent->fParentsKnowState);
869 if ( fControllingDriver && fParentsKnowState )
1123 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1459 if ( fControllingDriver && fParentsKnowState )
1514 savedParentsKnowState = fParentsKnowState;
1577 if (!savedParentsKnowState && fParentsKnowState)
[all...]
H A DIOServicePMPrivate.h346 #define fParentsKnowState pwrMgt->ParentsKnowState macro

Completed in 31 milliseconds