Searched refs:EFI_NOT_FOUND (Results 1 – 3 of 3) sorted by relevance
290 r = EFI_NOT_FOUND; in efi_allocate_pages()298 r = EFI_NOT_FOUND; in efi_allocate_pages()351 return EFI_NOT_FOUND; in efi_free_pages()
538 efi_status_t r = EFI_NOT_FOUND; in efi_uninstall_protocol_interface()638 return EFI_NOT_FOUND; in efi_locate_handle()674 return EFI_EXIT(EFI_NOT_FOUND); in efi_locate_device_path()708 return EFI_NOT_FOUND; in efi_install_configuration_table()937 return EFI_EXIT(EFI_NOT_FOUND); in efi_connect_controller()956 return EFI_EXIT(EFI_NOT_FOUND); in efi_close_protocol()966 return EFI_EXIT(EFI_NOT_FOUND); in efi_open_protocol_information()1085 return EFI_EXIT(EFI_NOT_FOUND); in efi_locate_protocol()
63 #define EFI_NOT_FOUND (EFI_ERROR_MASK | 14) macro