Searched refs:lhandle (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_memory.c | 154 struct list_head *lhandle; in efi_add_memory_map() local 188 list_for_each(lhandle, &efi_mem) { in efi_add_memory_map() 192 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_add_memory_map() 245 struct list_head *lhandle; in efi_find_free_memory() local 247 list_for_each(lhandle, &efi_mem) { in efi_find_free_memory() 248 struct efi_mem_list *lmem = list_entry(lhandle, in efi_find_free_memory() 446 struct list_head *lhandle; in efi_get_memory_map() local 449 list_for_each(lhandle, &efi_mem) in efi_get_memory_map() 469 list_for_each(lhandle, &efi_mem) { in efi_get_memory_map() 472 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_get_memory_map()
|
D | efi_runtime.c | 334 struct list_head *lhandle; in efi_set_virtual_address_map() local 340 list_for_each(lhandle, &efi_runtime_mmio) { in efi_set_virtual_address_map() 343 lmmio = list_entry(lhandle, in efi_set_virtual_address_map()
|
D | efi_boottime.c | 458 struct list_head *lhandle; in efi_search_protocol() local 465 list_for_each(lhandle, &efiobj->protocols) { in efi_search_protocol() 468 protocol = list_entry(lhandle, struct efi_handler, link); in efi_search_protocol() 2156 struct list_head *lhandle; in efi_locate_protocol() local 2164 list_for_each(lhandle, &efi_obj_list) { in efi_locate_protocol() 2168 efiobj = list_entry(lhandle, struct efi_object, link); in efi_locate_protocol()
|