Searched refs:cfe_cons_handle (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/common/
H A Dcfe_console.c10 extern int cfe_cons_handle;
23 written = cfe_write(cfe_cons_handle, &str[last], i-last);
28 while (cfe_write(cfe_cons_handle, "\r", 1) <= 0)
34 written = cfe_write(cfe_cons_handle, &str[last], count-last);
H A Dcfe.c56 int cfe_cons_handle; variable
289 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
342 while ((ret = cfe_write(cfe_cons_handle, &c, 1)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm47xx/
H A Dprom.c34 static int cfe_cons_handle; variable
43 while (cfe_write(cfe_cons_handle, &c, 1) == 0)
98 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/brcm-boards/bcm947xx/
H A Dprom.c62 static int cfe_cons_handle; variable
68 while (cfe_write(cfe_cons_handle, &c, 1) == 0)
126 cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);

Completed in 43 milliseconds