Searched refs:EFI_INVALID_PARAMETER (Results 1 – 9 of 9) sorted by relevance
124 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()126 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
41 return EFI_INVALID_PARAMETER; in efi_pe_entry()
59 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()472 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()845 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_stub_entry()
203 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
398 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
627 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()656 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()687 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()717 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
393 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()474 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
994 case EFI_INVALID_PARAMETER: in efi_status_to_err()
34 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro