Searched refs:ReadKeyStroke (Results 1 – 4 of 4) sorted by relevance
13 Status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &Key); in Pause()
71 Status = uefi_call_wrapper(ConIn->ReadKeyStroke, 2, ConIn, &Key); in IInput()
147 if (!EFI_ERROR(uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, Key))) { in WaitForEventWithTimeout()
301 EFI_INPUT_READ_KEY ReadKeyStroke; member