Home
last modified time | relevance | path

Searched refs:copyParentEntry (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1235 parent = regEntry->copyParentEntry( gIODTPlane ); in IODTResolveAddressCell()
1356 parentEntry = regEntry->copyParentEntry( gIODTPlane ); in IODTResolveAddressing()
1423 parent = regEntry->copyParentEntry( gIODTPlane ); in IODTFindSlotName()
H A DIOServicePM.cpp719 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()
H A DIORegistryEntry.cpp1779 IORegistryEntry::copyParentEntry( const IORegistryPlane * plane ) const in copyParentEntry() function in IORegistryEntry
1801 entry = copyParentEntry( plane ); in getParentEntry()
2227 while ((parent = copyParentEntry( plane ))) { in detachAbove()
/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h153 virtual OSPtr<IORegistryEntry> copyParentEntry( const IORegistryPlane * plane ) const;