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

/freebsd-11.0-release/sys/boot/efi/libefi/
H A Defi_console.c36 static SIMPLE_INPUT_INTERFACE *conin; variable
107 conin = ST->ConIn;
440 status = conin->ReadKeyStroke(conin, &key);
442 BS->WaitForEvent(1, &conin->WaitForKey, &junk);
443 status = conin->ReadKeyStroke(conin, &key);
458 return (BS->CheckEvent(conin->WaitForKey) == EFI_SUCCESS);
/freebsd-11.0-release/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 106 milliseconds