Home | History | Annotate | Download | only in hw

Lines Matching refs:sense

70     int sense;
138 static void scsi_command_complete(SCSIRequest *r, int status, int sense)
142 DPRINTF("Command complete tag=0x%x status=%d sense=%d\n", r->tag, status, sense);
143 s->sense = sense;
415 if (command != 0x03 && command != 0x12) /* REQUEST SENSE and INQUIRY */
425 DPRINTF("Request Sense (len %d)\n", len);
430 if (s->sense == SENSE_NOT_READY && len >= 18) {
440 outbuf[2] = s->sense;
615 DPRINTF("Mode Sense (page %d, len %d)\n", page, len);