Searched refs:EFI_INVALID_PARAMETER (Results 1 – 5 of 5) sorted by relevance
528 return EFI_INVALID_PARAMETER; in handle_cmdline_files()627 status = EFI_INVALID_PARAMETER; in handle_cmdline_files()706 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()708 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()880 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
390 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()471 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
70 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()
929 case EFI_INVALID_PARAMETER: in efi_status_to_err()
33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro