Lines Matching defs:sense
1782 * Guard against stale sense data.
1783 * The Linux mid-layer assumes that sense
1785 * the sense buffer looks "sane".
1900 * Copy sense information to the OS's cmd
1916 * Copy only the sense data into the provided
1937 printk("Copied %d bytes of sense data at %d:",
2047 struct scsi_sense_data *sense;
2049 sense = (struct scsi_sense_data *)
2051 if (sense->extra_len >= 5 &&
2052 (sense->add_sense_code == 0x47
2053 || sense->add_sense_code == 0x48))