• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/

Lines Matching refs:gIOPowerPlane

410         if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot()))
661 iter = getParentIterator(gIOPowerPlane);
668 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
680 detachAbove( gIOPowerPlane );
686 iter = getChildIterator(gIOPowerPlane);
693 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
697 connection->detachFromChild(theChild, gIOPowerPlane);
701 detachFromChild(connection, gIOPowerPlane);
762 iter = child->getParentIterator( gIOPowerPlane );
771 isChild(entry, gIOPowerPlane))
822 attachToChild( connection, gIOPowerPlane );
823 connection->attachToChild( child, gIOPowerPlane );
861 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
890 parent = (IOService *) connection->getParentEntry(gIOPowerPlane);
892 if (!parent || !inPlane(gIOPowerPlane))
943 child = (IOService *) connection->getChildEntry(gIOPowerPlane);
945 if (child && inPlane(gIOPowerPlane))
997 theChild = theNub->copyChildEntry(gIOPowerPlane);
1000 theNub->detachFromChild(theChild, gIOPowerPlane);
1004 detachFromChild(theNub, gIOPowerPlane);
1244 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1457 if ( !isChild(whichObject, gIOPowerPlane) )
1506 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
1572 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane))
1651 if (fControllingDriver && fParentsKnowState && inPlane(gIOPowerPlane) &&
1707 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1719 iter = getParentIterator(gIOPowerPlane);
1775 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1829 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1910 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1962 iter = getParentIterator(gIOPowerPlane);
2052 if (!isChild(childConnection, gIOPowerPlane))
2058 child = (IOService *) childConnection->getChildEntry(gIOPowerPlane);
2529 iter = getChildIterator(gIOPowerPlane);
2680 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane, options);
2688 child = (IOService *) connection->copyChildEntry(gIOPowerPlane);
2714 iter = IORegistryIterator::iterateOver(service, gIOPowerPlane,
2723 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
3248 iter = getChildIterator(gIOPowerPlane);
3262 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
3295 if ( inPlane(gIOPowerPlane) && !IS_PM_ROOT )
3297 theNub = (IOService *)copyParentEntry(gIOPowerPlane);
3300 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
3608 iter = getChildIterator(gIOPowerPlane);
3985 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
4428 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane);
4488 applyToParents(requestDomainPowerApplier, &context, gIOPowerPlane);
4998 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);