Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/firmware/efi/libstub/
Defi-stub-helper.c139 int loglevel = printk_get_level(fmt); in efi_printk() local
141 switch (loglevel) { in efi_printk()
143 loglevel -= '0'; in efi_printk()
150 loglevel = -1; in efi_printk()
154 if (loglevel >= efi_loglevel) in efi_printk()
157 if (loglevel >= 0) in efi_printk()
/Linux-v5.10/scripts/mod/
Dmodpost.h196 enum loglevel { enum
202 void modpost_log(enum loglevel loglevel, const char *fmt, ...);
Dmodpost.c55 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log() argument
59 switch (loglevel) { in modpost_log()
79 if (loglevel == LOG_FATAL) in modpost_log()
/Linux-v5.10/include/uapi/linux/netfilter_bridge/
Debt_log.h16 __u8 loglevel; member
/Linux-v5.10/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-v5.10/include/uapi/linux/netfilter/
Dnfnetlink_osf.h50 __u32 loglevel; member
/Linux-v5.10/arch/xtensa/boot/dts/
Dcsp.dts11 …,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore…
/Linux-v5.10/Documentation/admin-guide/
Dsysrq.rst264 Sysrq output is subject to the same console loglevel control as all
270 consumers as if the current loglevel was maximum. If only the header
271 is emitted it is almost certain that the kernel loglevel is too low.
273 to temporarily up the console loglevel using :kbd:`alt-sysrq-8` or::
277 Remember to return the loglevel to normal after triggering the sysrq
Dkernel-parameters.txt687 IOW, each message will have a facility and loglevel
1712 Ignore loglevel setting - this will print /all/
2536 loglevel= All Kernel Messages with a loglevel smaller than the
2537 console loglevel will be printed to the console. It can
2891 so loglevel=8 may also need to be specified.
/Linux-v5.10/drivers/s390/net/
Dctcm_main.h256 extern int loglevel;
/Linux-v5.10/arch/arm/boot/dts/
Dqcom-ipq8064-rb3011.dts18 bootargs = "loglevel=8 console=ttyMSM0,115200";
/Linux-v5.10/arch/arm/configs/
Dtrizeps4_defconfig25 CONFIG_CMDLINE="root=fe01 console=ttyS0,38400n8 loglevel=5"
/Linux-v5.10/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-v5.10/init/
Dmain.c247 static int __init loglevel(char *str) in loglevel() function
264 early_param("loglevel", loglevel);
/Linux-v5.10/net/netfilter/
Dnfnetlink_osf.c242 info->loglevel == NF_OSF_LOGLEVEL_FIRST) in nf_osf_match()
/Linux-v5.10/fs/jffs2/
DKconfig24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
/Linux-v5.10/lib/
DKconfig.debug39 int "Default console loglevel (1-15)"
43 Default loglevel to determine what will be printed on the console.
45 Setting a default here is equivalent to passing in loglevel=<x> in
46 the kernel bootargs. loglevel=<x> continues to override whatever
54 int "quiet console loglevel (1-15)"
58 loglevel to use when "quiet" is passed on the kernel commandline.
60 When "quiet" is passed on the kernel commandline this loglevel
61 will be used as the loglevel. IOW passing "quiet" will be the
62 equivalent of passing "loglevel=<CONSOLE_LOGLEVEL_QUIET>"
76 by default. To change that, use loglevel=<x> in the kernel bootargs,
[all …]
/Linux-v5.10/Documentation/networking/
Dbatman-adv.rst130 $ batctl -m bat0 loglevel routes tt
Dnetconsole.rst230 can also be set using the "loglevel" kernel boot option. See the
/Linux-v5.10/Documentation/x86/
Dearlyprintk.rst141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
/Linux-v5.10/Documentation/devicetree/
Dusage-model.rst194 bootargs = "console=ttyS0,115200 loglevel=8";
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_els.c2241 u32 loglevel; in lpfc_cmpl_els_prli() local
2285 loglevel = LOG_TRACE_EVENT; in lpfc_cmpl_els_prli()
2288 loglevel = LOG_ELS; in lpfc_cmpl_els_prli()
2292 lpfc_printf_vlog(vport, mode, loglevel, in lpfc_cmpl_els_prli()