Searched refs:console_drivers (Results 1 – 4 of 4) sorted by relevance
255 if (console_drivers != NULL) in pdc_console_restart()258 while ((console = console_drivers) != NULL) in pdc_console_restart()259 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);1904 if (!console_drivers) in call_console_drivers()2955 if (console_drivers && console_drivers->flags & CON_BOOT) in register_console()2956 bcon = console_drivers; in register_console()2958 if (!has_preferred_console || bcon || !console_drivers) in register_console()3004 if ((newcon->flags & CON_CONSDEV) || console_drivers == NULL) { in register_console()3005 newcon->next = console_drivers; in register_console()3006 console_drivers = newcon; in register_console()3012 newcon->next = console_drivers->next; in register_console()[all …]
160 for (con = console_drivers; con != NULL; con = con->next)173 extern struct console *console_drivers;