Searched refs:console (Results 1 - 25 of 334) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/platform-iss/
H A DMakefile12 obj-y = io.o console.o setup.o network.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/prom/
H A DMakefile6 obj-y := init.o console.o printf.o misc.o
7 #bootstr.o init.o misc.o segment.o console.o printf.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/gt64120/ev64120/
H A Dpromcon.c2 * Wrap-around code for a console using the
12 #include <linux/console.h>
14 static void prom_console_write(struct console *co, const char *s,
27 static struct console sercons = {
35 * Register console.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dearly_printk.c10 #include <linux/console.h>
16 early_console_write(struct console *con, const char *s, unsigned n)
26 static struct console early_console __initdata = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dstderr_console.c3 #include <linux/console.h>
8 /* trivial console driver -- simply dump everything to stderr */
12 * boot process it becomes the default console.
18 static void stderr_console_write(struct console *console, const char *string, argument
24 static struct console stderr_console = {
47 /* The previous behavior of not unregistering led to /dev/console being
50 * console to become the default console, and /dev/console ca
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/arc/
H A Darc_con.c2 * Wrap-around code for a console using the
12 #include <linux/console.h>
16 static void prom_console_write(struct console *co, const char *s,
27 static int prom_console_setup(struct console *co, char *options)
32 static struct console arc_cons = {
41 * Register console.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A Dpromcon.c2 * Wrap-around code for a console using the
11 #include <linux/console.h>
16 static void prom_console_write(struct console *co, const char *s,
31 static int __init prom_console_setup(struct console *co, char *options)
36 static struct console sercons =
46 * Register console.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sibyte/cfe/
H A DMakefile3 lib-$(CONFIG_SIBYTE_CFE_CONSOLE) += console.o
H A Dconsole.c3 #include <linux/console.h>
12 static void cfe_console_write(struct console *cons, const char *str,
43 static int cfe_console_setup(struct console *cons, char *str)
46 /* XXXKW think about interaction with 'console=' cmdline arg */
47 /* If none of the console options are configured, the build will break. */
65 static struct console sb1250_cfe_cons = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dhpsim_console.c16 #include <linux/console.h>
27 static int simcons_init (struct console *, char *);
28 static void simcons_write (struct console *, const char *, unsigned);
29 static struct tty_driver *simcons_console_device (struct console *, int *);
31 struct console hpsim_cons = {
41 simcons_init (struct console *cons, char *options)
47 simcons_write (struct console *cons, const char *buf, unsigned count)
59 static struct tty_driver *simcons_console_device (struct console *c, int *index)
H A Dhpsim_setup.c8 #include <linux/console.h>
46 extern struct console hpsim_cons;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpdc_cons.c2 * PDC Console support - ie use firmware to dump text via boot console
33 * The PDC console is a simple console, which can be used for debugging
39 * can or will be a fully functional linux console.
48 #include <linux/console.h>
56 static void pdc_console_write(struct console *co, const char *s, unsigned count)
81 int pdc_console_poll_key(struct console *co)
86 static int pdc_console_setup(struct console *co, char *options)
94 static struct tty_driver * pdc_console_device (struct console *c, int *index)
104 static struct console pdc_con
150 struct console *console; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/prom/
H A Dconsole.c2 * arch/mips/dec/prom/console.c
4 * DECstation PROM-based early console support.
13 #include <linux/console.h>
H A DMakefile6 lib-y += init.o memory.o cmdline.o identify.o console.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsuncore.h27 extern void sunserial_console_termios(struct console *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconsole.h2 * linux/include/linux/console.h
62 extern const struct consw dummy_con; /* dummy console buffer */
63 extern const struct consw vga_con; /* VGA text console */
64 extern const struct consw newport_con; /* SGI Newport console */
65 extern const struct consw prom_con; /* SPARC PROM console */
82 * The interface for a console, or any other device that wants to capture
83 * console messages (printer driver?)
85 * If a console driver is marked CON_BOOT then it will be auto-unregistered
86 * when the first real console is registered. This is for early-printk drivers.
95 struct console { struct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dcttyhack.c42 char console[sizeof(int)*3 + 16]; local
53 strcpy(console, "/dev/tty");
55 /* this is a serial console */
56 sprintf(console + 8, "S%d", u.sr.line);
59 sprintf(console + 8, "S%d" + 1, u.vt.v_active);
62 if (console[8]) {
63 fd = xopen(console, O_RDWR);
64 //bb_error_msg("switching to '%s'", console);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dearly_printk.c12 #include <linux/console.h>
23 static void sh_console_write(struct console *co, const char *s,
35 static int __init sh_console_setup(struct console *co, char *options)
52 static struct console bios_console = {
86 static void scif_sercon_write(struct console *con, const char *s,
93 static int __init scif_sercon_setup(struct console *con, char *options)
100 static struct console scif_console = {
153 * Setup a default console, if more than one is compiled in, rely on the
156 static struct console *early_console =
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A DMakefile5 obj-y += irq.o i2c-yosemite.o prom.o py-console.o setup.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/prom/
H A DMakefile7 palloc.o ranges.o segment.o console.o printf.o tree.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/prom/
H A DMakefile10 tree.o console.o printf.o p1275.o cif.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/cobalt/
H A DMakefile8 obj-$(CONFIG_EARLY_PRINTK) += console.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/mips-boards/generic/
H A DMakefile24 obj-$(CONFIG_EARLY_PRINTK) += console.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dsrm_puts.c6 #include <asm/console.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dprintk.c9 * to the console. Added hook for sending the console messages
10 * elsewhere, in preparation for a serial line console (someday).
23 #include <linux/console.h>
64 * provides serialisation for access to the entire console
69 struct console *console_drivers;
72 * keeping track if we have the console semaphore held. It's
75 * path in the console code where we end up in places I want
76 * locked without the console sempahore held
117 * Array of consoles built from command line options (console
1147 console_stop(struct console *console) argument
1155 console_start(struct console *console) argument
1169 register_console(struct console *console) argument
1266 unregister_console(struct console *console) argument
[all...]

Completed in 132 milliseconds

1234567891011>>