Searched refs:TxtInEx (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
D | BmHotkey.c | 461 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in BmUnregisterHotkeyNotify() local 472 …tus = gBS->HandleProtocol (Handles[Index], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in BmUnregisterHotkeyNotify() 475 Status = TxtInEx->RegisterKeyNotify ( in BmUnregisterHotkeyNotify() 476 TxtInEx, in BmUnregisterHotkeyNotify() 482 Status = TxtInEx->UnregisterKeyNotify (TxtInEx, NotifyHandle); in BmUnregisterHotkeyNotify() 502 IN EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx, in BmRegisterHotkeyNotify() argument 511 Status = TxtInEx->RegisterKeyNotify ( in BmRegisterHotkeyNotify() 512 TxtInEx, in BmRegisterHotkeyNotify() 616 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in BmProcessKeyOption() local 662 …gBS->HandleProtocol (Handles[HandleIndex], &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in BmProcessKeyOption() [all …]
|
/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/ |
D | ConsoleLogger.c | 833 EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TxtInEx; in ConsoleLoggerOutputString() local 844 …gBS->HandleProtocol (gST->ConsoleInHandle, &gEfiSimpleTextInputExProtocolGuid, (VOID **) &TxtInEx); in ConsoleLoggerOutputString() 852 Status = gBS->WaitForEvent (1, &TxtInEx->WaitForKeyEx, &EventIndex); in ConsoleLoggerOutputString() 854 Status = TxtInEx->ReadKeyStrokeEx (TxtInEx, &KeyData); in ConsoleLoggerOutputString()
|