Searched refs:netconsole (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/Documentation/networking/ |
H A D | netconsole.rst | 36 It takes a string configuration parameter "netconsole" in the 57 insmod netconsole netconsole=@/,@10.0.0.2/ 61 insmod netconsole netconsole=@/,@fd00:1:2:3::1/ 67 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/" 69 Built-in netconsole starts immediately after the TCP stack is 107 netconsole module (or kernel, if netconsole is built-in). 114 cd /sys/kernel/config/netconsole/ 124 rmdir /sys/kernel/config/netconsole/othertarget/ 156 have existed when netconsole was loaded / initialized). 175 6.4.0,6,444,501151268,-;netconsole: network logging started [all …]
|
H A D | index.rst | 78 netconsole
|
H A D | netdevices.rst | 269 will be called with interrupts disabled by netconsole. 299 will be called with interrupts disabled by netconsole.
|
/openbmc/u-boot/doc/ |
H A D | README.NetConsole | 30 tools/netconsole <ip> [port] 45 has CONFIG_NETCONSOLE defined. If the netconsole script can find it 51 while loading the netconsole.o module (when used in a loadable module 59 netconsole=[src-port]@[src-ip]/[<dev>],[tgt-port]@<tgt-ip>/[tgt-macaddr] 78 netconsole=4444@10.0.0.1/eth1,9353@10.0.0.2/12:34:56:78:9a:bc 82 netconsole=@/,@192.168.3.1/ 85 ethernet interface has to be up by the time the netconsole driver is 96 Note that unlike the U-Boot implementation the Linux netconsole is
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 49 module_param_string(netconsole, config, MAX_PARAM_LENGTH, 0); 50 MODULE_PARM_DESC(netconsole, " netconsole=[src-port]@[src-ip]/[dev],[tgt-port]@<tgt-ip>/[tgt-macadd… 947 static struct console netconsole = { variable 974 netconsole.flags |= CON_PRINTBUFFER; in init_netconsole() 993 register_console(&netconsole); in init_netconsole() 1023 unregister_console(&netconsole); in cleanup_netconsole()
|
H A D | Kconfig | 323 See <file:Documentation/networking/netconsole.rst> for details. 333 See <file:Documentation/networking/netconsole.rst> for details. 340 Set extended log support for netconsole message. If this option is 343 <file:Documentation/networking/netconsole.rst> for details. 350 Set kernel release to be prepended to each netconsole message by 352 the first field of every netconsole message, so, the netconsole 354 message. See <file:Documentation/networking/netconsole.rst> for
|
H A D | Makefile | 24 obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | init.rst | 32 ``console= device`` 或像 ``netconsole=`` 。
|
H A D | reporting-issues.rst | 898 粘贴它,试着用netconsole网络终端远程跟踪或者至少拍一张屏幕的照片。
|
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | init.rst | 35 ``console= device`` 或像 ``netconsole=`` 。
|
H A D | reporting-issues.rst | 904 粘貼它,試著用netconsole網絡終端遠程跟蹤或者至少拍一張屏幕的照片。
|
/openbmc/u-boot/board/buffalo/lsxl/ |
H A D | README | 15 access an (unmodified) board other than using the netconsole. If you want 23 all netconsole packets are broadcasted and you can use the netconsole to
|
/openbmc/u-boot/drivers/net/ |
H A D | Makefile | 48 obj-$(CONFIG_NETCONSOLE) += netconsole.o
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | init.rst | 21 Try using a different ``console= device`` or e.g. ``netconsole=``.
|
H A D | serial-console.rst | 87 ``Documentation/networking/netconsole.rst`` for information on that.)
|
H A D | reporting-issues.rst | 1161 include it. If you can't copy'n'paste it, try to capture a netconsole trace
|
H A D | kernel-parameters.txt | 764 Documentation/networking/netconsole.rst for an
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 4412 netconsole session. 4414 If you plan to send characters back via netconsole or you want
|
/openbmc/u-boot/ |
H A D | README | 1392 for passing to bootargs (like Linux's netconsole option)
|