Searched refs:Arch (Results 51 - 67 of 67) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.h190 #define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:xxxxx:UNDI:003000"
221 PXEBC_DHCP4_OPTION_ARCH *Arch; member in union:__anon11250
H A DPxeBcDhcp.c1045 OptEnt.Arch = (PXEBC_DHCP4_OPTION_ARCH *) OptList[Index]->Data;
1047 CopyMem (&OptEnt.Arch->Type, &Value, sizeof (UINT16));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.h130 #define DEFAULT_CLASS_ID_DATA "PXEClient:Arch:?????:????:??????"
252 PXEBC_DHCP4_OPTION_ARCH *Arch; member in union:__anon12575
H A DPxeBcDhcp4.c351 OptEnt.Arch = (PXEBC_DHCP4_OPTION_ARCH *) OptList[Index]->Data;
353 CopyMem (&OptEnt.Arch->Type, &Value, sizeof (UINT16));
H A DPxeBcDhcp6.c127 OptEnt.Arch = (PXEBC_DHCP6_OPTION_ARCH *) OptList[Index]->Data;
129 CopyMem (&OptEnt.Arch->Type, &Value, sizeof (UINT16));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/CommonDataClass/
H A DFdfClass.py293 self.Arch = None
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py293 # S1 is always Arch
563 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1,
566 for Arch, Platform in self._Scope:
571 Arch,
856 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1,
859 for Arch, ModuleType in self._Scope:
865 Arch,
949 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1,
952 for Arch, ModuleType in Scope:
958 Arch,
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfParser.py390 for Arch in ArchList:
391 if (not IsValidArch(Arch)) and \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py293 # as this list is used to search the supported Arch info
474 # for Arch in self.SupArchList + [TAB_ARCH_COMMON]:
564 # GenericComment, TailComment, Arch)
570 GenericComment, TailComment, Arch = PcdInfo
584 SupArchList = [Arch]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py3188 Arch = self.__SkippedChars.rstrip(".")
3189 if Arch.upper() not in ("IA32", "X64", "IPF", "EBC", "ARM", "COMMON"):
3190 raise Warning("Unknown Arch '%s'" % Arch, self.FileName, self.CurrentLineNumber)
3204 RuleObj.Arch = Arch.upper()
3210 Arch.upper() + \
3216 Arch.upper() + \
3766 Arch = self.__SkippedChars.rstrip(".").upper()
3767 if Arch no
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py289 # S1 is always Arch
524 # Model, Value1, Value2, Value3, Arch, Platform, BelongsToItem=-1,
528 for Arch, Platform in self._Scope:
533 Arch,
827 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1,
830 for Arch, ModuleType in self._Scope:
836 Arch,
911 # Model, Value1, Value2, Value3, Arch, ModuleType, BelongsToItem=-1, BelongsToFile=-1,
1520 # Model, Value1, Value2, Value3, Arch, BelongsToItem=-1, LineBegin=-1,
1523 for Arch, ModuleTyp
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfParserLite.py2771 Arch = self.__SkippedChars.rstrip(".")
2772 if Arch.upper() not in ("IA32", "X64", "IPF", "EBC", "ARM", "COMMON"):
2773 raise Warning("Unknown Arch '%s'" % Arch, self.FileName, self.CurrentLineNumber)
2787 RuleObj.Arch = Arch.upper()
2793 Arch.upper() + \
2799 Arch.upper() + \
3358 Arch = self.__SkippedChars.rstrip(".").upper()
3359 if Arch no
[all...]
H A DMisc.py1334 Arch='COMMON', ToolChainFamily='', Target='', TagName='', ToolCode=''):
1335 self.Arch = Arch
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfDefineObject.py911 def SetDefines(self, DefineContent, Arch = None):
913 # Validate Arch
917 ArchListString = ' '.join(Arch)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm215 %error "Arch not supported (or correctly defined)."
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A DBuildReport.py292 LibDepexList = Lib.DepexExpression[M.Arch, M.ModuleType]
374 self.ModuleDepex = " ".join(M.Module.DepexExpression[M.Arch, M.ModuleType])
380 LibDepex = " ".join(Lib.DepexExpression[M.Arch, M.ModuleType]).strip()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DFvImage.py1340 make_option("-a", "--arch", dest="Arch",
1369 Parser.set_defaults(Arch=[])

Completed in 108 milliseconds

123