Searched refs:entry_buffer (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_open_protocol.c | 104 &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 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()
|
/u-boot/lib/efi_driver/ |
A D | efi_uclass.c | 203 struct efi_open_protocol_info_entry *entry_buffer; in efi_uc_stop() local 226 &entry_buffer, &count)); in efi_uc_stop() 230 if (entry_buffer[--count].attributes & in efi_uc_stop() 234 entry_buffer[count].agent_handle); in efi_uc_stop() 239 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 2343 struct efi_open_protocol_info_entry **entry_buffer, in efi_open_protocol_information() argument 2352 EFI_ENTRY("%p, %pUl, %p, %p", handle, protocol, entry_buffer, in efi_open_protocol_information() 2356 if (!entry_buffer) { in efi_open_protocol_information() 2371 *entry_buffer = NULL; in efi_open_protocol_information() 2380 (void **)entry_buffer); in efi_open_protocol_information() 2385 (*entry_buffer)[--count] = item->info; in efi_open_protocol_information()
|
/u-boot/include/ |
A D | efi_api.h | 172 struct efi_open_protocol_info_entry **entry_buffer,
|
Completed in 20 milliseconds