Searched refs:console_drivers (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dpdc_cons.c156 if (console_drivers != NULL)
159 while ((console = console_drivers) != NULL)
160 unregister_console(console_drivers);
H A Dtraps.c249 if (!console_drivers)
430 if (!console_drivers)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dprintk.c63 * console_sem protects the console_drivers list, and also
69 struct console *console_drivers; variable in typeref:struct:console
484 for (con = console_drivers; con; con = con->next) {
511 console_drivers && start != end) {
648 for (con = console_drivers; con; con = con->next)
973 * exclusive access to the console system and the console_drivers list.
1116 for (c = console_drivers; c != NULL; c = c->next)
1131 for (c = console_drivers; c != NULL; c = c->next) {
1175 if (console_drivers) {
1178 if (console_drivers
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dconsole.h112 extern struct console *console_drivers;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc_ksyms.c225 EXPORT_SYMBOL(console_drivers); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dppc_ksyms.c181 EXPORT_SYMBOL(console_drivers); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c106 extern struct console *console_drivers; /* from kernel/printk.c */
852 console = console_drivers;

Completed in 324 milliseconds