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

/freebsd-13-stable/stand/efi/libefi/
H A Defi_console.c43 static SIMPLE_INPUT_INTERFACE *conin; variable
394 * Set up conin/conout/coninex to make sure we have input ready.
402 conin = ST->ConIn;
1281 status = conin->ReadKeyStroke(conin, &key);
1370 if (conin->WaitForKey == NULL) {
1373 status = BS->CheckEvent(conin->WaitForKey);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c164 const HANDLE conin = CreateFileW(L"CONIN$", GENERIC_READ,
169 if (conin != INVALID_HANDLE_VALUE)
172 CloseHandle(conin);
162 const HANDLE conin = CreateFileW(L"CONIN$", GENERIC_READ, local

Completed in 60 milliseconds