Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/
Dconstants.c1230 scsi_show_extd_sense(unsigned char asc, unsigned char ascq) in scsi_show_extd_sense() function
1253 EXPORT_SYMBOL(scsi_show_extd_sense);
1285 scsi_show_extd_sense(sshdr->asc, sshdr->ascq); in scsi_print_sense_hdr()
1299 scsi_show_extd_sense(sshdr->asc, sshdr->ascq); in scsi_cmd_print_sense_hdr()
1398 scsi_show_extd_sense(sshdr.asc, sshdr.ascq); in __scsi_print_sense()
1414 scsi_show_extd_sense(sshdr.asc, sshdr.ascq); in scsi_print_sense()
Dsd.c2838 scsi_show_extd_sense(sshdr->asc, sshdr->ascq); in sd_print_sense_hdr()
/linux-2.6.39/include/scsi/
Dscsi_dbg.h9 extern void scsi_show_extd_sense(unsigned char, unsigned char);