Searched refs:console_drivers (Results 1 – 4 of 4) 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);1860 if (!console_drivers) in call_console_drivers()2756 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()2757 bcon = console_drivers; in register_console()2759 if (!has_preferred_console || bcon || !console_drivers) in register_console()2805 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()2806 newcon->next = console_drivers; in register_console()2807 console_drivers = newcon; in register_console()2813 newcon->next = console_drivers->next; in register_console()[all …]
161 for (con = console_drivers; con != NULL; con = con->next)174 extern struct console *console_drivers;