Lines Matching refs:netconsole_ext
96 static struct console netconsole_ext, netconsole; variable
645 console_is_registered(&netconsole_ext)) in unregister_netcons_consoles()
646 unregister_console(&netconsole_ext); in unregister_netcons_consoles()
708 if (nt->extended && !console_is_registered(&netconsole_ext)) { in enabled_store()
709 netconsole_ext.flags |= CON_ENABLED; in enabled_store()
710 register_console(&netconsole_ext); in enabled_store()
2104 static struct console netconsole_ext = { variable
2144 netconsole_ext.flags |= CON_PRINTBUFFER; in init_netconsole()
2172 register_console(&netconsole_ext); in init_netconsole()
2207 if (console_is_registered(&netconsole_ext)) in cleanup_netconsole()
2208 unregister_console(&netconsole_ext); in cleanup_netconsole()