Home
last modified time | relevance | path

Searched refs:Identification (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DInfParserLite.py21 from Common.Identification import *
44 self.Identification = Identification()
73 self.Identification.FileFullPath = Filename
74 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
78 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
DRTSMSec.c59 UINT32 Identification; in ArmPlatformSecInitialize() local
76 Identification = ArmGicGetInterfaceIdentification (PcdGet32 (PcdGicInterruptInterfaceBase)); in ArmPlatformSecInitialize()
79 if (ARM_GIC_ICCIIDR_GET_ARCH_VERSION(Identification) >= 0x3) { in ArmPlatformSecInitialize()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DIdentification.py24 class Identification(object): class
58 id = Identification()
DDecClassObject.py20 from Identification import *
87 self.Identification = Identification()
139 self.Identification.FileFullPath = Filename
140 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
258 ContainerFile = self.Identification.FileFullPath
325 PackageHeader.FileName = self.Identification.FileName
326 PackageHeader.FullPath = self.Identification.FileFullPath
429 …CheckFileExist(self.Identification.FileRelativePath, List[1], ContainerFile, 'LibraryClasses', Rec…
DInfClassObject.py24 from Identification import *
168 self.Identification = Identification()
219 ContainerFile = self.Identification.FileFullPath
329 self.Identification.FileFullPath = Filename
330 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
534 File = self.Identification.FileFullPath
550 ModuleHeader.FileName = self.Identification.FileName
551 ModuleHeader.FullPath = self.Identification.FileFullPath
621 … INF file %s should be modified to use VERSION_STRING instead.' % self.Identification.FileFullPath)
625 …s both VERSION_NUMBER and VERSION_STRING, using VERSION_STRING' % self.Identification.FileFullPath)
[all …]
DDscClassObject.py23 from Identification import *
96 self.Identification = Identification()
149 ContainerFile = self.Identification.FileFullPath
237 PlatformHeader.FileName = self.Identification.FileName
238 PlatformHeader.FullPath = self.Identification.FileFullPath
1022 self.Identification.FileFullPath = Filename
1023 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
DIoApic.h47 UINT32 Identification:4; member
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c1086 IN UINT16 Identification, in IsValidDnsResponse() argument
1112 DnsHeader->Identification = NTOHS (DnsHeader->Identification); in IsValidDnsResponse()
1115 if (DnsHeader->Identification == Identification && QuerySection->Type == Type) { in IsValidDnsResponse()
1199 DnsHeader->Identification = NTOHS (DnsHeader->Identification); in ParseDnsResponse()
1229 …if (!IsValidDnsResponse (&Instance->Dns4TxTokens, DnsHeader->Identification, QuerySection->Type, &… in ParseDnsResponse()
1237 …if (!IsValidDnsResponse (&Instance->Dns6TxTokens, DnsHeader->Identification, QuerySection->Type, &… in ParseDnsResponse()
1795 DnsHeader->Identification = (UINT16)NET_RANDOM (NetRandomInitSeed()); in ConstructDNSQuery()
1805 DnsHeader->Identification = HTONS (DnsHeader->Identification); in ConstructDNSQuery()
DDnsImpl.h159 UINT16 Identification; member
605 IN UINT16 Identification,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DBiosIdD.env4 # The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.
DBiosIdR.env4 # The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.
DBiosIdx64D.env4 # The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.
DBiosIdx64R.env4 # The BIOS ID format conforms to "BIOS Revision Identification Specification", Rev. 0.7, 6/27/2001.
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Option.h25 UINT32 Identification; member
DIp6Option.c739 FragmentHead.Identification = mIp6Id; in Ip6FillFragmentHeader()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
DIp4.h103 UINT16 Identification; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIp4.h198 UINT16 Identification; member
/device/linaro/bootloader/edk2/OptionRomPkg/
DOptionRomPkg.dsc38 # SKU Identification section - list of all SKU IDs supported by this
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/
DIntelFrameworkModulePkg.dsc34 # SKU Identification section - list of all SKU IDs supported by this
/device/linaro/bootloader/edk2/EmbeddedPkg/
DEmbeddedPkg.dsc37 # SKU Identification section - list of all SKU IDs supported by this
/device/linaro/bootloader/edk2/QuarkSocPkg/
DQuarkSocPkg.dsc36 # SKU Identification section - list of all SKU IDs supported by this
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DGloblNvs.asl68 Offset(40), // CPU Identification Registers:
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DCorebootPayloadPkgIa32.dsc44 # SKU Identification section - list of all SKU IDs supported by this Platform.
DCorebootPayloadPkgIa32X64.dsc44 # SKU Identification section - list of all SKU IDs supported by this Platform.
/device/linaro/bootloader/edk2/BaseTools/Source/Python/
DMakefile49 $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \

12