Searched refs:extd_sense_fmt (Results 1 – 1 of 1) sorted by relevance
1232 const char *extd_sense_fmt = scsi_extd_sense_format(asc, ascq); in scsi_show_extd_sense() local1234 if (extd_sense_fmt) { in scsi_show_extd_sense()1235 if (strstr(extd_sense_fmt, "%x")) { in scsi_show_extd_sense()1237 printk(extd_sense_fmt, ascq); in scsi_show_extd_sense()1239 printk("Add. Sense: %s", extd_sense_fmt); in scsi_show_extd_sense()