Searched refs:logit (Results 1 – 5 of 5) 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_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/tools/testing/ktest/ |
| H A D | ktest.pl | 596 sub logit { subroutine 2230 logit $sha1; 3012 logit $output;
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 12652 goto logit; in lpfc_cpu_affinity_check() 12657 logit: in lpfc_cpu_affinity_check()
|