Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Defi_loader.h359 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp);
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c654 struct efi_file_handle *efi_file_from_path(struct efi_device_path *fp) in efi_file_from_path() function
H A Defi_boottime.c1620 f = efi_file_from_path(file_path); in efi_load_image_from_path()