HomeSort by relevance Sort by last modified time
    Searched refs:EFI_INCOMPATIBLE_VERSION (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
ApplicationEntryPoint.c 29 then return EFI_INCOMPATIBLE_VERSION.
35 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
53 return EFI_INCOMPATIBLE_VERSION;
109 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
  /external/syslinux/efi32/include/efi/
efierr.h 53 #define EFI_INCOMPATIBLE_VERSION EFIERR(25)
  /external/syslinux/efi64/include/efi/
efierr.h 53 #define EFI_INCOMPATIBLE_VERSION EFIERR(25)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efierr.h 53 #define EFI_INCOMPATIBLE_VERSION EFIERR(25)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiError.h 58 #define EFI_INCOMPATIBLE_VERSION EFIERR (25)
  /device/linaro/bootloader/edk2/IntelFspPkg/Include/
FspApi.h 306 #define FSP_INCOMPATIBLE_VERSION EFI_INCOMPATIBLE_VERSION
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDriverEntryPoint/
DriverEntryPoint.c 79 _gUefiDriverRevison, then return EFI_INCOMPATIBLE_VERSION.
88 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than
108 return EFI_INCOMPATIBLE_VERSION;
161 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than
  /external/vboot_reference/utility/include/
eficompress.h 45 #define EFI_INCOMPATIBLE_VERSION EFIERR (25)
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiBaseTypes.h 123 #define EFI_INCOMPATIBLE_VERSION RETURN_INCOMPATIBLE_VERSION
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiBaseType.h 137 #define EFI_INCOMPATIBLE_VERSION RETURN_INCOMPATIBLE_VERSION
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiBaseType.h 147 #define EFI_INCOMPATIBLE_VERSION RETURN_INCOMPATIBLE_VERSION
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 372 @retval EFI_INCOMPATIBLE_VERSION The Microcode image version is incorrect.
410 return EFI_INCOMPATIBLE_VERSION;
421 return EFI_INCOMPATIBLE_VERSION;
552 return EFI_INCOMPATIBLE_VERSION;
    [all...]

Completed in 265 milliseconds