Searched refs:map_entries (Results 1 – 4 of 4) sorted by relevance
21 static struct efi_runtime_map_entry **map_entries; variable169 map_entries = kcalloc(efi.memmap.nr_map, sizeof(entry), GFP_KERNEL); in efi_runtime_map_init()170 if (!map_entries) { in efi_runtime_map_init()182 *(map_entries + i++) = entry; in efi_runtime_map_init()188 entry = *(map_entries + j); in efi_runtime_map_init()
201 for (i = 0; i < crb->map_entries; ++i) in callback_init()213 for (i = 0; i < crb->map_entries; ++i) { in callback_init()
136 unsigned long map_entries; member
2562 char *map_entries, *orig, *ptr; in target_dev_lba_map_store() local2569 orig = map_entries = kstrdup(page, GFP_KERNEL); in target_dev_lba_map_store()2570 if (!map_entries) in target_dev_lba_map_store()2574 while ((ptr = strsep(&map_entries, "\n")) != NULL) { in target_dev_lba_map_store()