Searched refs:EFI_INVALID_PARAMETER (Results 1 – 10 of 10) sorted by relevance
124 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()126 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()
48 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()472 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_pe_entry()781 efi_exit(handle, EFI_INVALID_PARAMETER); in efi_main()
167 return EFI_INVALID_PARAMETER; in handle_cmdline_files()
144 status = EFI_INVALID_PARAMETER; in efi_pe_entry()
70 return EFI_INVALID_PARAMETER; in load_file()
539 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
606 status = EFI_INVALID_PARAMETER; in efi_thunk_get_variable()635 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable()666 status = EFI_INVALID_PARAMETER; in efi_thunk_set_variable_nonblocking()696 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()
892 case EFI_INVALID_PARAMETER: in efi_status_to_err()
33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro