/linux/drivers/firmware/efi/libstub/ |
A D | efi-stub-helper.c | 139 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/scripts/mod/ |
A D | modpost.h | 193 enum loglevel { enum 199 void modpost_log(enum loglevel loglevel, const char *fmt, ...);
|
A D | modpost.c | 63 modpost_log(enum loglevel loglevel, const char *fmt, ...) in modpost_log() argument 67 switch (loglevel) { in modpost_log() 87 if (loglevel == LOG_FATAL) in modpost_log() 89 if (loglevel == LOG_ERROR) in modpost_log()
|
/linux/include/uapi/linux/netfilter_bridge/ |
A D | ebt_log.h | 16 __u8 loglevel; member
|
/linux/net/bridge/netfilter/ |
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/ |
A D | nfnetlink_osf.h | 50 __u32 loglevel; member
|
/linux/arch/xtensa/boot/dts/ |
A D | csp.dts | 11 …,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore…
|
/linux/Documentation/admin-guide/ |
A D | sysrq.rst | 266 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
|
A D | kernel-parameters.txt | 732 IOW, each message will have a facility and loglevel 1803 Ignore loglevel setting - this will print /all/ 2684 loglevel= All Kernel Messages with a loglevel smaller than the 2685 console loglevel will be printed to the console. It can 3060 so loglevel=8 may also need to be specified. 4232 Disable console loglevel raise on oops, panic
|
/linux/drivers/s390/net/ |
A D | ctcm_main.h | 256 extern int loglevel;
|
/linux/arch/arm/configs/ |
A D | trizeps4_defconfig | 25 CONFIG_CMDLINE="root=fe01 console=ttyS0,38400n8 loglevel=5"
|
/linux/arch/arm/boot/dts/ |
A D | qcom-ipq8064-rb3011.dts | 18 bootargs = "loglevel=8 console=ttyMSM0,115200";
|
/linux/Documentation/power/ |
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/ |
A D | main.c | 248 static int __init loglevel(char *str) in loglevel() function 265 early_param("loglevel", loglevel);
|
/linux/net/netfilter/ |
A D | nfnetlink_osf.c | 244 info->loglevel == NF_OSF_LOGLEVEL_FIRST) in nf_osf_match()
|
/linux/fs/jffs2/ |
A D | Kconfig | 24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
|
/linux/lib/ |
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/Documentation/networking/ |
A D | batman-adv.rst | 130 $ batctl -m bat0 loglevel routes tt
|
A D | netconsole.rst | 230 can also be set using the "loglevel" kernel boot option. See the
|
/linux/Documentation/x86/ |
A D | earlyprintk.rst | 141 …SysRq : HELP : loglevel(0-9) reBoot Crashdump terminate-all-tasks(E) memory-full-oom-kill(F) kill-…
|
/linux/drivers/scsi/ |
A D | storvsc_drv.c | 1209 int loglevel = (stor_pkt->vm_srb.cdb[0] == TEST_UNIT_READY) ? in storvsc_on_io_completion() local 1212 storvsc_log(device, loglevel, in storvsc_on_io_completion()
|
/linux/Documentation/devicetree/ |
A D | usage-model.rst | 194 bootargs = "console=ttyS0,115200 loglevel=8";
|
/linux/drivers/scsi/lpfc/ |
A D | lpfc_els.c | 2270 u32 loglevel; in lpfc_cmpl_els_prli() local 2314 loglevel = LOG_TRACE_EVENT; in lpfc_cmpl_els_prli() 2317 loglevel = LOG_ELS; in lpfc_cmpl_els_prli() 2321 lpfc_printf_vlog(vport, mode, loglevel, in lpfc_cmpl_els_prli()
|
/linux/ |
A D | modules.builtin.modinfo | 1 …loglevel raise to highest on oops/panic/etcprintk.parmtype=console_no_auto_verbose:boolprintk.pa…
|
A D | System.map | 121882 ffff8000117808a0 t loglevel
|