HomeSort by relevance Sort by last modified time
    Searched refs:gEfiShellParametersProtocol (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
For.c 83 if (gEfiShellParametersProtocol->Argc > 1) {
331 if (gEfiShellParametersProtocol->Argc < 4) {
361 if (gEfiShellParametersProtocol->Argv[1][0] != L'%' || gEfiShellParametersProtocol->Argv[1][2] != CHAR_NULL
362 ||!((gEfiShellParametersProtocol->Argv[1][1] >= L'a' && gEfiShellParametersProtocol->Argv[1][1] <= L'z')
363 ||(gEfiShellParametersProtocol->Argv[1][1] >= L'A' && gEfiShellParametersProtocol->Argv[1][1] <= L'Z'))
365 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_INV_VAR), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[1]);
372 gEfiShellParametersProtocol->Argv[2]) == 0) {
    [all...]
If.c 374 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber];
377 StatementWalker = gEfiShellParametersProtocol->Argv[++StartParameterNumber];
401 OperationResult = (BOOLEAN)(ShellFileExists(gEfiShellParametersProtocol->Argv[++StartParameterNumber])==EFI_SUCCESS);
429 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SYNTAX_IN), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[StartParameterNumber]);
442 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber];
497 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_SYNTAX_STARTING), gShellLevel1HiiHandle, gEfiShellParametersProtocol->Argv[StartParameterNumber+2]);
511 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber+1];
543 StatementWalker = gEfiShellParametersProtocol->Argv[StartParameterNumber+2];
662 ; ParameterNumber < gEfiShellParametersProtocol->Argc
667 gEfiShellParametersProtocol->Argv[ParameterNumber],
    [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/GetPass/
GetPass.c 30 ReturnString = ShellFileHandleReturnLine (gEfiShellParametersProtocol->StdIn, &Ascii);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 35 EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol;
211 (VOID **)&gEfiShellParametersProtocol,
217 gEfiShellParametersProtocol = NULL;
220 if (gEfiShellParametersProtocol == NULL || gEfiShellProtocol == NULL) {
246 (gEfiShellProtocol != NULL && gEfiShellParametersProtocol != NULL) ) {
294 gEfiShellParametersProtocol = NULL;
345 if (gEfiShellParametersProtocol != NULL) {
350 gEfiShellParametersProtocol = NULL;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Library/
ShellLib.h 30 extern EFI_SHELL_PARAMETERS_PROTOCOL *gEfiShellParametersProtocol;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 678 *RetVal = DynamicCommand->Handler(DynamicCommand, gST, gEfiShellParametersProtocol, gEfiShellProtocol);
680 DynamicCommand->Handler(DynamicCommand, gST, gEfiShellParametersProtocol, gEfiShellProtocol);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c 902 for (LoopVar = 0 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) {
903 CurrentArg = gEfiShellParametersProtocol->Argv[LoopVar];
960 DelayValueStr = gEfiShellParametersProtocol->Argv[LoopVar + 1];
1008 for (Size = 0 ; LoopVar < gEfiShellParametersProtocol->Argc ; LoopVar++) {
1020 gEfiShellParametersProtocol->Argv[LoopVar],
    [all...]

Completed in 76 milliseconds