Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c754 …CreateDialog (NULL, gEmptyString, EventInfo->ErrorInfo, gPressEnter, gEmptyString, TimeOutString, … in RefreshTimeOutProcess()
774 CreateDialog (&Key, gEmptyString, gPassowordInvalid, gPressEnter, gEmptyString, NULL); in PasswordInvalid()
910 CreateDialog (&Key, gEmptyString, gConfirmError, gPressEnter, gEmptyString, NULL); in PasswordProcess()
1032 CreateDialog (&Key, gEmptyString, gOptionMismatch, gPressEnter, gEmptyString, NULL); in ProcessOptions()
1117 CreateDialog (&Key, gEmptyString, gOptionMismatch, gPressEnter, gEmptyString, NULL); in ProcessOptions()
1174 CreateDialog (&Key, gEmptyString, gOptionMismatch, gPressEnter, gEmptyString, NULL); in ProcessOptions()
DFormDisplay.h55 extern CHAR16 *gPressEnter;
DFormDisplay.c136 CHAR16 *gPressEnter; variable
228 gPressEnter = GetToken (STRING_TOKEN (PRESS_ENTER), gHiiHandle); in InitializeDisplayStrings()
282 FreePool (gPressEnter); in FreeDisplayStrings()
3867 CreateDialog (&Key, gEmptyString, ErrorInfo, gPressEnter, gEmptyString, NULL); in BrowserStatusProcess()
DInputHandler.c222 CreateDialog (&Key, &NullCharacter, gMiniString, gPressEnter, &NullCharacter, NULL); in ReadString()