Home
last modified time | relevance | path

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

/linux/drivers/net/
H A Dnetconsole.c92 static struct console netconsole_ext, netconsole; variable
504 console_is_registered(&netconsole_ext)) in unregister_netcons_consoles()
505 unregister_console(&netconsole_ext); in unregister_netcons_consoles()
558 if (nt->extended && !console_is_registered(&netconsole_ext)) { in enabled_store()
559 netconsole_ext.flags |= CON_ENABLED; in enabled_store()
560 register_console(&netconsole_ext); in enabled_store()
1920 static struct console netconsole_ext = { variable
1954 netconsole_ext.flags |= CON_PRINTBUFFER; in init_netconsole()
1976 register_console(&netconsole_ext); in init_netconsole()
2006 if (console_is_registered(&netconsole_ext)) in cleanup_netconsole()
[all …]