cfe_write         105 arch/mips/include/asm/fw/cfe/cfe_api.h int cfe_write(int handle, const char *buffer, int length);
cfe_write         330 arch/mips/sibyte/common/cfe.c 	while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0)
cfe_write          24 arch/mips/sibyte/common/cfe_console.c 				written = cfe_write(cfe_cons_handle, &str[last], i-last);
cfe_write          29 arch/mips/sibyte/common/cfe_console.c 			while (cfe_write(cfe_cons_handle, "\r", 1) <= 0)
cfe_write          35 arch/mips/sibyte/common/cfe_console.c 			written = cfe_write(cfe_cons_handle, &str[last], count-last);