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

/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Duscsilib.h74 int sense_key; /* sense key; interpret on (asc, ascq) pair */ member in struct:uscsi_sense
H A Duscsi_subr.c149 uscsi_sense->sense_key = (req.sense[16] << 8) |
308 uscsi_sense->sense_key = (sense_buffer[16] << 8) |
476 uscsi_sense->sense_key = (keypos[1] << 8) | (keypos[2]);
H A Dmmcformat.c123 progress = sense.sense_key;
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dev/
H A Dgdrom.c276 int cond, sense_key, sense_specific; local
297 sense_key = sense_data[1] & 0xf;
299 if (sense_key == 11 && sense_specific == 0) {
304 DPRINTF(("GDROM: SENSE %d:", sense_key));
307 return sense_key == 0 ? 0 : EIO;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dicp_ioctl.h130 u_int8_t sense_key; member in struct:__anon7327::__anon7328::__anon7331

Completed in 86 milliseconds