Searched refs:console_drivers (Results 1 – 8 of 8) sorted by relevance
273 if (console_drivers != NULL) in pdc_console_restart()276 while ((console = console_drivers) != NULL) in pdc_console_restart()277 unregister_console(console_drivers); in pdc_console_restart()
242 if (!console_drivers) in die_if_kernel()409 if (!console_drivers) in parisc_terminate()
84 struct console *console_drivers; variable85 EXPORT_SYMBOL_GPL(console_drivers);1708 if (!console_drivers) in call_console_drivers()2582 if (console_drivers) in register_console()2593 if (console_drivers && newcon->flags & CON_BOOT) { in register_console()2604 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()2605 bcon = console_drivers; in register_console()2607 if (!has_preferred || bcon || !console_drivers) in register_console()2680 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2681 newcon->next = console_drivers; in register_console()[all …]
20 if (console_drivers != NULL) in kmsg_dumper_stdout()
164 for (con = console_drivers; con != NULL; con = con->next)172 extern struct console *console_drivers;
182 cons = console_drivers; in configure_kgdboc()
563 struct console *c = console_drivers; in vkdb_printf()762 c = console_drivers; in vkdb_printf()
414 console = console_drivers; in rs_open()