HomeSort by: relevance | last modified time | path
    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