OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:conhandle
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbmips/stand/sbmips/common/
cfe.c
41
static int
conhandle
= -1;
variable in typeref:typename:int
48
while ((res = cfe_read(
conhandle
,&ch,1)) == 0) ; /* null loop */
59
while (cfe_write(
conhandle
,&ch,1) == 0) ; /* null loop */
64
conhandle
= cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
/src/sys/arch/sbmips/stand/common/
cfe.c
41
static int
conhandle
= -1;
variable in typeref:typename:int
48
while ((res = cfe_read(
conhandle
,&ch,1)) == 0) ; /* null loop */
59
while (cfe_write(
conhandle
,&ch,1) == 0) ; /* null loop */
64
conhandle
= cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025