/openbmc/linux/tools/thermal/lib/ |
H A D | log.h | 16 extern void logit(int level, const char *format, ...); 18 #define DEBUG(fmt, ...) logit(LOG_DEBUG, "%s:%d: " fmt, __func__, __LINE__, ##__VA_ARGS__) 19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__) 20 #define NOTICE(fmt, ...) logit(LOG_NOTICE, fmt, ##__VA_ARGS__) 21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__) 22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__) 23 #define CRITICAL(fmt, ...) logit(LOG_CRIT, fmt, ##__VA_ARGS__) 24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__) 25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__)
|
H A D | log.c | 34 extern void logit(int level, const char *format, ...) in logit() function
|
/openbmc/linux/fs/reiserfs/ |
H A D | file.c | 179 int logit = reiserfs_file_data_log(inode); in reiserfs_commit_page() local 188 if (logit) { in reiserfs_commit_page() 207 if (logit) { in reiserfs_commit_page() 223 if (logit) { in reiserfs_commit_page()
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 158 def logit(msg, log): 164 logit("Considering setscene task: %s" % (str(taskdependees[task])), log) 182 logit(" considering dependency: %s" % (str(taskdependees[dep])), log) 225 …logit(" Default setscene dependency fall through due to dependency: %s" % (str(taskdependees[dep])…
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_isr.c | 2298 int res, logit = 1; in qla24xx_els_ct_entry() local 2399 logit = 0; in qla24xx_els_ct_entry() 2417 if (logit) { in qla24xx_els_ct_entry() 2436 } else if (logit) { in qla24xx_els_ct_entry() 2507 int logit = 1; in qla24xx_logio_entry() local 2585 logit = 0; in qla24xx_logio_entry() 2589 logit = 0; in qla24xx_logio_entry() 2622 if (logit) in qla24xx_logio_entry() 2727 int logit = 0; in qla24xx_nvme_iocb_entry() local 2741 logit = 1; in qla24xx_nvme_iocb_entry() [all …]
|
H A D | qla_mr.c | 2267 int logit = 1; in qlafx00_status_entry() local 2374 logit = 0; in qlafx00_status_entry() 2440 logit = 0; in qlafx00_status_entry() 2452 logit = 1; in qlafx00_status_entry() 2501 if (logit) in qlafx00_status_entry()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 3825 uint32_t logit = LOG_FCP | LOG_FCP_ERROR; in lpfc_handle_fcp_err() local 3878 logit = LOG_FCP_ERROR; in lpfc_handle_fcp_err() 3881 logit = LOG_FCP_UNDER; in lpfc_handle_fcp_err() 3884 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_handle_fcp_err() 4009 u32 logit = LOG_FCP; in lpfc_fcp_io_cmd_wqe_cmpl() local 4091 logit = 0; in lpfc_fcp_io_cmd_wqe_cmpl() 4093 logit = LOG_FCP | LOG_FCP_UNDER; in lpfc_fcp_io_cmd_wqe_cmpl() 4094 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() 4146 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() 4215 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() [all …]
|
H A D | lpfc_attr.c | 7337 int logit = 0; in lpfc_nvme_mod_param_dep() local 7341 logit = 1; in lpfc_nvme_mod_param_dep() 7345 logit = 1; in lpfc_nvme_mod_param_dep() 7349 logit = 1; in lpfc_nvme_mod_param_dep() 7351 if (logit) in lpfc_nvme_mod_param_dep()
|
H A D | lpfc_init.c | 12668 goto logit; in lpfc_cpu_affinity_check() 12673 logit: in lpfc_cpu_affinity_check()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/files/ |
H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 59 @@ -131,7 +131,7 @@ static void logit(int priority, const char *buf)
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 586 sub logit { subroutine 2140 logit $sha1; 2921 logit $output;
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 1109 def logit(msg, log): 1115 logit("Considering setscene task: %s" % (str(taskdependees[task])), log) 1135 logit(" considering dependency: %s" % (str(taskdependees[dep])), log) 1194 …logit(" Default setscene dependency fall through due to dependency: %s" % (str(taskdependees[dep])…
|