Searched defs:TextInputEx (Results 1 - 1 of 1) sorted by relevance

/systemd/src/boot/efi/
H A Dconsole.c81 static EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL *TextInputEx; local
88 err = LibLocateProtocol(&EfiSimpleTextInputExProtocolGuid, (VOID **)&TextInputEx);
90 TextInputEx = NULL;
97 if (TextInputEx)
98 uefi_call_wrapper(BS->WaitForEvent, 3, 1, &TextInputEx->WaitForKeyEx, &index);
103 if (TextInputEx) {
107 err = uefi_call_wrapper(TextInputEx->ReadKeyStrokeEx, 2, TextInputEx, &keydata);

Completed in 10 milliseconds