Home
last modified time | relevance | path

Searched refs:SourceList (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfSourceSectionParser.py38 SourceList = []
122 SourceList.append((ValueList, LineComment,
140 if not InfSectionObject.SetSources(SourceList, Arch = ArchList):
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DHelp.c123 IN CONST COMMAND_LIST *SourceList in CopyListOfCommandNames() argument
128 for ( Node = (COMMAND_LIST*)GetFirstNode(&SourceList->Link) in CopyListOfCommandNames()
129 … ; SourceList != NULL && !IsListEmpty(&SourceList->Link) && !IsNull(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
130 ; Node = (COMMAND_LIST*)GetNextNode(&SourceList->Link, &Node->Link) in CopyListOfCommandNames()
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
DIp6Output.c38 OUT LIST_ENTRY *SourceList, in Ip6CandidateSource() argument
63 InsertTailList (SourceList, &Copy->Link); in Ip6CandidateSource()
85 InsertTailList (SourceList, &Copy->Link); in Ip6CandidateSource()
166 LIST_ENTRY SourceList; in Ip6SelectSourceAddress() local
179 InitializeListHead (&SourceList); in Ip6SelectSourceAddress()
216 Ip6CandidateSource (IpSb, &SourceList, &SourceCount); in Ip6SelectSourceAddress()
236 Ip6RemoveAddr (NULL, &SourceList, &SourceCount, &Prefix->Prefix, Prefix->PrefixLength); in Ip6SelectSourceAddress()
257 for (Entry = SourceList.ForwardLink; Entry != &SourceList; Entry = Entry->ForwardLink) { in Ip6SelectSourceAddress()
273 Ip6RemoveAddr (NULL, &SourceList, &SourceCount, NULL, 0); in Ip6SelectSourceAddress()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfSoucesObject.py208 def SetSources(self, SourceList, Arch = None): argument
218 for Item in SourceList:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py220 SourceList = [File]
222 while Index < len(SourceList):
223 Source = SourceList[Index]
263 SourceList.extend(Target.Outputs)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
DInfPomAlignment.py610 SourceList = []
624 SourceList.append(Source)
626 self.SetSourceFileList(self.GetSourceFileList() + SourceList)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
DBuildReport.py1012 SourceList = os.path.join(self._EotDir, "SourceFile.txt")
1016 TempFile = open(SourceList, "w+")
1032 Eot(CommandLineOption=False, SourceFileList=SourceList, GuidList=GuidList,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DAutoGen.py2783 SourceList = [File]
2790 while Index < len(SourceList):
2791 Source = SourceList[Index]
2844 SourceList.extend(Target.Outputs)