Searched refs:open_infos (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 961 list_add_tail(&item->link, &handler->open_infos); in efi_create_open_info() 1007 INIT_LIST_HEAD(&handler->open_infos); in efi_add_protocol() 1086 list_for_each_entry(item, &handler->open_infos, link) { in efi_get_drivers() 1104 list_for_each_entry(item, &handler->open_infos, link) { in efi_get_drivers() 1199 if (!list_empty(&handler->open_infos)) { in efi_uninstall_protocol() 1204 list_for_each_entry_safe(item, pos, &handler->open_infos, link) { in efi_uninstall_protocol() 1211 if (!list_empty(&handler->open_infos)) { in efi_uninstall_protocol() 2084 list_for_each_entry_safe(item, pos, &handler->open_infos, link) { in efi_close_protocol() 2136 list_for_each_entry(item, &handler->open_infos, link) { in efi_open_protocol_information() 2153 list_for_each_entry_reverse(item, &handler->open_infos, link) { in efi_open_protocol_information() [all …]
|
/openbmc/u-boot/include/ |
H A D | efi_loader.h | 175 struct list_head open_infos; member
|