Searched refs:copyParentEntry (Results 1 – 4 of 4) sorted by relevance
1235 parent = regEntry->copyParentEntry( gIODTPlane ); in IODTResolveAddressCell()1356 parentEntry = regEntry->copyParentEntry( gIODTPlane ); in IODTResolveAddressing()1423 parent = regEntry->copyParentEntry( gIODTPlane ); in IODTFindSlotName()
719 theParent = (IOService *)connection->copyParentEntry(gIOPowerPlane); in handlePMstop()1925 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane); in handlePowerDomainWillChangeTo()2065 parent = (IOService *) whichParent->copyParentEntry(gIOPowerPlane); in handlePowerDomainDidChangeTo()2971 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane); in applyToPowerParent()3582 theNub = (IOService *)copyParentEntry(gIOPowerPlane); in temperatureCriticalForZone()3584 theParent = (IOService *)theNub->copyParentEntry(gIOPowerPlane); in temperatureCriticalForZone()4742 parent = (IOService *) connection->copyParentEntry(gIOPowerPlane); in requestDomainPowerApplier()5322 parent = (IOService *)nub->copyParentEntry(gIOPowerPlane); in ParentChangeAcknowledgePowerChange()
1779 IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const in copyParentEntry() function in IORegistryEntry1801 entry = copyParentEntry( plane ); in getParentEntry()2227 while ((parent = copyParentEntry( plane ))) { in detachAbove()
153 virtual OSPtr<IORegistryEntry> copyParentEntry( const IORegistryPlane * plane ) const;