Home
last modified time | relevance | path

Searched refs:EFI_NOT_FOUND (Results 1 – 25 of 25) sorted by relevance

/u-boot/lib/efi_loader/
A Defi_hii.c482 return EFI_EXIT(EFI_NOT_FOUND); in remove_package_list()
502 return EFI_EXIT(EFI_NOT_FOUND); in update_package_list()
650 return EFI_EXIT(EFI_NOT_FOUND); in export_package_lists()
681 return EFI_EXIT(EFI_NOT_FOUND); in unregister_package_notify()
740 return EFI_EXIT(EFI_NOT_FOUND); in get_keyboard_layout()
761 return EFI_EXIT(EFI_NOT_FOUND); in set_keyboard_layout()
783 return EFI_EXIT(EFI_NOT_FOUND); in get_package_list_handle()
871 return EFI_EXIT(EFI_NOT_FOUND); in new_string()
919 return EFI_EXIT(EFI_NOT_FOUND); in get_string()
978 return EFI_EXIT(EFI_NOT_FOUND); in set_string()
[all …]
A Defi_load_initrd.c67 *status = EFI_NOT_FOUND; in get_file_size()
97 efi_status_t status = EFI_NOT_FOUND; in efi_load_file2_initrd()
A Defi_memory.c399 return EFI_NOT_FOUND; in efi_check_allocated()
403 return EFI_NOT_FOUND; in efi_check_allocated()
488 return EFI_NOT_FOUND; in efi_allocate_pages()
546 return EFI_NOT_FOUND; in efi_free_pages()
A Defi_boottime.c556 return EFI_NOT_FOUND; in efi_search_protocol()
578 return EFI_NOT_FOUND; in efi_remove_protocol()
1299 ret = EFI_NOT_FOUND; in efi_disconnect_all_drivers()
1655 return EFI_NOT_FOUND; in efi_install_configuration_table()
1859 ret = EFI_NOT_FOUND; in efi_locate_device_path()
1889 return EFI_NOT_FOUND; in efi_load_image_from_file()
1977 return EFI_NOT_FOUND; in efi_load_image_from_path()
1981 return EFI_NOT_FOUND; in efi_load_image_from_path()
2314 r = EFI_NOT_FOUND; in efi_close_protocol()
2951 case EFI_NOT_FOUND: in efi_open_protocol()
[all …]
A Defi_var_mem.c288 return EFI_NOT_FOUND; in efi_get_variable_mem()
331 return EFI_NOT_FOUND; in efi_get_next_variable_name_mem()
A Defi_bootmgr.c207 ret = EFI_NOT_FOUND; in efi_bootmgr_load()
A Defi_var_file.c77 if (ret == EFI_NOT_FOUND) in efi_var_collect()
A Defi_capsule.c572 ret = EFI_NOT_FOUND; in get_dp_device()
696 ret = EFI_NOT_FOUND; in find_boot_device()
724 if (ret == EFI_NOT_FOUND) { in efi_capsule_scan_dir()
A Defi_variable_tee.c353 if (ret == EFI_NOT_FOUND) in get_property_int()
690 ret = EFI_NOT_FOUND; in efi_variables_boot_exit_notify()
A Defi_variable.c268 return EFI_NOT_FOUND; in efi_set_variable_int()
A Defi_runtime.c593 efi_status_t ret = EFI_NOT_FOUND; in efi_convert_pointer()
A Defi_signature.c825 if (ret == EFI_NOT_FOUND) { in efi_sigstore_parse_sigdb()
A Defi_file.c290 ret = EFI_NOT_FOUND; in efi_file_open_int()
A Defi_tcg2.c258 return EFI_NOT_FOUND; in platform_get_tpm2_device()
/u-boot/lib/efi_selftest/
A Defi_selftest_variables.c139 if (ret != EFI_NOT_FOUND) { in execute()
150 if (ret == EFI_NOT_FOUND) in execute()
185 if (ret != EFI_NOT_FOUND) { in execute()
199 if (ret != EFI_NOT_FOUND) { in execute()
A Defi_selftest_miniapp_exit.c53 return EFI_NOT_FOUND; in check_loaded_image_protocol()
77 ret = EFI_NOT_FOUND; in efi_main()
A Defi_selftest_load_file.c221 return EFI_NOT_FOUND; in load_file()
258 return EFI_NOT_FOUND; in load_file2()
430 if (ret != EFI_NOT_FOUND) { in efi_st_load_file_execute()
A Defi_selftest_config_table.c111 if (ret != EFI_NOT_FOUND) { in execute()
A Ddtbdump.c436 return EFI_NOT_FOUND; in do_save()
440 return EFI_NOT_FOUND; in do_save()
A Defi_selftest_manageprotocols.c57 return EFI_NOT_FOUND; in find_in_buffer()
A Defi_selftest_hii.c964 if (ret == EFI_NOT_FOUND) { in test_hii_string_get_secondary_languages()
/u-boot/cmd/
A Dnvedit_efi.c106 if (ret == EFI_NOT_FOUND) { in efi_dump_single_var()
192 if (ret == EFI_NOT_FOUND) in efi_dump_var_all()
544 case EFI_NOT_FOUND: in do_env_set_efi()
A Defidebug.c168 if (ret == EFI_NOT_FOUND) in do_efi_capsule_res()
1077 if (ret == EFI_NOT_FOUND) in do_efi_boot_dump()
1138 if (ret == EFI_NOT_FOUND) { in show_efi_boot_order()
A Dbootefi.c281 return EFI_NOT_FOUND; in efi_install_fdt()
/u-boot/include/
A Defi.h78 #define EFI_NOT_FOUND (EFI_ERROR_MASK | 14) macro

Completed in 35 milliseconds