Searched refs:InfList (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DFdfClassObject.py101 for Index in range(0, len(Fdf.Profile.InfList)):
103 Value1 = Fdf.Profile.InfList[Index]
H A DEdkIIWorkspaceBuild.py720 def GenModuleDatabase(self, InfList = []):
725 if not self.IsModuleDefinedInPlatform(Inf, Arch, InfList) or Arch not in Module.Header:
904 # @param InfList: A list for all inf files
906 def UpdateLibrariesOfPlatform(self, InfList = []):
912 if not self.IsModuleDefinedInPlatform(Inf, Arch, InfList):
1135 # @param InfList: Inf list for override from Fdf parse result
1137 def GenBuildDatabase(self, PcdsSet = {}, InfList = []):
1141 for InfFile in InfList:
1149 self.GenModuleDatabase(InfList)
1156 self.UpdateLibrariesOfPlatform(InfList)
[all...]
H A DFdfParserLite.py142 self.InfList = []
2027 if not ffsInf.InfFileName in self.Profile.InfList:
2028 self.Profile.InfList.append(ffsInf.InfFileName)
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Impl.h243 LIST_ENTRY InfList; member in struct:_DHCP6_INSTANCE
H A DDhcp6Driver.c293 InitializeListHead (&Dhcp6Ins->InfList);
H A DDhcp6Io.c262 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->InfList) {
353 NET_LIST_FOR_EACH_SAFE (Entry, NextEntry, &Instance->InfList) {
2538 while (!IsListEmpty (&Instance->InfList)) {
2539 InfCb = NET_LIST_HEAD (&Instance->InfList, DHCP6_INF_CB, Link);
H A DDhcp6Impl.c653 InsertTailList (&Instance->InfList, &InfCb->Link);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DFdfParser.py183 self.InfList = []
2327 if not ffsInf.InfFileName in self.Profile.InfList:
2328 self.Profile.InfList.append(ffsInf.InfFileName)
4007 if not ffsInf.InfFileName in self.Profile.InfList:
4008 self.Profile.InfList.append(ffsInf.InfFileName)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py1836 for Index in range(0, len(Fdf.Profile.InfList)):
1838 Value1 = Fdf.Profile.InfList[Index]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DAutoGen.py271 ModuleList = Fdf.Profile.InfList

Completed in 89 milliseconds