Searched refs:asc (Results 1 - 1 of 1) sorted by relevance

/systemd/src/udev/scsi_id/
H A Dscsi_serial.c123 unsigned char asc; local
127 asc = sense_buffer[2];
130 asc = (sb_len > 12) ? sense_buffer[12] : 0;
136 if (0x28 == asc)
138 if (0x29 == asc)
182 int asc, ascq; local
189 * Figure out and print the sense key, asc and ascq.
194 * XXX We probably need to: lookup the sense/asc/ascq in a retry
195 * table, and if found return 1 (after dumping the sense, asc, and
228 asc
[all...]

Completed in 816 milliseconds