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.c1433 EFI_SHELL_PARAMETERS_PROTOCOL ShellParamsProtocol; in InternalShellExecuteDevicePath() local
1505 ShellParamsProtocol.StdIn = ShellInfoObject.NewShellParametersProtocol->StdIn; in InternalShellExecuteDevicePath()
1506 ShellParamsProtocol.StdOut = ShellInfoObject.NewShellParametersProtocol->StdOut; in InternalShellExecuteDevicePath()
1507 ShellParamsProtocol.StdErr = ShellInfoObject.NewShellParametersProtocol->StdErr; in InternalShellExecuteDevicePath()
1508 Status = UpdateArgcArgv(&ShellParamsProtocol, NewCmdLine, Efi_Application, NULL, NULL); in InternalShellExecuteDevicePath()
1521 if (ShellParamsProtocol.Argv == NULL) { in InternalShellExecuteDevicePath()
1524 ShellParamsProtocol.Argv = AllocatePool (sizeof (CHAR16 *)); in InternalShellExecuteDevicePath()
1525 if (ShellParamsProtocol.Argv == NULL) { in InternalShellExecuteDevicePath()
1529 ShellParamsProtocol.Argc = 1; in InternalShellExecuteDevicePath()
1532 FreePool (ShellParamsProtocol.Argv[0]); in InternalShellExecuteDevicePath()
[all …]