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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp1072 IORegistryEntry *parentEntry; local
1082 parentEntry = regEntry->getParentEntry( gIODTPlane );
1084 if( (0 == addressProperty) || (0 == parentEntry))
1087 IODTGetCellCounts( parentEntry, &sizeCells, &addressCells );
1100 if( IODTResolveAddressCell( parentEntry, reg, &phys, &len )) {

Completed in 22 milliseconds