Home
last modified time | relevance | path

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

/xnu-12377.61.12/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1378 IORegistryEntry *parentEntry; in IODTResolveAddressing() local
1389 parentEntry = regEntry->copyParentEntry( gIODTPlane ); in IODTResolveAddressing()
1391 if ((NULL == addressProperty) || (NULL == parentEntry)) { in IODTResolveAddressing()
1395 IODTGetCellCounts( parentEntry, &sizeCells, &addressCells ); in IODTResolveAddressing()
1410 if (IODTResolveAddressCell( parentEntry, reg, &phys, &len )) { in IODTResolveAddressing()
1432 OSSafeReleaseNULL(parentEntry); in IODTResolveAddressing()