Searched refs:KeyStatus (Results 1 – 3 of 3) sorted by relevance
43 EFI_STATUS KeyStatus; in PlatformBootManagerMemoryTest() local194 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in PlatformBootManagerMemoryTest()195 if (!EFI_ERROR (KeyStatus) && (Key.ScanCode == SCAN_ESC)) { in PlatformBootManagerMemoryTest()
212 EFI_STATUS KeyStatus; in BdsMemoryTest() local357 KeyStatus = gST->ConIn->ReadKeyStroke (gST->ConIn, &Key); in BdsMemoryTest()358 if (!EFI_ERROR (KeyStatus) && (Key.ScanCode == SCAN_ESC)) { in BdsMemoryTest()
241 EFI_STATUS KeyStatus; member