Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dprintk.c120 int loglevel = printk_get_level(fmt); in efi_printk() local
122 switch (loglevel) { in efi_printk()
124 loglevel -= '0'; in efi_printk()
128 * Use loglevel -1 for cases where we just want to print to 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 Dthermal-engine.c30 int loglevel; member
305 printf("\t-l <level>, --loglevel <level>\tlog level: "); in usage()
320 { "loglevel", required_argument, NULL, 'l' }, in options_init()
334 options->loglevel = log_str2level(optarg); in options_init()
367 .loglevel = LOG_INFO, in main()
381 if (log_init(options.loglevel, basename(argv[0]), options.logopt)) { in main()
/linux/include/uapi/linux/netfilter_bridge/
H A Debt_log.h16 __u8 loglevel; member
/linux/net/bridge/netfilter/
H A Debt_log.c34 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 Dnfnetlink_osf.h50 __u32 loglevel; member
/linux/arch/xtensa/boot/dts/
H A Dcsp.dts11 bootargs = "earlycon=cdns,0xfd000000,115200 console=tty0 console=ttyPS0,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore_loglevel";
/linux/Documentation/admin-guide/
H A Dsysrq.rst220 messages depend on current console loglevel, which can be modified using
284 Sysrq output is subject to the same console loglevel control as all
290 consumers as if the current loglevel was maximum. If only the header
291 is emitted it is almost certain that the kernel loglevel is too low.
293 to temporarily up the console loglevel using `alt-sysrq-8` or::
297 Remember to return the loglevel to normal after triggering the sysrq
/linux/drivers/tty/
H A Dsysrq.c103 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()
111 .help_msg = "loglevel(0-9)",
/linux/drivers/s390/net/
H A Dctcm_main.h257 extern int loglevel;
/linux/Documentation/translations/zh_CN/devicetree/
H A Dusage-model.rst152 bootargs = "console=ttyS0,115200 loglevel=8";
/linux/Documentation/power/
H A Dswsusp.rst412 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/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064-rb3011.dts19 bootargs = "loglevel=8 console=ttyMSM0,115200";
/linux/init/
H A Dmain.c247 static int __init loglevel(char *str) in loglevel() function
252 * Only update loglevel value when a correct setting was passed, in loglevel()
253 * to prevent blind crashes (when loglevel being set to 0) that in loglevel()
264 early_param("loglevel", loglevel);
/linux/net/netfilter/
H A Dnfnetlink_osf.c244 info->loglevel == NF_OSF_LOGLEVEL_FIRST) in nf_osf_match()
/linux/fs/jffs2/
H A DKconfig24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
/linux/Documentation/networking/
H A Dbatman-adv.rst130 $ batctl -m bat0 loglevel routes tt
H A Dnetconsole.rst456 can also be set using the "loglevel" kernel boot option. See the
/linux/Documentation/arch/x86/
H A Dearlyprintk.rst141 SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P) show-all-timers(Q) unRaw Sync show-task-states(T) Unmount show-blocked-tasks(W) dump-ftrace-buffer(Z)
/linux/drivers/scsi/
H A Dstorvsc_drv.c1182 int loglevel = (stor_pkt->vm_srb.cdb[0] == TEST_UNIT_READY) ? in storvsc_on_io_completion() local
1185 storvsc_log_ratelimited(device, loglevel, in storvsc_on_io_completion()
/linux/lib/
H A DKconfig.debug50 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
[all...]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display.c4872 const char *loglevel; in pipe_config_infoframe_mismatch() local
4878 loglevel = KERN_DEBUG; in pipe_config_infoframe_mismatch()
4880 loglevel = KERN_ERR; in pipe_config_infoframe_mismatch()
4886 hdmi_infoframe_log(loglevel, display->drm->dev, a); in pipe_config_infoframe_mismatch()
4888 hdmi_infoframe_log(loglevel, display->drm->dev, b); in pipe_config_infoframe_mismatch()
/linux/Documentation/devicetree/
H A Dusage-model.rst194 bootargs = "console=ttyS0,115200 loglevel=8";