Searched refs:BlockCountString (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
H A D | Dblk.c | 108 CONST CHAR16 *BlockCountString; local 150 BlockCountString = ShellCommandLineGetRawValue(Package, 3); 162 if (BlockCountString == NULL) { 165 if (!ShellIsHexOrDecimalNumber(BlockCountString, TRUE, FALSE)) { 166 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, BlockCountString); 169 ShellConvertStringToUint64(BlockCountString, &BlockCount, TRUE, FALSE); 173 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellDebug1HiiHandle, BlockCountString);
|
Completed in 75 milliseconds