Home
last modified time | relevance | path

Searched refs:LOG_PREFIX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/tuners/
H A Dfc0013-priv.h11 #define LOG_PREFIX "fc0013" macro
14 #define err(f, arg...) printk(KERN_ERR LOG_PREFIX": " f "\n" , ## arg)
16 #define info(f, arg...) printk(KERN_INFO LOG_PREFIX": " f "\n" , ## arg)
18 #define warn(f, arg...) printk(KERN_WARNING LOG_PREFIX": " f "\n" , ## arg)
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_methods.robot236 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]}
238 Run Key U scp.Get File \ /tmp/${cmd[0]} \ ${LOG_PREFIX}${cmd[0]} ignore=1
296 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]}
322 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]}
382 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]}
384 # scp it to the LOG_PREFIX ffdc directory.
385 Run Key U scp.Get File \ /tmp/${cmd[0]} \ ${LOG_PREFIX}${cmd[0]} ignore=1
408 ${logpath}= Catenate SEPARATOR= ${LOG_PREFIX} ${cmd[0]}
410 Run Key U scp.Get File \ /tmp/${cmd[0]} \ ${LOG_PREFIX}${cmd[0]} ignore=1
427 ${local_sosreport_file_path}= Set Variable ${LOG_PREFIX}OS_${sosreport_file_name}
[all …]
H A Dopenbmc_ffdc.py89 LOG_PREFIX = ffdc_dir_path + ffdc_prefix
90 BuiltIn().set_global_variable("${LOG_PREFIX}", LOG_PREFIX)