Home | History | Annotate | Download | only in mac68k

Lines Matching refs:new_map

80 struct apple_part_map_entry new_map[] =
177 * XXX this code is broken: it accesses off the end of new_map[],
179 * entries in new_map[]. Based on the description of struct
181 * new_map[], NEW_MAP_SIZE is expected to be a block count, not an
185 * Note that nothing uses the data this writes into new_map[] so
193 new_map[i].pmPyPartStart = new_map[i-1].pmPyPartStart +
194 new_map[i-1].pmPartBlkCnt;
195 new_map[i].pmDataCnt = new_map[i].pmPartBlkCnt;
196 if (new_map[i].pmPartBlkCnt == 0) {
197 new_map[i].pmPartBlkCnt = pm->dlsize;
198 new_map[i].pmDataCnt = pm->dlsize;
201 pm->dlsize -= new_map[i].pmPartBlkCnt;