Searched refs:sd_log_buf (Results 1 – 1 of 1) sorted by relevance
| /titanic_50/usr/src/uts/common/io/scsi/targets/ |
| H A D | sd.c | 184 #define sd_log_buf ssd_log_buf macro 304 static char sd_log_buf[1024]; 2590 (void) vsprintf(sd_log_buf, fmt, ap); in sd_log_err() 2592 scsi_log(dev, sd_label, CE_CONT, "%s", sd_log_buf); in sd_log_err() 2600 (void) vsprintf(sd_log_buf, fmt, ap); in sd_log_err() 2602 sd_injection_log(sd_log_buf, un); in sd_log_err() 2640 (void) vsprintf(sd_log_buf, fmt, ap); in sd_log_info() 2642 scsi_log(dev, sd_label, CE_CONT, "%s", sd_log_buf); in sd_log_info() 2650 (void) vsprintf(sd_log_buf, fmt, ap); in sd_log_info() 2652 sd_injection_log(sd_log_buf, un); in sd_log_info() [all …]
|