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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp959 UInt32 childSizeCells, childAddressCells; local
973 IODTGetCellCounts( regEntry, &childSizeCells, &childAddressCells );
974 childCells = childAddressCells + childSizeCells;
977 if( childSizeCells > 1)
1058 childSizeCells = sizeCells;
1060 childCells = childAddressCells + childSizeCells;

Completed in 63 milliseconds