Home
last modified time | relevance | path

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

12345678910>>...28

/OK3568_Linux_fs/yocto/poky/bitbake/lib/prserv/
H A D__init__.py12 def init_logger(logfile, loglevel): argument
13 numeric_level = getattr(logging, loglevel.upper(), None)
15 raise ValueError('Invalid log level: %s' % loglevel)
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A 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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py57 loglevel = logging.DEBUG - level + 1
59 …if self.name in bb.msg.loggerDefaultDomains and loglevel > (bb.msg.loggerDefaultDomains[self.name]…
61 if loglevel < bb.msg.loggerDefaultLogLevel:
63 return self.log(loglevel, msg, *args, **kwargs)
H A Dmsg.py116 loglevel = level
118 if debug_domains[domain] < loglevel:
119 loglevel = debug_domains[domain]
120 handler.setLevel(loglevel)
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h205 enum loglevel { enum
211 void modpost_log(enum loglevel loglevel, const char *fmt, ...);
/OK3568_Linux_fs/u-boot/arch/nds32/dts/
H A Dag101p.dts14 …S0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug bootmem_debug memblock=debug loglevel=7"; */
15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0x99600000 debug loglevel=7";
H A Dae3xx.dts14 …S0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug bootmem_debug memblock=debug loglevel=7"; */
15 bootargs = "console=ttyS0,38400n8 earlyprintk=uart8250-32bit,0xf0300000 debug loglevel=7";
/OK3568_Linux_fs/buildroot/board/boundarydevices/common/
H A Dboot.cmd155 if itest.s "x" != "x${loglevel}" ; then
156 setenv bootargs ${bootargs} loglevel=${loglevel}
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter_bridge/
H A Debt_log.h16 __u8 loglevel; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter_bridge/
H A Debt_log.h16 __u8 loglevel; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter_bridge/
H A Debt_log.h16 __u8 loglevel; member
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dknotty.py419 loglevel, _ = bb.msg.constructLogOptions()
425 console_loglevel = loglevel
447 "level": loglevel,
500 "level": loglevel,
515 "level": loglevel,
531 "level": loglevel,
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1126-evb-ddr3-v12-tb-emmc.dts17 …bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 con…
H A Drv1126-evb-ddr3-v13-tb-emmc.dts17 …bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 con…
H A Drv1126-evb-ddr3-v12-tb-spi-nor.dts17 …bootargs = "loglevel=0 initcall_nr_threads=-1 initcall_debug=0 printk.devkmsg=on root=/dev/rd0 con…
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/netfilter/
H A Dnfnetlink_osf.h50 __u32 loglevel; member
/OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/
H A Dnfnetlink_osf.h50 __u32 loglevel; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/netfilter/
H A Dnfnetlink_osf.h50 __u32 loglevel; member
/OK3568_Linux_fs/kernel/arch/xtensa/boot/dts/
H A Dcsp.dts11 …,115200 root=/dev/ram0 rw earlyprintk xilinx_uartps.rx_trigger_level=32 loglevel=8 nohz=off ignore…
/OK3568_Linux_fs/u-boot/configs/
H A Dvexpress_aemv8a_semi_defconfig8 CONFIG_BOOTARGS="console=ttyAMA0 earlyprintk=pl011,0x1c090000 debug user_debug=31 loglevel=9"
H A Dvexpress_aemv8a_dram_defconfig8 …,0x1c090000 debug user_debug=31 androidboot.hardware=fvpbase root=/dev/vda2 rw rootwait loglevel=9"
H A Dvexpress_aemv8a_juno_defconfig8 … rw rootwait earlyprintk=pl011,0x7ff80000 debug user_debug=31 androidboot.hardware=juno loglevel=9"
/OK3568_Linux_fs/buildroot/board/andes/patches/linux/
H A D0001-nds32-Fix-boot-messages-garbled.patch22 + bootargs = "memblock=debug earlycon console=ttyS0,38400n8 debug loglevel=7";
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A 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

12345678910>>...28