Searched refs:entry_buffer (Results 1 – 4 of 4) sorted by relevance
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_controllers.c | 46 struct efi_open_protocol_info_entry *entry_buffer; in count_child_controllers() local 50 &entry_buffer, &entry_count); in count_child_controllers() 56 if (entry_buffer[--entry_count].attributes & in count_child_controllers() 60 ret = boottime->free_pool(entry_buffer); in count_child_controllers() 204 struct efi_open_protocol_info_entry *entry_buffer; in stop() local 222 &entry_buffer, &count); in stop() 228 if (entry_buffer[--count].attributes & in stop() 232 entry_buffer[count].agent_handle); in stop() 237 ret = boottime->free_pool(entry_buffer); in stop()
|
| /openbmc/u-boot/lib/efi_driver/ |
| H A D | efi_uclass.c | 199 struct efi_open_protocol_info_entry *entry_buffer; in efi_uc_stop() local 221 &entry_buffer, &count)); in efi_uc_stop() 225 if (entry_buffer[--count].attributes & in efi_uc_stop() 229 entry_buffer[count].agent_handle); in efi_uc_stop() 234 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_boottime.c | 2113 struct efi_open_protocol_info_entry **entry_buffer, in efi_open_protocol_information() argument 2122 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, entry_buffer, in efi_open_protocol_information() 2126 if (!entry_buffer) { in efi_open_protocol_information() 2141 *entry_buffer = NULL; in efi_open_protocol_information() 2150 (void **)entry_buffer); in efi_open_protocol_information() 2155 (*entry_buffer)[--count] = item->info; in efi_open_protocol_information()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 162 struct efi_open_protocol_info_entry **entry_buffer,
|