Searched refs:lhandle (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_memory.c | 76 struct list_head *lhandle; in efi_mem_sort() local 85 list_for_each(lhandle, &efi_mem) { in efi_mem_sort() 91 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_mem_sort() 202 struct list_head *lhandle; in efi_add_memory_map() local 239 list_for_each(lhandle, &efi_mem) { in efi_add_memory_map() 243 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_add_memory_map() 296 struct list_head *lhandle; in efi_find_free_memory() local 304 list_for_each(lhandle, &efi_mem) { in efi_find_free_memory() 305 struct efi_mem_list *lmem = list_entry(lhandle, in efi_find_free_memory() 509 struct list_head *lhandle; in efi_get_memory_map() local [all …]
|
H A D | efi_runtime.c | 479 struct list_head *lhandle; in efi_set_virtual_address_map() local 486 list_for_each(lhandle, &efi_runtime_mmio) { in efi_set_virtual_address_map() 489 lmmio = list_entry(lhandle, in efi_set_virtual_address_map()
|
H A D | efi_boottime.c | 469 struct list_head *lhandle; in efi_search_protocol() local 476 list_for_each(lhandle, &efiobj->protocols) { in efi_search_protocol() 479 protocol = list_entry(lhandle, struct efi_handler, link); in efi_search_protocol() 2288 struct list_head *lhandle; in efi_locate_protocol() local 2296 list_for_each(lhandle, &efi_obj_list) { in efi_locate_protocol() 2300 efiobj = list_entry(lhandle, struct efi_object, link); in efi_locate_protocol()
|