Home | History | Annotate | Download | only in Shell

Lines Matching refs:NewCmdLine

1437   CHAR16                        *NewCmdLine;

1447 NewCmdLine = AllocateCopyPool (StrSize (CommandLine), CommandLine);
1448 if (NewCmdLine == NULL) {
1452 for (Walker = NewCmdLine; Walker != NULL && *Walker != CHAR_NULL ; Walker++) {
1474 FreePool (NewCmdLine);
1487 if (NewCmdLine != NULL) {
1488 LoadedImage->LoadOptionsSize = (UINT32)StrSize(NewCmdLine);
1489 LoadedImage->LoadOptions = (VOID*)NewCmdLine;
1508 Status = UpdateArgcArgv(&ShellParamsProtocol, NewCmdLine, Efi_Application, NULL, NULL);
1587 FreePool (NewCmdLine);