Home | History | Annotate | Download | only in efiboot

Lines Matching refs:ConIn

44 		status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
46 if (ST->ConIn->WaitForKey != NULL)
47 WaitForSingleEvent(ST->ConIn->WaitForKey, 0);
48 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
70 if (ST->ConIn->WaitForKey == NULL) {
73 status = uefi_call_wrapper(ST->ConIn->ReadKeyStroke, 2, ST->ConIn, &key);
80 status = uefi_call_wrapper(BS->CheckEvent, 1, ST->ConIn->WaitForKey);