Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H 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()
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c199 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/qemu/block/
H A Dvhdx.c1590 void *entry_buffer; in vhdx_create_new_metadata() local
1601 entry_buffer = g_malloc0(VHDX_METADATA_ENTRY_BUFFER_SIZE); in vhdx_create_new_metadata()
1603 mt_file_params = entry_buffer; in vhdx_create_new_metadata()
1605 mt_virtual_size = entry_buffer + offset; in vhdx_create_new_metadata()
1607 mt_page83 = entry_buffer + offset; in vhdx_create_new_metadata()
1609 mt_log_sector_size = entry_buffer + offset; in vhdx_create_new_metadata()
1611 mt_phys_sector_size = entry_buffer + offset; in vhdx_create_new_metadata()
1682 VHDX_METADATA_ENTRY_BUFFER_SIZE, entry_buffer, 0); in vhdx_create_new_metadata()
1690 g_free(entry_buffer); in vhdx_create_new_metadata()
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c2113 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 Defi_api.h162 struct efi_open_protocol_info_entry **entry_buffer,