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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Identification.py 2 # This file is used to define the identification of INF/DEC/DSC files
13 ## Identification
15 # This class defined basic Identification information structure which is used by INF/DEC/DSC files
24 class Identification(object):
58 id = Identification()
DecClassObject.py 20 from Identification import *
77 # @var Identification: To store value for Identification, it is a structure as Identification
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
    [all...]
InfClassObject.py 24 from Identification import *
160 # @var Identification: To store value for Identification, it is a structure as Identification
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)
    [all...]
DscClassObject.py 23 from Identification import *
84 # @var Identification: To store value for Identification, it is a structure as Identification
96 self.Identification = Identification()
148 ContainerFile = self.Identification.FileFullPath
236 PlatformHeader.FileName = self.Identification.FileName
237 PlatformHeader.FullPath = self.Identification.FileFullPath
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/
RTSMSec.c 59 UINT32 Identification;
75 // Read the GIC Identification Register
76 Identification = ArmGicGetInterfaceIdentification (PcdGet64 (PcdGicInterruptInterfaceBase));
79 if (ARM_GIC_ICCIIDR_GET_ARCH_VERSION(Identification) >= 0x3) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 21 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/PcAtChipsetPkg/Include/Register/
IoApic.h 47 UINT32 Identification:4;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Option.h 25 UINT32 Identification;
Ip6Option.c 739 FragmentHead.Identification = mIp6Id;
Ip6Input.c 919 Info->Id = FragmentHead->Identification;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/
Ip4.h 103 UINT16 Identification;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip4.h 198 UINT16 Identification;
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 1044 @param Identification Identification for queried packet.
1056 IN UINT16 Identification,
1083 if (NTOHS (DnsHeader->Identification) == Identification &&
    [all...]
DnsImpl.h 158 UINT16 Identification;
562 @param Identification Identification for queried packet.
574 IN UINT16 Identification,
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile 50 $(BASE_TOOLS_PATH)\Source\Python\Common\Identification.py \

Completed in 341 milliseconds