Lines Matching defs:asc
126 unsigned char asc;
130 asc = sense_buffer[2];
133 asc = (sb_len > 12) ? sense_buffer[12] : 0;
139 if (0x28 == asc)
141 if (0x29 == asc)
186 int asc, ascq;
193 * Figure out and print the sense key, asc and ascq.
198 * XXX We probably need to: lookup the sense/asc/ascq in a retry
199 * table, and if found return 1 (after dumping the sense, asc, and
232 asc = sense_buffer[12];
236 asc = sense_buffer[2];
244 dev_scsi->kernel, sense_key, asc, ascq);