Searched refs:EFI_INVALID_PARAMETER (Results 1 – 5 of 5) sorted by relevance
526 return EFI_INVALID_PARAMETER; in handle_cmdline_files()625 status = EFI_INVALID_PARAMETER; in handle_cmdline_files()703 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()705 return EFI_INVALID_PARAMETER; in efi_relocate_kernel()877 if (status == EFI_INVALID_PARAMETER) { in efi_exit_boot_services()
374 return EFI_INVALID_PARAMETER; in gsmi_get_next_variable()455 ret = EFI_INVALID_PARAMETER; in gsmi_set_variable()
70 return EFI_INVALID_PARAMETER; in preserve_pci_rom_image()
898 case EFI_INVALID_PARAMETER: in efi_status_to_err()
33 #define EFI_INVALID_PARAMETER ( 2 | (1UL << (BITS_PER_LONG-1))) macro