Searched refs:efi_load_image (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/efi_loader/ |
A D | efi_bootmgr.c | 117 ret = EFI_CALL(efi_load_image(true, efi_root, dp, NULL, 0, in try_load_from_file_path() 216 ret = EFI_CALL(efi_load_image(true, efi_root, file_path, in try_load_entry()
|
A D | efi_boottime.c | 2024 efi_status_t EFIAPI efi_load_image(bool boot_policy, in efi_load_image() function 3902 .load_image = efi_load_image,
|
/u-boot/cmd/ |
A D | bootefi.c | 524 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 | 629 efi_status_t EFIAPI efi_load_image(bool boot_policy,
|
Completed in 26 milliseconds