Home
last modified time | relevance | path

Searched refs:ReadKeyStroke (Results 1 – 4 of 4) sorted by relevance

/DragonStub/lib/
H A Dpause.c13 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key); in Pause()
H A Dconsole.c71 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); in IInput()
H A Devent.c147 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) { in WaitForEventWithTimeout()
/DragonStub/inc/
H A Deficon.h301 EFI_INPUT_READ_KEY ReadKeyStroke; member