Searched refs:gPressEnter (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/ |
D | ProcessOptions.c | 754 …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()
|
D | FormDisplay.h | 55 extern CHAR16 *gPressEnter;
|
D | FormDisplay.c | 136 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()
|
D | InputHandler.c | 222 CreateDialog (&Key, &NullCharacter, gMiniString, gPressEnter, &NullCharacter, NULL); in ReadString()
|