Searched refs:copyChildEntry (Results 1 – 4 of 4) sorted by relevance
163 virtual OSPtr<IORegistryEntry> copyChildEntry( const IORegistryPlane * plane ) const;
778 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane))); in handlePMstop()1085 theChild = theNub->copyChildEntry(gIOPowerPlane); in removePowerChild()1621 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane); in handleAcknowledgePowerChange()2973 child = (IOService *) connection->copyChildEntry(gIOPowerPlane); in applyToPowerChildren()3583 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane); in systemWake()4411 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane)); in notifyChild()
1887 IORegistryEntry::copyChildEntry( in copyChildEntry() function in IORegistryEntry1916 entry = copyChildEntry( plane ); in getChildEntry()
2486 child = connect->copyChildEntry(gIOPowerPlane); in broadcastAggressives()