Searched refs:source_buffer (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_boottime.c | 1685 void *source_buffer, in efi_load_image() argument 1696 file_path, source_buffer, source_size, image_handle); in efi_load_image() 1703 if (!source_buffer && !file_path) { in efi_load_image() 1708 if (!source_buffer) { in efi_load_image() 1709 ret = efi_load_image_from_path(file_path, &source_buffer, in efi_load_image() 1731 memcpy(dest_buffer, source_buffer, source_size); in efi_load_image() 1732 source_buffer = dest_buffer; in efi_load_image() 1740 ret = efi_load_pe(*image_obj, source_buffer, info); in efi_load_image() 1744 efi_add_memory_map((uintptr_t)source_buffer, in efi_load_image() 1752 efi_free_pages((uintptr_t)source_buffer, in efi_load_image()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 122 struct efi_device_path *file_path, void *source_buffer,
|