Home
last modified time | relevance | path

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

/external/avb/examples/uefi/
Duefi_avb_ops.c87 return EFI_NOT_FOUND; in find_partition_entry_by_name()
94 return EFI_NOT_FOUND; in find_partition_entry_by_name()
109 return EFI_NOT_FOUND; in find_partition_entry_by_name()
120 return EFI_NOT_FOUND; in find_partition_entry_by_name()
132 return EFI_NOT_FOUND; in find_partition_entry_by_name()
153 return EFI_NOT_FOUND; in find_partition_entry_by_name()
173 return EFI_NOT_FOUND; in find_partition_entry_by_name()
342 return EFI_NOT_FOUND; in walk_path()
360 return EFI_NOT_FOUND; in validate_gpt()
365 return EFI_NOT_FOUND; in validate_gpt()
[all …]
Duefi_avb_sysdeps.c82 uefi_call_wrapper(BS->Exit, 4, NULL, EFI_NOT_FOUND, 0, NULL); in avb_abort()
/external/u-boot/lib/efi_selftest/
Defi_selftest_variables.c143 if (ret == EFI_NOT_FOUND) in execute()
169 if (ret != EFI_NOT_FOUND) { in execute()
183 if (ret != EFI_NOT_FOUND) { in execute()
Defi_selftest_manageprotocols.c57 return EFI_NOT_FOUND; in find_in_buffer()
/external/u-boot/lib/efi_loader/
Defi_boottime.c475 return EFI_NOT_FOUND; in efi_search_protocol()
969 if (ret != EFI_NOT_FOUND) in efi_add_protocol()
1120 ret = EFI_NOT_FOUND; in efi_disconnect_all_drivers()
1304 return EFI_NOT_FOUND; in efi_locate_handle()
1389 return EFI_NOT_FOUND; in efi_install_configuration_table()
1581 ret = EFI_NOT_FOUND; in efi_load_image()
1955 r = EFI_NOT_FOUND; in efi_close_protocol()
2178 return EFI_EXIT(EFI_NOT_FOUND); in efi_locate_protocol()
2252 ret = EFI_NOT_FOUND; in efi_locate_device_path()
2719 return EFI_NOT_FOUND; in efi_connect_single_controller()
[all …]
Defi_memory.c300 r = EFI_NOT_FOUND; in efi_allocate_pages()
308 r = EFI_NOT_FOUND; in efi_allocate_pages()
369 return EFI_NOT_FOUND; in efi_free_pages()
Defi_variable.c191 return EFI_EXIT(EFI_NOT_FOUND); in efi_get_variable()
Defi_file.c204 return EFI_EXIT(EFI_NOT_FOUND); in efi_file_open()
/external/vboot_reference/utility/include/
Deficompress.h34 #define EFI_NOT_FOUND EFIERR (14) macro
/external/u-boot/include/
Defi.h61 #define EFI_NOT_FOUND (EFI_ERROR_MASK | 14) macro