Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firmware/efi/libstub/
Dprintk.c120 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-v6.6/scripts/mod/
Dmodpost.h170 enum loglevel { enum
176 void modpost_log(enum loglevel loglevel, const char *fmt, ...);
Dmodpost.c65 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log() argument
69 switch (loglevel) { in modpost_log()
89 if (loglevel == LOG_FATAL) in modpost_log()
91 if (loglevel == LOG_ERROR) in modpost_log()
/Linux-v6.6/tools/thermal/thermal-engine/
Dthermal-engine.c30 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-v6.6/include/uapi/linux/netfilter_bridge/
Debt_log.h16 __u8 loglevel; member
/Linux-v6.6/net/bridge/netfilter/
Debt_log.c34 if (info->loglevel >= 8) in ebt_log_tg_check()
186 li.u.log.level = info->loglevel; in ebt_log_tg()
/Linux-v6.6/include/uapi/linux/netfilter/
Dnfnetlink_osf.h50 __u32 loglevel; member
/Linux-v6.6/arch/xtensa/boot/dts/
Dcsp.dts11 …,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore…
/Linux-v6.6/Documentation/admin-guide/
Dsysrq.rst266 Sysrq output is subject to the same console loglevel control as all
272 consumers as if the current loglevel was maximum. If only the header
273 is emitted it is almost certain that the kernel loglevel is too low.
275 to temporarily up the console loglevel using :kbd:`alt-sysrq-8` or::
279 Remember to return the loglevel to normal after triggering the sysrq
Dkernel-parameters.txt811 IOW, each message will have a facility and loglevel
1957 Ignore loglevel setting - this will print /all/
2963 loglevel= All Kernel Messages with a loglevel smaller than the
2964 console loglevel will be printed to the console. It can
3361 so loglevel=8 may also need to be specified.
4607 Disable console loglevel raise on oops, panic
/Linux-v6.6/drivers/tty/
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()
/Linux-v6.6/drivers/s390/net/
Dctcm_main.h257 extern int loglevel;
/Linux-v6.6/Documentation/translations/zh_CN/devicetree/
Dusage-model.rst152 bootargs = "console=ttyS0,115200 loglevel=8";
/Linux-v6.6/Documentation/power/
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-v6.6/arch/arm/boot/dts/qcom/
Dqcom-ipq8064-rb3011.dts19 bootargs = "loglevel=8 console=ttyMSM0,115200";
/Linux-v6.6/init/
Dmain.c243 static int __init loglevel(char *str) in loglevel() function
260 early_param("loglevel", loglevel);
/Linux-v6.6/net/netfilter/
Dnfnetlink_osf.c244 info->loglevel == NF_OSF_LOGLEVEL_FIRST) in nf_osf_match()
/Linux-v6.6/fs/jffs2/
DKconfig24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
/Linux-v6.6/Documentation/networking/
Dbatman-adv.rst130 $ batctl -m bat0 loglevel routes tt
Dnetconsole.rst239 can also be set using the "loglevel" kernel boot option. See the
/Linux-v6.6/Documentation/arch/x86/
Dearlyprintk.rst141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
/Linux-v6.6/lib/
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=<x> in the kernel bootargs,
[all …]
/Linux-v6.6/drivers/scsi/
Dstorvsc_drv.c1171 int loglevel = (stor_pkt->vm_srb.cdb[0] == TEST_UNIT_READY) ? in storvsc_on_io_completion() local
1174 storvsc_log(device, loglevel, in storvsc_on_io_completion()
/Linux-v6.6/Documentation/devicetree/
Dusage-model.rst194 bootargs = "console=ttyS0,115200 loglevel=8";
/Linux-v6.6/drivers/scsi/lpfc/
Dlpfc_els.c2321 u32 loglevel; in lpfc_cmpl_els_prli() local
2371 loglevel = LOG_TRACE_EVENT; in lpfc_cmpl_els_prli()
2374 loglevel = LOG_ELS; in lpfc_cmpl_els_prli()
2378 lpfc_printf_vlog(vport, mode, loglevel, in lpfc_cmpl_els_prli()