Searched refs:copyChildEntry (Results 1 – 4 of 4) sorted by relevance
161 virtual OSPtr<IORegistryEntry> copyChildEntry( const IORegistryPlane * plane ) const;
740 theChild = ((IOService *)(connection->copyChildEntry(gIOPowerPlane))); in handlePMstop()1047 theChild = theNub->copyChildEntry(gIOPowerPlane); in removePowerChild()1583 theChild = (IOService *)whichObject->copyChildEntry(gIOPowerPlane); in handleAcknowledgePowerChange()2940 child = (IOService *) connection->copyChildEntry(gIOPowerPlane); in applyToPowerChildren()3550 theChild = (IOService *)connection->copyChildEntry(gIOPowerPlane); in systemWake()4328 theChild = (IOService *)(theNub->copyChildEntry(gIOPowerPlane)); in notifyChild()
1865 IORegistryEntry::copyChildEntry( in copyChildEntry() function in IORegistryEntry1894 entry = copyChildEntry( plane ); in getChildEntry()
2461 child = connect->copyChildEntry(gIOPowerPlane); in broadcastAggressives()