OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conin
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/ia64/stand/efi/libefi/
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);
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);
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025