Searched refs:efi_load_file_protocol (Results 1 – 5 of 5) sorted by relevance
14 efi_load_file2_initrd(struct efi_load_file_protocol *this,18 static const struct efi_load_file_protocol efi_lf2_protocol = {92 efi_load_file2_initrd(struct efi_load_file_protocol *this, in efi_load_file2_initrd()
1953 struct efi_load_file_protocol *load_file_protocol = NULL; in efi_load_image_from_path()
209 efi_status_t EFIAPI load_file(struct efi_load_file_protocol *this, in load_file()246 efi_status_t EFIAPI load_file2(struct efi_load_file_protocol *this, in load_file2()277 static struct efi_load_file_protocol lf_prot = {load_file};278 static struct efi_load_file_protocol lf2_prot = {load_file2};
249 struct efi_load_file_protocol *load_file2_prot; in get_initrd()
1727 struct efi_load_file_protocol { struct1728 efi_status_t (EFIAPI *load_file)(struct efi_load_file_protocol *this,
Completed in 26 milliseconds