Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShellParametersProtocol.c303 CHAR16 *FullCommandLine; in CreatePopulateInstallShellParametersProtocol() local
307 FullCommandLine = NULL; in CreatePopulateInstallShellParametersProtocol()
357 Status = SHELL_GET_ENVIRONMENT_VARIABLE(L"ShellOpt", &Size, FullCommandLine); in CreatePopulateInstallShellParametersProtocol()
359 FullCommandLine = AllocateZeroPool(Size + LoadedImage->LoadOptionsSize); in CreatePopulateInstallShellParametersProtocol()
360 Status = SHELL_GET_ENVIRONMENT_VARIABLE(L"ShellOpt", &Size, FullCommandLine); in CreatePopulateInstallShellParametersProtocol()
372 ASSERT(FullCommandLine == NULL); in CreatePopulateInstallShellParametersProtocol()
376 Size = LoadedImage->LoadOptionsSize + sizeof(FullCommandLine[0]); in CreatePopulateInstallShellParametersProtocol()
377 FullCommandLine = AllocateZeroPool(Size); in CreatePopulateInstallShellParametersProtocol()
379 if (FullCommandLine != NULL) { in CreatePopulateInstallShellParametersProtocol()
380 CopyMem (FullCommandLine, LoadedImage->LoadOptions, LoadedImage->LoadOptionsSize); in CreatePopulateInstallShellParametersProtocol()
[all …]