Searched refs:efi_load_file_protocol (Results 1 – 5 of 5) sorted by relevance
16 efi_load_file2_initrd(struct efi_load_file_protocol *this,20 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()
282 struct efi_load_file_protocol *load_file2_prot; in get_initrd()
1950 struct efi_load_file_protocol *load_file_protocol = NULL; in efi_load_image_from_path()
209 static efi_status_t EFIAPI load_file(struct efi_load_file_protocol *this, in load_file()246 static 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};
1839 struct efi_load_file_protocol { struct1840 efi_status_t (EFIAPI *load_file)(struct efi_load_file_protocol *this,
Completed in 21 milliseconds