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

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp989 UInt32 childSizeCells, childAddressCells; local
1005 IODTGetCellCounts( regEntry, &childSizeCells, &childAddressCells );
1006 childCells = childAddressCells + childSizeCells;
1009 panic("IODTResolveAddressCell: Invalid device tree (%u,%u)", (uint32_t)childAddressCells, (uint32_t)childSizeCells);
1012 *lenOut = CellsValue( childSizeCells, cellsIn + childAddressCells );
1055 rangeLen = CellsValue(childSizeCells, range + childAddressCells + addressCells);
1064 len = CellsValue(childSizeCells, cell + childAddressCells);
1108 childSizeCells = sizeCells;
1110 childCells = childAddressCells + childSizeCells;

Completed in 171 milliseconds