Searched refs:CommandList (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.c | 191 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &Command… in TestNodeForMove() 209 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &Command… in TestNodeForMove() 273 …for (CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &ScriptFile->Curre… in MoveToTag() 274 ; !IsNull(&ScriptFile->CommandList, &CommandNode->Link)&& !Found in MoveToTag() 275 … ; CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTag() 290 for (CommandNode = (SCRIPT_COMMAND_LIST *)GetFirstNode(&ScriptFile->CommandList), Found = FALSE in MoveToTag() 292 … ; CommandNode = (SCRIPT_COMMAND_LIST *)(*Function)(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTag()
|
D | If.c | 730 …for (CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &ScriptFile->Curre… in MoveToTagSpecial() 731 ; !IsNull(&ScriptFile->CommandList, &CommandNode->Link) && !Found in MoveToTagSpecial() 732 … ; CommandNode = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &CommandNode->Link) in MoveToTagSpecial() 781 …ScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&ScriptFile->CommandList, &Command… in MoveToTagSpecial()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | BuildEngine.py | 139 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 …]
|
D | GenMake.py | 702 CommandList = BuildTargets[Target].Commands 703 for SingleCommand in CommandList:
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/ |
D | OpalAhciMode.c | 420 IN EFI_AHCI_COMMAND_LIST *CommandList, in AhciBuildCommand() argument 467 CommandList->AhciCmdA = 1; in AhciBuildCommand() 468 CommandList->AhciCmdP = 1; in AhciBuildCommand() 477 CommandList->AhciCmdPrdtl = (UINT32)PrdtNumber; in AhciBuildCommand() 492 CommandList, in AhciBuildCommand()
|
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/ |
D | ShellCommandLib.h | 400 …LIST_ENTRY CommandList; ///< The script converted to a list of commands (SCRIPT_CO… member
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | Shell.c | 2782 InitializeListHead(&NewScriptFile->CommandList); in RunScriptFileHandle() 2807 InsertTailList(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link); in RunScriptFileHandle() 2830 … ( NewScriptFile->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetFirstNode(&NewScriptFile->CommandList) in RunScriptFileHandle() 2831 ; !IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link) in RunScriptFileHandle() 2997 …e->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&NewScriptFile->CommandList, &NewScriptFile… in RunScriptFileHandle() 2998 if (!IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link)) { in RunScriptFileHandle() 3003 …e->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetNextNode(&NewScriptFile->CommandList, &NewScriptFile… in RunScriptFileHandle() 3004 if (!IsNull(&NewScriptFile->CommandList, &NewScriptFile->CurrentCommand->Link)) { in RunScriptFileHandle()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
D | AhciMode.c | 530 IN EFI_AHCI_COMMAND_LIST *CommandList, in AhciBuildCommand() argument 578 CommandList->AhciCmdA = 1; in AhciBuildCommand() 579 CommandList->AhciCmdP = 1; in AhciBuildCommand() 588 CommandList->AhciCmdPrdtl = PrdtNumber; in AhciBuildCommand() 613 CommandList, in AhciBuildCommand()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/ |
D | UefiShellCommandLib.c | 1050 while (!IsListEmpty (&Script->CommandList)) { in DeleteScriptFileStruct() 1051 Script->CurrentCommand = (SCRIPT_COMMAND_LIST *)GetFirstNode(&Script->CommandList); in DeleteScriptFileStruct()
|