Searched refs:logit (Results 1 – 8 of 8) sorted by relevance
| /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
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_isr.c | 2320 int res, logit = 1; in qla24xx_els_ct_entry() local 2421 logit = 0; in qla24xx_els_ct_entry() 2439 if (logit) { in qla24xx_els_ct_entry() 2458 } else if (logit) { in qla24xx_els_ct_entry() 2529 int logit = 1; in qla24xx_logio_entry() local 2607 logit = 0; in qla24xx_logio_entry() 2611 logit = 0; in qla24xx_logio_entry() 2644 if (logit) in qla24xx_logio_entry() 2749 int logit = 0; in qla24xx_nvme_iocb_entry() local 2763 logit = 1; in qla24xx_nvme_iocb_entry() [all …]
|
| H A D | qla_mr.c | 2265 int logit = 1; in qlafx00_status_entry() local 2372 logit = 0; in qlafx00_status_entry() 2438 logit = 0; in qlafx00_status_entry() 2450 logit = 1; in qlafx00_status_entry() 2499 if (logit) in qlafx00_status_entry()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_scsi.c | 3838 uint32_t logit = LOG_FCP | LOG_FCP_ERROR; in lpfc_handle_fcp_err() local 3891 logit = LOG_FCP_ERROR; in lpfc_handle_fcp_err() 3894 logit = LOG_FCP_UNDER; in lpfc_handle_fcp_err() 3897 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_handle_fcp_err() 4025 u32 logit = LOG_FCP; in lpfc_fcp_io_cmd_wqe_cmpl() local 4107 logit = 0; in lpfc_fcp_io_cmd_wqe_cmpl() 4109 logit = LOG_FCP | LOG_FCP_UNDER; in lpfc_fcp_io_cmd_wqe_cmpl() 4110 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() 4162 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() 4231 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl() [all …]
|
| H A D | lpfc_attr.c | 7504 int logit = 0; in lpfc_nvme_mod_param_dep() local 7508 logit = 1; in lpfc_nvme_mod_param_dep() 7512 logit = 1; in lpfc_nvme_mod_param_dep() 7516 logit = 1; in lpfc_nvme_mod_param_dep() 7518 if (logit) in lpfc_nvme_mod_param_dep()
|
| H A D | lpfc_init.c | 12633 goto logit; in lpfc_cpu_affinity_check() 12638 logit: in lpfc_cpu_affinity_check()
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 592 sub logit { subroutine 2181 logit $sha1; 2963 logit $output;
|