Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DFor.c82 if (gEfiShellParametersProtocol->Argc > 1) { in ShellCommandRunEndFor()
326 if (gEfiShellParametersProtocol->Argc < 4) { in ShellCommandRunFor()
356 …if (gEfiShellParametersProtocol->Argv[1][0] != L'%' || gEfiShellParametersProtocol->Argv[1][2] != … in ShellCommandRunFor()
357 …||!((gEfiShellParametersProtocol->Argv[1][1] >= L'a' && gEfiShellParametersProtocol->Argv[1][1] <=… in ShellCommandRunFor()
358 …||(gEfiShellParametersProtocol->Argv[1][1] >= L'A' && gEfiShellParametersProtocol->Argv[1][1] <= L… in ShellCommandRunFor()
360 …, NULL, STRING_TOKEN (STR_GEN_INV_VAR), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[1… in ShellCommandRunFor()
367 gEfiShellParametersProtocol->Argv[2]) == 0) { in ShellCommandRunFor()
368 for (LoopVar = 0x3 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) { in ShellCommandRunFor()
370 if (StrStr(gEfiShellParametersProtocol->Argv[LoopVar], L"*") != NULL in ShellCommandRunFor()
371 ||StrStr(gEfiShellParametersProtocol->Argv[LoopVar], L"?") != NULL in ShellCommandRunFor()
[all …]
DIf.c378 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber]; in ProcessStatement()
381 StatementWalker = gEfiShellParametersProtocol->Argv[++StartParameterNumber]; in ProcessStatement()
408 …OperationResult = (BOOLEAN)(ShellFileExists(gEfiShellParametersProtocol->Argv[++StartParameterNumb… in ProcessStatement()
438 …-1, NULL, STRING_TOKEN (STR_SYNTAX_IN), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[S… in ProcessStatement()
451 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber]; in ProcessStatement()
506 …LL, STRING_TOKEN (STR_SYNTAX_STARTING), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[S… in ProcessStatement()
520 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber+1]; in ProcessStatement()
552 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber+2]; in ProcessStatement()
670 ; ParameterNumber < gEfiShellParametersProtocol->Argc in BuildNextStatement()
675 gEfiShellParametersProtocol->Argv[ParameterNumber], in BuildNextStatement()
[all …]
/device/linaro/bootloader/edk2/StdLib/PosixLib/GetPass/
DGetPass.c30 ReturnString = ShellFileHandleReturnLine (gEfiShellParametersProtocol->StdIn, &Ascii); in getpass()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c36 EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol; variable
211 (VOID **)&gEfiShellParametersProtocol, in ShellLibConstructorWorker()
217 gEfiShellParametersProtocol = NULL; in ShellLibConstructorWorker()
220 if (gEfiShellParametersProtocol == NULL || gEfiShellProtocol == NULL) { in ShellLibConstructorWorker()
246 (gEfiShellProtocol != NULL && gEfiShellParametersProtocol != NULL) ) { in ShellLibConstructorWorker()
294 gEfiShellParametersProtocol = NULL; in ShellLibConstructor()
346 if (gEfiShellParametersProtocol != NULL) { in ShellLibDestructor()
351 gEfiShellParametersProtocol = NULL; in ShellLibDestructor()
2259 if (gEfiShellParametersProtocol != NULL) { in ShellCommandLineParseEx()
2264 (CONST CHAR16**) gEfiShellParametersProtocol->Argv, in ShellCommandLineParseEx()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h38 extern EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol;
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c943 for (LoopVar = 0 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) { in ProcessCommandLine()
944 CurrentArg = gEfiShellParametersProtocol->Argv[LoopVar]; in ProcessCommandLine()
1008 DelayValueStr = gEfiShellParametersProtocol->Argv[LoopVar + 1]; in ProcessCommandLine()
1056 for (Size = 0 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) { in ProcessCommandLine()
1068 gEfiShellParametersProtocol->Argv[LoopVar], in ProcessCommandLine()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
DUefiShellCommandLib.c698 …*RetVal = DynamicCommand->Handler(DynamicCommand, gST, gEfiShellParametersProtocol, gEfiShellProto… in ShellCommandRunCommandHandler()
700 DynamicCommand->Handler(DynamicCommand, gST, gEfiShellParametersProtocol, gEfiShellProtocol); in ShellCommandRunCommandHandler()