Home
last modified time | relevance | path

Searched refs:EFI_INVALID_PARAMETER (Results 1 – 5 of 5) sorted by relevance

/DragonStub/apps/
H A Driscv-stub.c22 return EFI_INVALID_PARAMETER; in get_boot_hartid_from_fdt()
28 return EFI_INVALID_PARAMETER; in get_boot_hartid_from_fdt()
34 return EFI_INVALID_PARAMETER; in get_boot_hartid_from_fdt()
44 return EFI_INVALID_PARAMETER; in get_boot_hartid_from_fdt()
H A Delf.c86 return EFI_INVALID_PARAMETER; in elf_get_header()
116 return EFI_INVALID_PARAMETER; in parse_phdrs()
121 return EFI_INVALID_PARAMETER; in parse_phdrs()
129 return EFI_INVALID_PARAMETER; in parse_phdrs()
134 return EFI_INVALID_PARAMETER; in parse_phdrs()
142 return EFI_INVALID_PARAMETER; in parse_phdrs()
151 return EFI_INVALID_PARAMETER; in parse_phdrs()
286 return EFI_INVALID_PARAMETER; in efi_allocate_kernel_memory()
297 return EFI_INVALID_PARAMETER; in efi_allocate_kernel_memory()
360 status = EFI_INVALID_PARAMETER; in load_program()
[all …]
H A Dhelper.c385 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
/DragonStub/inc/
H A Defierr.h30 #define EFI_INVALID_PARAMETER EFIERR(2) macro
/DragonStub/lib/
H A Derror.c28 { EFI_INVALID_PARAMETER, L"Invalid Parameter"},