Home
last modified time | relevance | path

Searched refs:netconsole_ext (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/
H A Dnetconsole.c96 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()
2103 static struct console netconsole_ext = { variable
2143 netconsole_ext.flags |= CON_PRINTBUFFER; in init_netconsole()
2171 register_console(&netconsole_ext); in init_netconsole()
2206 if (console_is_registered(&netconsole_ext)) in cleanup_netconsole()
[all …]