HomeSort by relevance Sort by last modified time
    Searched refs:Revision (Results 51 - 75 of 448) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DebugMask.h 56 INT64 Revision;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckHiiLib/
InternalVarCheckStructure.h 29 UINT16 Revision;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckPcdLib/
VarCheckPcdStructure.h 36 UINT16 Revision;
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DebugPort2Table.h 31 UINT8 Revision;
69 // DBG2 Revision (defined in spec)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DiskIo.h 97 /// Revision defined in EFI1.1
106 /// The revision to which the disk I/O interface adheres. All future
110 UINT64 Revision;
LoadedImage.h 42 /// Revision defined in EFI1.1.
50 UINT32 Revision; ///< Defines the revision of the EFI_LOADED_IMAGE_PROTOCOL structure.
51 ///< All future revisions will be backward compatible to the current revision.
NetworkInterfaceIdentifier.h 13 @par Revision Reference:
38 // Revision defined in UEFI Specification 2.4
44 /// Revision defined in EFI1.1.
63 UINT64 Revision; ///< The revision of the EFI_NETWORK_INTERFACE_IDENTIFIER protocol.
PxeBaseCodeCallBack.h 14 @par Revision Reference:
31 /// UEFI Revision Number Definition.
36 /// EFI 1.1 Revision Number defintion.
119 /// The revision of the EFI_PXE_BASE_CODE_PROTOCOL. All future revisions must
123 UINT64 Revision;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiMultiPhase.h 137 /// The revision of the EFI Specification to which this table
139 /// revision value, and the lower 16 bits contain the minor revision
140 /// value. The minor revision values are limited to the range of 00..99.
142 UINT32 Revision;
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiApplicationEntryPoint/
ApplicationEntryPoint.c 28 If _gUefiDriverRevision is not zero and SystemTable->Hdr.Revision is less than _gUefiDriverRevison,
35 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
50 // Make sure that the EFI/UEFI spec revision of the platform is >= EFI/UEFI spec revision of the application.
52 if (SystemTable->Hdr.Revision < _gUefiDriverRevision) {
109 @retval EFI_INCOMPATIBLE_VERSION _gUefiDriverRevision is greater than SystemTable->Hdr.Revision.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/Protocol/
PlatformGopPolicy.h 61 UINT32 Revision;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
PlatformGopPolicy.h 70 UINT32 Revision;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Ver.c 124 (gST->Hdr.Revision&0xffff0000)>>16,
125 (gST->Hdr.Revision&0x0000ffff),
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
t3.c 53 Print(L" li->Revision: %xh\n", li->Revision);
69 UINT32 Revision;
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
UpdateBuildVersions.py 158 new_line = "gBUILD_VERSION = \"Developer Build based on Revision: %s\"" % Rev
160 new_line = "gBUILD_VERSION = \"Developer Build based on Revision: %s with Modified Sources\"" % Rev
189 new_line = "#define __BUILD_VERSION \"Developer Build based on Revision: %s\"" % Rev
191 new_line = "#define __BUILD_VERSION \"Developer Build based on Revision: %s with Modified Sources\"" % \
236 """ Get the current revision of the BaseTools/Source tree, and check if any of the files have been modified """
237 Revision = "Unknown"
242 return (Revision, Modified)
258 # Get the repository revision of BaseTools/Source
260 Revision = 0
266 if line.startswith("Revision:"):
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h 71 UINT64 Revision;
362 UINT64 Revision;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiNotTiano.c 107 if (gST->Hdr.Revision < 0x00020000) {
197 if (gST->Hdr.Revision < 0x00020000) {
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiNotTiano.c 109 if (gST->Hdr.Revision < EFI_2_00_SYSTEM_TABLE_REVISION) {
204 if (gST->Hdr.Revision < EFI_2_00_SYSTEM_TABLE_REVISION) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiMultiPhase.h 49 UINT32 Revision;
86 @param wRevision The revision level of the WIN_CERTIFICATE
87 structure. The current revision level is
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/IndustryStandard/
Acpi.h 37 UINT8 Revision;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FvFileLoaderOnLoadFileThunk/
FvFileLoaderOnLoadFileThunk.c 86 ASSERT ((*PeiServices)->Hdr.Revision >= 0x00010000);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/BlockIo/
BlockIo.h 200 UINT64 Revision;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/TapeIo/
TapeIo.h 19 Revision History
35 UINT32 Revision;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
VarCheck.h 59 UINT16 Revision;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
BlockIo2.h 14 @par Revision Reference:
201 /// The revision to which the interface adheres.
204 UINT64 Revision;

Completed in 565 milliseconds

1 23 4 5 6 7 8 91011>>