Searched refs:conin (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defiboot.c132 static SIMPLE_INPUT_INTERFACE *conin; variable
154 conin = ST->ConIn;
175 status = conin->ReadKeyStroke(conin, &key);
184 BS->WaitForEvent(1, &conin->WaitForKey, &dummy);
186 status = conin->ReadKeyStroke(conin, &key);
219 conin = ST->ConIn;
245 conin = ST->ConIn;
/openbsd-current/sys/arch/armv7/stand/efiboot/
H A Defiboot.c117 static SIMPLE_INPUT_INTERFACE *conin; variable
139 conin = ST->ConIn;
160 status = conin->ReadKeyStroke(conin, &key);
169 BS->WaitForEvent(1, &conin->WaitForKey, &dummy);
171 status = conin->ReadKeyStroke(conin, &key);
204 conin = ST->ConIn;
230 conin = ST->ConIn;
/openbsd-current/sys/arch/riscv64/stand/efiboot/
H A Defiboot.c121 static SIMPLE_INPUT_INTERFACE *conin; variable
143 conin = ST->ConIn;
164 status = conin->ReadKeyStroke(conin, &key);
173 BS->WaitForEvent(1, &conin->WaitForKey, &dummy);
175 status = conin->ReadKeyStroke(conin, &key);
208 conin = ST->ConIn;
/openbsd-current/sys/arch/amd64/stand/efiboot/
H A Defiboot.c428 static SIMPLE_INPUT_INTERFACE *conin; variable
494 conin = ST->ConIn;
534 status = conin->ReadKeyStroke(conin, &key);
538 BS->WaitForEvent(1, &conin->WaitForKey, &dummy);
539 status = conin->ReadKeyStroke(conin, &key);

Completed in 189 milliseconds