efi_console.c | 40 static SIMPLE_INPUT_INTERFACE *conin; variable in typeref:typename:SIMPLE_INPUT_INTERFACE * 46 conin = ST->ConIn; 79 status = conin->ReadKeyStroke(conin, &key); 81 BS->WaitForEvent(1, &conin->WaitForKey, &junk); 82 status = conin->ReadKeyStroke(conin, &key); 91 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
|