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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 122 milliseconds