Searched refs:LOG_LEVEL (Results 1 – 10 of 10) sorted by relevance
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a-corstone1000.inc | 29 # Note: Regarding the build option: LOG_LEVEL. 38 # set LOG_LEVEL to 50 at all.
|
H A D | tf-a-tests_%.bbappend | 5 EXTRA_OEMAKE:append:corstone1000 = " LOG_LEVEL=30"
|
/openbmc/linux/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_debug.h | 110 #define dprint_scsi_command(ioc, SCMD, LOG_LEVEL) \ argument 112 if (ioc->logging_level & LOG_LEVEL) \
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
H A D | tf-a-tests_2.10.3.bb | 28 EXTRA_OEMAKE += "LOG_LEVEL=50"
|
H A D | tf-a-tests_2.12.0.bb | 29 EXTRA_OEMAKE += "LOG_LEVEL=50"
|
/openbmc/openbmc-test-automation/lib/ |
H A D | obmc_boot_test.py | 118 LOG_LEVEL = BuiltIn().get_variable_value("${LOG_LEVEL}") variable 299 global LOG_LEVEL 348 BuiltIn().set_log_level(LOG_LEVEL) 362 global LOG_LEVEL 412 BuiltIn().set_log_level(LOG_LEVEL)
|
/openbmc/docs/architecture/ |
H A D | redfish-logging-in-bmcweb.md | 95 sd_journal_send("MESSAGE=%s", "journal text", "PRIORITY=%i", <LOG_LEVEL>, 147 sd_journal_send("MESSAGE=%s", "journal text", "PRIORITY=%i", <LOG_LEVEL>,
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1820 LOG_LEVEL = ( variable in LogMessage 1830 level = models.IntegerField(choices=LOG_LEVEL, default=INFO)
|
/openbmc/linux/kernel/printk/ |
H A D | printk.c | 471 #define LOG_LEVEL(v) ((v) & 0x07) macro 774 level = LOG_LEVEL(u); in devkmsg_write()
|
/openbmc/qemu/hw/audio/ |
H A D | fmopl.c | 232 #define LOG_LEVEL LOG_ERR macro
|