Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c325 (VOID **) &ShellInfoObject.OldShellParameters, in CreatePopulateInstallShellParametersProtocol()
415 (*NewShellParameters)->StdIn = ShellInfoObject.OldShellParameters->StdIn; in CreatePopulateInstallShellParametersProtocol()
416 (*NewShellParameters)->StdOut = ShellInfoObject.OldShellParameters->StdOut; in CreatePopulateInstallShellParametersProtocol()
417 (*NewShellParameters)->StdErr = ShellInfoObject.OldShellParameters->StdErr; in CreatePopulateInstallShellParametersProtocol()
420 (VOID*)ShellInfoObject.OldShellParameters, in CreatePopulateInstallShellParametersProtocol()
451 if (ShellInfoObject.OldShellParameters != NULL) { in CleanUpShellParametersProtocol()
455 (VOID*)ShellInfoObject.OldShellParameters); in CleanUpShellParametersProtocol()
456 DEBUG_CODE(ShellInfoObject.OldShellParameters = NULL;); in CleanUpShellParametersProtocol()
DShell.h111 …EFI_SHELL_PARAMETERS_PROTOCOL *OldShellParameters; ///< old shell parameters to reinstall upon ex… member