Lines Matching defs:sense
1776 * Guard against stale sense data.
1777 * The Linux mid-layer assumes that sense
1779 * the sense buffer looks "sane".
1894 * Copy sense information to the OS's cmd
1910 * Copy only the sense data into the provided
1931 printk("Copied %d bytes of sense data at %d:",
2015 struct scsi_sense_data *sense;
2039 sense = (struct scsi_sense_data *)
2041 if (sense->extra_len >= 5 &&
2042 (sense->add_sense_code == 0x47
2043 || sense->add_sense_code == 0x48))