• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/

Lines Matching defs:gIOPowerPlane

560     attachToParent( getRegistryRoot(), gIOPowerPlane );
618 iter = getParentIterator(gIOPowerPlane);
625 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane);
637 detachAbove( gIOPowerPlane );
643 iter = getChildIterator(gIOPowerPlane);
650 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
654 connection->detachFromChild(theChild, gIOPowerPlane);
658 detachFromChild(connection, gIOPowerPlane);
716 iter = child->getParentIterator( gIOPowerPlane );
725 isChild(entry, gIOPowerPlane))
776 attachToChild( connection, gIOPowerPlane );
777 connection->attachToChild( child, gIOPowerPlane );
814 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
842 parent = (IOService *) connection->getParentEntry(gIOPowerPlane);
844 if (!parent || !inPlane(gIOPowerPlane))
893 child = (IOService *) connection->getChildEntry(gIOPowerPlane);
895 if (child && inPlane(gIOPowerPlane))
950 theChild = theNub->copyChildEntry(gIOPowerPlane);
953 theNub->detachFromChild(theChild, gIOPowerPlane);
957 detachFromChild(theNub, gIOPowerPlane);
1123 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
1334 if ( !isChild(whichObject, gIOPowerPlane) )
1384 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane);
1455 if (inPlane(gIOPowerPlane))
1508 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1520 iter = getParentIterator(gIOPowerPlane);
1565 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1622 if (!inPlane(gIOPowerPlane) || !whichParent || !whichParent->getAwaitingAck())
1652 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane);
1702 iter = getParentIterator(gIOPowerPlane);
1747 iter = getChildIterator(gIOPowerPlane);
1806 if (!isChild(whichChild, gIOPowerPlane))
1812 child = (IOService *) whichChild->getChildEntry(gIOPowerPlane);
2004 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
2087 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
2153 if ( inPlane(gIOPowerPlane) && fParentsKnowState )
2188 iter = getChildIterator(gIOPowerPlane);
2266 assert(inPlane(gIOPowerPlane));
2573 iter = getChildIterator(gIOPowerPlane);
2587 child = ((IOService *)(connection->copyChildEntry(gIOPowerPlane)));
2649 iter = getChildIterator(gIOPowerPlane);
2663 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane);
2696 if ( inPlane(gIOPowerPlane) && !fWeAreRoot )
2698 theNub = (IOService *)copyParentEntry(gIOPowerPlane);
2701 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane);
2781 if (fControllingDriver && inPlane(gIOPowerPlane) && fParentsKnowState)
2994 iter = getChildIterator(gIOPowerPlane);
3273 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane));
3538 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);
3621 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane);
4219 iter = getParentIterator(gIOPowerPlane);
4226 parent = (IOService *)connection->copyParentEntry(gIOPowerPlane);