Searched refs:CurrentParam (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Bcfg.c | 734 CONST CHAR16 *CurrentParam; local 825 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber); 826 if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"dump") == 0) { 831 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"add") == 0) { 837 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); 838 if (CurrentParam == NULL || !ShellIsHexOrDecimalNumber(CurrentParam, TRUE, FALSE)) { 839 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, CurrentParam); 842 Status = ShellConvertStringToUint64(CurrentParam, &Intermediate, TRUE, FALSE); 849 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellInstall1CommandsLib/ |
H A D | Bcfg.c | 734 CONST CHAR16 *CurrentParam; local 825 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber); 826 if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"dump") == 0) { 831 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"add") == 0) { 837 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); 838 if (CurrentParam == NULL || !ShellIsHexOrDecimalNumber(CurrentParam, TRUE, FALSE)) { 839 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellInstall1HiiHandle, CurrentParam); 842 Status = ShellConvertStringToUint64(CurrentParam, &Intermediate, TRUE, FALSE); 849 } else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, [all...] |
Completed in 1701 milliseconds