Lines Matching refs:new
296 void *old, *new; in efi_memmap_insert() local
314 for (old = old_memmap->map, new = buf; in efi_memmap_insert()
316 old += old_memmap->desc_size, new += old_memmap->desc_size) { in efi_memmap_insert()
319 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
320 md = new; in efi_memmap_insert()
334 new += old_memmap->desc_size; in efi_memmap_insert()
335 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
336 md = new; in efi_memmap_insert()
347 new += old_memmap->desc_size; in efi_memmap_insert()
348 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
349 md = new; in efi_memmap_insert()
355 new += old_memmap->desc_size; in efi_memmap_insert()
356 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
357 md = new; in efi_memmap_insert()
369 new += old_memmap->desc_size; in efi_memmap_insert()
370 memcpy(new, old, old_memmap->desc_size); in efi_memmap_insert()
371 md = new; in efi_memmap_insert()