Searched refs:source_buffer (Results 1 – 4 of 4) sorted by relevance
/u-boot/cmd/ |
A D | bootefi.c | 440 efi_status_t efi_run_image(void *source_buffer, efi_uintn_t source_size) in efi_run_image() argument 455 (uintptr_t)source_buffer, in efi_run_image() 478 ret = EFI_CALL(efi_load_image(false, efi_root, file_path, source_buffer, in efi_run_image()
|
/u-boot/include/ |
A D | efi_loader.h | 403 efi_status_t efi_run_image(void *source_buffer, efi_uintn_t source_size); 496 void *source_buffer,
|
A D | efi_api.h | 131 struct efi_device_path *file_path, void *source_buffer,
|
/u-boot/lib/efi_loader/ |
A D | efi_boottime.c | 2029 void *source_buffer, in efi_load_image() argument 2041 file_path, source_buffer, source_size, image_handle); in efi_load_image() 2043 if (!image_handle || (!source_buffer && !file_path) || in efi_load_image() 2051 if (!source_buffer) { in efi_load_image() 2057 dest_buffer = source_buffer; in efi_load_image() 2064 if (!source_buffer) in efi_load_image()
|
Completed in 19 milliseconds