/linux/drivers/firmware/efi/libstub/ |
H A D | printk.c | 120 int loglevel = printk_get_level(fmt); in efi_printk() local 122 switch (loglevel) { in efi_printk() 124 loglevel -= '0'; in efi_printk() 131 loglevel = -1; in efi_printk() 135 if (loglevel >= efi_loglevel) in efi_printk() 138 if (loglevel >= 0) in efi_printk()
|
/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 30 int loglevel; member 258 options->loglevel = log_str2level(optarg); in options_init() 290 .loglevel = LOG_INFO, in main() 304 if (log_init(options.loglevel, basename(argv[0]), options.logopt)) { in main()
|
/linux/include/uapi/linux/netfilter_bridge/ |
H A D | ebt_log.h | 16 __u8 loglevel; member
|
/linux/net/bridge/netfilter/ |
H A D | ebt_log.c | 34 if (info->loglevel >= 8) in ebt_log_tg_check() 186 li.u.log.level = info->loglevel; in ebt_log_tg()
|
/linux/include/uapi/linux/netfilter/ |
H A D | nfnetlink_osf.h | 50 __u32 loglevel; member
|
/linux/arch/xtensa/boot/dts/ |
H A D | csp.dts | 11 …,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore…
|
/linux/drivers/tty/ |
H A D | sysrq.c | 103 u8 loglevel = key - '0'; in sysrq_handle_loglevel() local 106 pr_info("Loglevel set to %u\n", loglevel); in sysrq_handle_loglevel() 107 console_loglevel = loglevel; in sysrq_handle_loglevel()
|
/linux/drivers/s390/net/ |
H A D | ctcm_main.h | 257 extern int loglevel;
|
/linux/Documentation/translations/zh_CN/devicetree/ |
H A D | usage-model.rst | 152 bootargs = "console=ttyS0,115200 loglevel=8";
|
/linux/Documentation/power/ |
H A D | swsusp.rst | 412 kernel console loglevel to at least 4 (KERN_WARNING), for example by 415 # save the old loglevel 417 # set the loglevel so we see the progress bar. 437 # restore previous loglevel
|
/linux/init/ |
H A D | main.c | 246 static int __init loglevel(char *str) in loglevel() function 263 early_param("loglevel", loglevel);
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-ipq8064-rb3011.dts | 19 bootargs = "loglevel=8 console=ttyMSM0,115200";
|
/linux/net/netfilter/ |
H A D | nfnetlink_osf.c | 244 info->loglevel == NF_OSF_LOGLEVEL_FIRST) in nf_osf_match()
|
/linux/fs/jffs2/ |
H A D | Kconfig | 24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
|
/linux/Documentation/networking/ |
H A D | batman-adv.rst | 130 $ batctl -m bat0 loglevel routes tt
|
H A D | netconsole.rst | 321 can also be set using the "loglevel" kernel boot option. See the
|
/linux/Documentation/arch/x86/ |
H A D | earlyprintk.rst | 141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
|
/linux/lib/ |
H A D | Kconfig.debug | 50 int "Default console loglevel (1-15)" 54 Default loglevel to determine what will be printed on the console. 56 Setting a default here is equivalent to passing in loglevel=<x> in 57 the kernel bootargs. loglevel=<x> continues to override whatever 65 int "quiet console loglevel (1-15)" 69 loglevel to use when "quiet" is passed on the kernel commandline. 71 When "quiet" is passed on the kernel commandline this loglevel 72 will be used as the loglevel. IOW passing "quiet" will be the 73 equivalent of passing "loglevel=<CONSOLE_LOGLEVEL_QUIET>" 87 by default. To change that, use loglevel=<x> in the kernel bootargs, [all …]
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.c | 4914 const char *loglevel; in pipe_config_infoframe_mismatch() local 4920 loglevel = KERN_DEBUG; in pipe_config_infoframe_mismatch() 4922 loglevel = KERN_ERR; in pipe_config_infoframe_mismatch() 4928 hdmi_infoframe_log(loglevel, i915->drm.dev, a); in pipe_config_infoframe_mismatch() 4930 hdmi_infoframe_log(loglevel, i915->drm.dev, b); in pipe_config_infoframe_mismatch() 4992 const char *loglevel; in pipe_config_buffer_mismatch() local 4998 loglevel = KERN_DEBUG; in pipe_config_buffer_mismatch() 5000 loglevel = KERN_ERR; in pipe_config_buffer_mismatch() 5008 print_hex_dump(loglevel, "expected: ", DUMP_PREFIX_NONE, in pipe_config_buffer_mismatch() 5010 print_hex_dump(loglevel, "found: ", DUMP_PREFIX_NONE, in pipe_config_buffer_mismatch()
|
/linux/drivers/scsi/ |
H A D | storvsc_drv.c | 1172 int loglevel = (stor_pkt->vm_srb.cdb[0] == TEST_UNIT_READY) ? in storvsc_on_io_completion() local 1175 storvsc_log(device, loglevel, in storvsc_on_io_completion()
|
/linux/Documentation/admin-guide/ |
H A D | dynamic-debug-howto.rst | 30 need to adjust the kernel ``loglevel=``, or use ``ignore_loglevel``.
|
H A D | kernel-parameters.txt | 869 IOW, each message will have a facility and loglevel 2060 Ignore loglevel setting - this will print /all/ 3167 loglevel= [KNL,EARLY] 3168 All Kernel Messages with a loglevel smaller than the 3169 console loglevel will be printed to the console. It can 3561 so loglevel=8 may also need to be specified. 4834 Disable console loglevel raise on oops, panic
|
/linux/Documentation/devicetree/ |
H A D | usage-model.rst | 194 bootargs = "console=ttyS0,115200 loglevel=8";
|