Searched refs:Inf (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DAprioriSection.py82 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), Arch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
83 Guid = Inf.Guid
86 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClass(InfFileName, GenFdsGlobalVariable.WorkSpaceDir), 'COMMON', GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
87 Guid = Inf.Guid
89 self.BinFileList = Inf.Module.Binaries
H A DFfsInfStatement.py166 Inf = GenFdsGlobalVariable.WorkSpace.BuildObject[PathClassObj, self.CurrentArch, GenFdsGlobalVariable.TargetName, GenFdsGlobalVariable.ToolChainTag]
170 self.BaseName = Inf.BaseName
171 self.ModuleGuid = Inf.Guid
172 self.ModuleType = Inf.ModuleType
173 if Inf.Specification != None and 'PI_SPECIFICATION_VERSION' in Inf.Specification:
174 self.PiSpecVersion = Inf.Specification['PI_SPECIFICATION_VERSION']
175 if Inf.AutoGenVersion < 0x00010005:
176 self.ModuleType = Inf.ComponentType
177 self.VersionString = Inf
[all...]
H A DGenFdsGlobalVariable.py109 # @param Inf: object of InfBuildData
113 def GetBuildRules(Inf, Arch):
124 PathClassObj = PathClass(Inf.MetaFile.File,
128 Macro["MODULE_NAME" ] = Inf.BaseName
129 Macro["MODULE_GUID" ] = Inf.Guid
130 Macro["MODULE_VERSION" ] = Inf.Version
131 Macro["MODULE_TYPE" ] = Inf.ModuleType
137 Macro["BASE_NAME" ] = Inf.BaseName
161 RuleObject = BuildRuleDatabase[Type, Inf.BuildType, Arch, GenFdsGlobalVariable.BuildRuleFamily]
164 if Inf
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/tools/
H A DVBoxNetLwfInstall.cpp76 WCHAR Inf[MAX_PATH]; local
93 dwSize = MyGetfullPathNameW(VBOX_NETLWF_INF, sizeof(Inf)/sizeof(Inf[0]), Inf);
96 /** @todo add size check for (sizeof(Inf)/sizeof(Inf[0])) == dwSize (string length in sizeof(Inf[0])) */
97 hr = VBoxNetCfgWinNetLwfInstall(pnc, Inf);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DInfParserLite.py54 # Load Inf file if filename is not None
68 # @param Filename: Input value for filename of Inf file
163 Db = Database.Database('Inf.db')
166 for Inf in P.Sources:
167 print Inf
H A DReport.py205 select DISTINCT BelongsToFile from Inf
208 Inf = ModuleSet[0][0].replace(EotGlobalData.gMACRO['WORKSPACE'], '.')
224 </tr>""" % ('Callback', Inf, Function, Address)
254 SqlCommand = """select Value2 from Inf
255 where BelongsToFile = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
262 where ID = (select BelongsToFile from Inf where Value1 = 'FILE_GUID' and lower(Value2) = lower('%s') and Model = %s)
305 (select Value1 from Inf where BelongsToFile =
306 (select BelongsToFile from Inf
338 (select Value1 from Inf where BelongsToFile =
339 (select BelongsToFile from Inf
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspaceBuild.py721 for Inf in self.InfDatabase.keys():
722 Module = self.InfDatabase[Inf].Module
725 if not self.IsModuleDefinedInPlatform(Inf, Arch, InfList) or Arch not in Module.Header:
734 Pb.DescFilePath = Inf
737 EdkLogger.error("AutoGen", PARSER_ERROR, "The BaseName of module %s is not defined for arch %s" % (Inf, Arch))
843 self.FindBuildOptions(Arch, Inf, Pb.BuildOptions)
874 Instance = self.FindLibraryClassInstanceOfModule(Lib, Arch, Pb.ModuleType, Inf)
894 Pb.Pcds[(Name, Guid)] = self.FindPcd(Arch, Inf, Name, Guid, Type)
899 self.Build[Arch].ModuleDatabase[Inf] = Pb
911 for Inf i
[all...]
H A DInfClassObject.py135 # This class defined basic Inf object which is used by inheriting
143 ## Inf
145 # This class defined the structure used in Inf object
148 # @param Ffilename: Input value for Ffilename of Inf file, default is None
163 # @var KeyList: To store value for KeyList, a list for all Keys used in Inf
165 class Inf(InfObject): class in inherits:InfObject
199 # Load Inf file if filename is not None
212 # Transfer all contents of an Inf file to a standard Module Object
317 ## Load Inf file
321 # @param Filename: Input value for filename of Inf fil
[all...]
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm348 ;; Checks that ST0 contains +Inf.
508 ;; Checks that ST0 contains +Inf.
589 ;; Checks that ST0 contains +Inf.
2836 ; Masked Inf/Inf.
2900 ; Invalid Operand (Inf/Inf) - Unmodified ST0.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dsetupapi.h69 PVOID Inf; member in struct:_INFCONTEXT
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dsetupapi.h68 PVOID Inf; member in struct:_INFCONTEXT

Completed in 93 milliseconds