Home
last modified time | relevance | path

Searched refs:InputStr (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DMm.c411 CHAR16 *InputStr; in ShellCommandRunMm() local
422 InputStr = NULL; in ShellCommandRunMm()
608 if (InputStr != NULL) { in ShellCommandRunMm()
609 FreePool (InputStr); in ShellCommandRunMm()
610 InputStr = NULL; in ShellCommandRunMm()
612 ShellPromptForResponse (ShellPromptResponseTypeFreeform, NULL, (VOID**) &InputStr); in ShellCommandRunMm()
614 if (InputStr != NULL) { in ShellCommandRunMm()
618 for (Index = 0; InputStr[Index] == ' '; Index++); in ShellCommandRunMm()
620 if (InputStr[Index] != CHAR_NULL) { in ShellCommandRunMm()
621 if ((InputStr[Index] == '.') || (InputStr[Index] == 'q') || (InputStr[Index] == 'Q')) { in ShellCommandRunMm()
[all …]
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch11187 Input (L"$", InputStr, 3);
11192 gShowType = (UINT8) (InputStr[Index] - (CHAR16) (L'0'));
11197 } else if (InputStr[Index] == '/') {
DShellR64.patch7227 CHAR16 InputStr[80];