Home
last modified time | relevance | path

Searched refs:TxtInEx (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmHotkey.c511 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in BmUnregisterHotkeyNotify() local
516 …tus = gBS->HandleProtocol (Handles[Index], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in BmUnregisterHotkeyNotify()
519 Status = TxtInEx->RegisterKeyNotify ( in BmUnregisterHotkeyNotify()
520 TxtInEx, in BmUnregisterHotkeyNotify()
526 Status = TxtInEx->UnregisterKeyNotify (TxtInEx, NotifyHandle); in BmUnregisterHotkeyNotify()
550 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx, in BmRegisterHotkeyNotify() argument
559 Status = TxtInEx->RegisterKeyNotify ( in BmRegisterHotkeyNotify()
560 TxtInEx, in BmRegisterHotkeyNotify()
664 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in BmProcessKeyOption() local
705 …gBS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in BmProcessKeyOption()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DConsoleLogger.c844 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in ConsoleLoggerOutputString() local
855 …gBS->HandleProtocol (gST->ConsoleInHandle, &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in ConsoleLoggerOutputString()
863 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex); in ConsoleLoggerOutputString()
865 Status = TxtInEx->ReadKeyStrokeEx (TxtInEx, &KeyData); in ConsoleLoggerOutputString()