cfe_cons_handle    44 arch/mips/sibyte/common/cfe.c int cfe_cons_handle;
cfe_cons_handle   277 arch/mips/sibyte/common/cfe.c 	cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
cfe_cons_handle   330 arch/mips/sibyte/common/cfe.c 	while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0)
cfe_cons_handle    11 arch/mips/sibyte/common/cfe_console.c extern int cfe_cons_handle;
cfe_cons_handle    24 arch/mips/sibyte/common/cfe_console.c 				written = cfe_write(cfe_cons_handle, &str[last], i-last);
cfe_cons_handle    29 arch/mips/sibyte/common/cfe_console.c 			while (cfe_write(cfe_cons_handle, "\r", 1) <= 0)
cfe_cons_handle    35 arch/mips/sibyte/common/cfe_console.c 			written = cfe_write(cfe_cons_handle, &str[last], count-last);