Home
last modified time | relevance | path

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

/systemd-251/src/boot/efi/
Dconsole.c51 err = LibLocateProtocol(&SimpleTextInputExProtocol, (void **) &extraInEx); in console_key_read()
58 … err = BS->HandleProtocol(ST->ConsoleInHandle, &SimpleTextInputExProtocol, (void **) &conInEx); in console_key_read()
Dmissing_efi.h13 #define SimpleTextInputExProtocol ((EFI_GUID)EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL_GUID) macro