Searched refs:CurrentParam (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/ |
D | UefiShellBcfgCommandLib.c | 1188 CONST CHAR16 *CurrentParam; in ShellCommandRunBcfg() local 1286 CurrentParam = ShellCommandLineGetRawValue(Package, ParamNumber); in ShellCommandRunBcfg() 1287 …if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"dump") == 0) … in ShellCommandRunBcfg() 1296 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"add") == 0) … in ShellCommandRunBcfg() 1302 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg() 1303 if (CurrentParam == NULL || !ShellIsHexOrDecimalNumber(CurrentParam, TRUE, FALSE)) { in ShellCommandRunBcfg() 1304 …iiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellBcfgHiiHandle, L"bcfg", CurrentParam); in ShellCommandRunBcfg() 1307 Status = ShellConvertStringToUint64(CurrentParam, &Intermediate, TRUE, FALSE); in ShellCommandRunBcfg() 1314 …} else if (gUnicodeCollation->StriColl(gUnicodeCollation, (CHAR16*)CurrentParam, L"addp") == 0) … in ShellCommandRunBcfg() 1320 CurrentParam = ShellCommandLineGetRawValue(Package, ++ParamNumber); in ShellCommandRunBcfg() [all …]
|