Home
last modified time | relevance | path

Searched refs:load_file (Results 1 – 3 of 3) sorted by relevance

/drivers/firmware/efi/libstub/
Dzboot.c60 load_file(efi_load_file_protocol_t *this, efi_device_path_protocol_t *rem, in load_file() function
241 zboot_load_file2.load_file = load_file; in efi_zboot_entry()
Defi-stub-helper.c661 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, NULL); in efi_load_initrd_dev_path()
669 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, in efi_load_initrd_dev_path()
Defistub.h822 efi_status_t (__efiapi *load_file)(efi_load_file_protocol_t *,
827 u32 load_file; member