Searched refs:KeyStatus (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/
H A DMemoryTest.c212 EFI_STATUS KeyStatus; local
349 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key);
350 if (!EFI_ERROR (KeyStatus) && (Key.ScanCode == SCAN_ESC)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DKms.h228 /// KeyStatus codes returned for the individual key requests are:
241 EFI_STATUS KeyStatus; member in struct:__anon12202
440 needed. Also, the KeyStatus field must reflect the result
526 Also, the KeyStatus field will reflect the result of the
612 On return, the KeyStatus field will reflect the result
697 On return, the KeyStatus field will reflect the result
1049 caller when it is no longer needed. Also, the KeyStatus

Completed in 49 milliseconds