Home
last modified time | relevance | path

Searched refs:logit (Results 1 – 5 of 5) sorted by relevance

/linux/tools/thermal/lib/
H A Dlog.h16 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 Dlog.c34 extern void logit(int level, const char *format, ...) in logit() function
/linux/drivers/scsi/qla2xxx/
H A Dqla_mr.c2265 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 Dktest.pl596 sub logit { subroutine
2230 logit $sha1;
3012 logit $output;
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c12652 goto logit; in lpfc_cpu_affinity_check()
12657 logit: in lpfc_cpu_affinity_check()