Home
last modified time | relevance | path

Searched refs:ParamProtocol (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2251 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, in RunInternalCommand() argument
2277 Status = UpdateArgcArgv(ParamProtocol, NewCmdLine, Internal_Command, &Argv, &Argc); in RunInternalCommand()
2327 RestoreArgcArgv(ParamProtocol, &Argv, &Argc); in RunInternalCommand()
2364 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, in RunCommandOrFile() argument
2381 Status = RunInternalCommand(CmdLine, FirstParameter, ParamProtocol, CommandStatus); in RunCommandOrFile()
2416 Status = RunScriptFile (CommandWithPath, NULL, CmdLine, ParamProtocol); in RunCommandOrFile()
2493 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, in SetupAndRunCommandOrFile() argument
2507 …Status = UpdateStdInStdOutStdErr(ParamProtocol, CmdLine, &OriginalStdIn, &OriginalStdOut, &Origina… in SetupAndRunCommandOrFile()
2515 Status = RunCommandOrFile(Type, CmdLine, FirstParameter, ParamProtocol, CommandStatus); in SetupAndRunCommandOrFile()
2533 …RestoreStdInStdOutStdErr(ParamProtocol, &OriginalStdIn, &OriginalStdOut, &OriginalStdErr, &Origina… in SetupAndRunCommandOrFile()
[all …]
DShell.h355 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol