Home
last modified time | relevance | path

Searched refs:CommandList (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.c192 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &Command… in TestNodeForMove()
210 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &Command… in TestNodeForMove()
275 …for (CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &ScriptFile->Curre… in MoveToTag()
276 ; !IsNull(&ScriptFile->CommandList, &CommandNode->Link)&& !Found in MoveToTag()
277 … ; CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTag()
292 for (CommandNode = (SCRIPT_COMMAND_LIST *)GetFirstNode(&ScriptFile->CommandList), Found = FALSE in MoveToTag()
294 … ; CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTag()
DIf.c723 …for (CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &ScriptFile->Curre… in MoveToTagSpecial()
724 ; !IsNull(&ScriptFile->CommandList, &CommandNode->Link) && !Found in MoveToTagSpecial()
725 … ; CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTagSpecial()
774 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &Command… in MoveToTagSpecial()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py139 self.CommandList = []
143 self.CommandList.append(CmdLine)
194 CommandString = "\n\t".join(self.CommandList)
224 if not self.CommandList or not self.DestFileList:
291 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
292 … TargetDesc._Init([SourceFile], DstFile, CommandList, self.ExtraSourceFileList)
297 CommandList = self._BuildCommand(BuildRulePlaceholderDict)
298 … TargetDesc = TargetDescBlock([SourceFile], DstFile, CommandList, self.ExtraSourceFileList)
309 CommandList = []
310 for CommandString in self.CommandList:
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellCommandLib.h400 …LIST_ENTRY CommandList; ///< The script converted to a list of commands (SCRIPT_CO… member
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2741 InitializeListHead(&NewScriptFile->CommandList); in RunScriptFileHandle()
2766 InsertTailList(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link); in RunScriptFileHandle()
2789 … ( NewScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetFirstNode(&NewScriptFile->CommandList) in RunScriptFileHandle()
2790 ; !IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link) in RunScriptFileHandle()
2956 …e->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&NewScriptFile->CommandList, &NewScriptFile… in RunScriptFileHandle()
2957 if (!IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link)) { in RunScriptFileHandle()
2962 …e->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&NewScriptFile->CommandList, &NewScriptFile… in RunScriptFileHandle()
2963 if (!IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link)) { in RunScriptFileHandle()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c517 IN EFI_AHCI_COMMAND_LIST *CommandList, in AhciBuildCommand() argument
565 CommandList->AhciCmdA = 1; in AhciBuildCommand()
566 CommandList->AhciCmdP = 1; in AhciBuildCommand()
575 CommandList->AhciCmdPrdtl = PrdtNumber; in AhciBuildCommand()
600 CommandList, in AhciBuildCommand()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c1021 while (!IsListEmpty (&Script->CommandList)) { in DeleteScriptFileStruct()
1022 Script->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetFirstNode(&Script->CommandList); in DeleteScriptFileStruct()