Searched refs:EFI_INVALID_PARAMETER (Results 1 – 9 of 9) sorted by relevance
133 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()135 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
47 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()370 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()682 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_main()
456 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()647 return EFI_INVALID_PARAMETER; in efi_load_initrd()
149 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
143 status = EFI_INVALID_PARAMETER; in efi_pe_entry()
597 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()626 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()657 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()687 status = EFI_INVALID_PARAMETER; in efi_thunk_get_next_variable()
392 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()473 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
852 case EFI_INVALID_PARAMETER: in efi_status_to_err()
33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro