Home
last modified time | relevance | path

Searched refs:ShellPromptResponseTypeQuitContinue (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DPause.c83 …Status = ShellPromptForResponseHii(ShellPromptResponseTypeQuitContinue, STRING_TOKEN (STR_PAUSE_PR… in ShellCommandRunPause()
85 Status = ShellPromptForResponse(ShellPromptResponseTypeQuitContinue, NULL, (VOID**)&Resp); in ShellCommandRunPause()
/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DShellLib.h1165 ShellPromptResponseTypeQuitContinue, enumerator
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c644 …Status = ShellPromptForResponseHii(ShellPromptResponseTypeQuitContinue, STRING_TOKEN(STR_SHELL_QUI… in ConsoleLoggerDoPageBreak()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
DUefiShellLib.c3353 case ShellPromptResponseTypeQuitContinue: in ShellPromptForResponse()