Searched defs:ParamProtocol (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
H A DShell.c2199 @param[in] ParamProtocol the shell parameters protocol pointer
2210 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol,
2236 Status = UpdateArgcArgv(ParamProtocol, NewCmdLine, Internal_Command, &Argv, &Argc);
2286 RestoreArgcArgv(ParamProtocol, &Argv, &Argc);
2312 @param[in] ParamProtocol the shell parameters protocol pointer
2324 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol,
2341 Status = RunInternalCommand(CmdLine, FirstParameter, ParamProtocol, CommandStatus);
2376 Status = RunScriptFile (CommandWithPath, NULL, CmdLine, ParamProtocol);
2442 @param[in] ParamProtocol the shell parameters protocol pointer
2454 IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol,
2207 RunInternalCommand( IN CONST CHAR16 *CmdLine, IN CHAR16 *FirstParameter, IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, OUT EFI_STATUS *CommandStatus ) argument
2320 RunCommandOrFile( IN SHELL_OPERATION_TYPES Type, IN CONST CHAR16 *CmdLine, IN CHAR16 *FirstParameter, IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, OUT EFI_STATUS *CommandStatus ) argument
2450 SetupAndRunCommandOrFile( IN SHELL_OPERATION_TYPES Type, IN CHAR16 *CmdLine, IN CHAR16 *FirstParameter, IN EFI_SHELL_PARAMETERS_PROTOCOL *ParamProtocol, OUT EFI_STATUS *CommandStatus ) argument
[all...]

Completed in 9 milliseconds