Home
last modified time | relevance | path

Searched refs:load_file_protocol (Results 1 – 2 of 2) sorted by relevance

/u-boot-v2022.01-rc1/lib/efi_selftest/
A Defi_selftest_load_file.c469 EFI_UNIT_TEST(load_file_protocol) = {
/u-boot-v2022.01-rc1/lib/efi_loader/
A Defi_boottime.c1941 struct efi_load_file_protocol *load_file_protocol = NULL; in efi_load_image_from_path() local
1967 (void **)&load_file_protocol)); in efi_load_image_from_path()
1971 ret = load_file_protocol->load_file(load_file_protocol, dp, in efi_load_image_from_path()
1983 ret = EFI_CALL(load_file_protocol->load_file( in efi_load_image_from_path()
1984 load_file_protocol, dp, boot_policy, in efi_load_image_from_path()

Completed in 9 milliseconds