Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dconstants.c1232 const char *extd_sense_fmt = scsi_extd_sense_format(asc, ascq); in scsi_show_extd_sense() local
1234 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()