Searched refs:console_drivers (Results 1 – 7 of 7) sorted by relevance
259 if (console_drivers != NULL) in pdc_console_restart()262 while ((console = console_drivers) != NULL) in pdc_console_restart()263 unregister_console(console_drivers); in pdc_console_restart()
245 if (!console_drivers) in die_if_kernel()429 if (!console_drivers) in parisc_terminate()
87 struct console *console_drivers; variable88 EXPORT_SYMBOL_GPL(console_drivers);1775 if (!console_drivers) in call_console_drivers()2656 if (console_drivers) in register_console()2667 if (console_drivers && newcon->flags & CON_BOOT) { in register_console()2678 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()2679 bcon = console_drivers; in register_console()2681 if (!has_preferred || bcon || !console_drivers) in register_console()2754 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2755 newcon->next = console_drivers; in register_console()[all …]
164 for (con = console_drivers; con != NULL; con = con->next)177 extern struct console *console_drivers;
20 if (console_drivers != NULL) in kmsg_dumper_stdout()
172 cons = console_drivers; in configure_kgdboc()
566 struct console *c = console_drivers; in vkdb_printf()765 c = console_drivers; in vkdb_printf()