Home
last modified time | relevance | path

Searched refs:entry_buffer (Results 1 – 5 of 5) sorted by relevance

/u-boot/lib/efi_selftest/
A Defi_selftest_open_protocol.c104 &entry_buffer, &entry_count); in execute()
115 ret = boottime->free_pool(entry_buffer); in execute()
126 &entry_buffer, &entry_count); in execute()
137 if (entry_buffer[0].open_count != 2) { in execute()
139 entry_buffer[0].open_count); in execute()
143 ret = boottime->free_pool(entry_buffer); in execute()
156 &entry_buffer, &entry_count); in execute()
167 if (entry_buffer[0].open_count + entry_buffer[1].open_count != 3) { in execute()
169 entry_buffer[0].open_count + in execute()
170 entry_buffer[1].open_count); in execute()
[all …]
A Defi_selftest_controllers.c46 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()
/u-boot/lib/efi_driver/
A Defi_uclass.c210 struct efi_open_protocol_info_entry *entry_buffer; in efi_uc_stop() local
234 &entry_buffer, &count)); in efi_uc_stop()
238 if (entry_buffer[--count].attributes & in efi_uc_stop()
242 entry_buffer[count].agent_handle); in efi_uc_stop()
247 ret = efi_free_pool(entry_buffer); in efi_uc_stop()
/u-boot/lib/efi_loader/
A Defi_boottime.c2379 struct efi_open_protocol_info_entry **entry_buffer, in efi_open_protocol_information() argument
2388 EFI_ENTRY("%p, %pUs, %p, %p", handle, protocol, entry_buffer, in efi_open_protocol_information()
2392 if (!entry_buffer) { in efi_open_protocol_information()
2407 *entry_buffer = NULL; in efi_open_protocol_information()
2416 (void **)entry_buffer); in efi_open_protocol_information()
2421 (*entry_buffer)[--count] = item->info; in efi_open_protocol_information()
/u-boot/include/
A Defi_api.h168 struct efi_open_protocol_info_entry **entry_buffer,

Completed in 29 milliseconds