Searched refs:BlockCountString (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | Dblk.c | 108 CONST CHAR16 *BlockCountString; in ShellCommandRunDblk() local 150 BlockCountString = ShellCommandLineGetRawValue(Package, 3); in ShellCommandRunDblk() 162 if (BlockCountString == NULL) { in ShellCommandRunDblk() 165 if (!ShellIsHexOrDecimalNumber(BlockCountString, TRUE, FALSE)) { in ShellCommandRunDblk() 166 …1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"dblk", BlockCountString); in ShellCommandRunDblk() 169 ShellConvertStringToUint64(BlockCountString, &BlockCount, TRUE, FALSE); in ShellCommandRunDblk() 173 …1, -1, NULL, STRING_TOKEN (STR_GEN_PARAM_INV), gShellDebug1HiiHandle, L"dblk", BlockCountString); in ShellCommandRunDblk()
|