Searched refs:load_file (Results 1 – 5 of 5) sorted by relevance
209 static efi_status_t EFIAPI load_file(struct efi_load_file_protocol *this, in load_file() function223 if (this->load_file != load_file) { in load_file()260 if (this->load_file != load_file2) { in load_file2()277 static struct efi_load_file_protocol lf_prot = {load_file};
297 ret = load_file2_prot->load_file(load_file2_prot, dp, false, in get_initrd()310 ret = load_file2_prot->load_file(load_file2_prot, dp, false, in get_initrd()
21 .load_file = efi_load_file2_initrd,
1981 ret = EFI_CALL(load_file_protocol->load_file( in efi_load_image_from_path()1993 ret = EFI_CALL(load_file_protocol->load_file( in efi_load_image_from_path()
1840 efi_status_t (EFIAPI *load_file)(struct efi_load_file_protocol *this,
Completed in 23 milliseconds