Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellProtocol.c1443 EFI_SHELL_PARAMETERS_PROTOCOL ShellParamsProtocol; in InternalShellExecuteDevicePath() local
1454 ZeroMem(&ShellParamsProtocol, sizeof(EFI_SHELL_PARAMETERS_PROTOCOL)); in InternalShellExecuteDevicePath()
1530 ShellParamsProtocol.StdIn = ShellInfoObject.NewShellParametersProtocol->StdIn; in InternalShellExecuteDevicePath()
1531 ShellParamsProtocol.StdOut = ShellInfoObject.NewShellParametersProtocol->StdOut; in InternalShellExecuteDevicePath()
1532 ShellParamsProtocol.StdErr = ShellInfoObject.NewShellParametersProtocol->StdErr; in InternalShellExecuteDevicePath()
1533 Status = UpdateArgcArgv(&ShellParamsProtocol, NewCmdLine, Efi_Application, NULL, NULL); in InternalShellExecuteDevicePath()
1546 if (ShellParamsProtocol.Argv == NULL) { in InternalShellExecuteDevicePath()
1549 ShellParamsProtocol.Argv = AllocatePool (sizeof (CHAR16 *)); in InternalShellExecuteDevicePath()
1550 if (ShellParamsProtocol.Argv == NULL) { in InternalShellExecuteDevicePath()
1554 ShellParamsProtocol.Argc = 1; in InternalShellExecuteDevicePath()
[all …]