Searched refs:logit (Results 1 - 9 of 9) sorted by relevance

/linux-master/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, ...) function
/linux-master/fs/reiserfs/
H A Dfile.c179 int logit = reiserfs_file_data_log(inode); local
188 if (logit) {
207 if (logit) {
223 if (logit) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3825 uint32_t logit = LOG_FCP | LOG_FCP_ERROR; local
3878 logit = LOG_FCP_ERROR;
3881 logit = LOG_FCP_UNDER;
3884 lpfc_printf_vlog(vport, KERN_WARNING, logit,
4009 u32 logit = LOG_FCP; local
4091 logit = 0;
4093 logit = LOG_FCP | LOG_FCP_UNDER;
4094 lpfc_printf_vlog(vport, KERN_WARNING, logit,
4146 lpfc_printf_vlog(vport, KERN_WARNING, logit,
4215 lpfc_printf_vlog(vport, KERN_WARNING, logit,
4340 uint32_t logit = LOG_FCP; local
5966 u32 logit = LOG_FCP; local
6044 u32 logit = LOG_FCP; local
[all...]
H A Dlpfc_attr.c7319 int logit = 0; local
7323 logit = 1;
7327 logit = 1;
7331 logit = 1;
7333 if (logit)
H A Dlpfc_init.c12671 goto logit;
12676 logit:
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_isr.c2298 int res, logit = 1; local
2399 logit = 0;
2417 if (logit) {
2436 } else if (logit) {
2507 int logit = 1; local
2585 logit = 0;
2589 logit = 0;
2622 if (logit)
2727 int logit = 0; local
2741 logit
3316 int logit = 1; local
[all...]
H A Dqla_mr.c2267 int logit = 1; local
2374 logit = 0;
2440 logit = 0;
2452 logit = 1;
2501 if (logit)
/linux-master/tools/testing/ktest/
H A Dktest.pl586 sub logit { subroutine
2144 logit $sha1;
2920 logit $output;

Completed in 231 milliseconds