Home | History | Annotate | Download | only in hw

Lines Matching defs:sense

71     int sense;
139 static void scsi_command_complete(SCSIRequest *r, int status, int sense)
143 DPRINTF("Command complete tag=0x%x status=%d sense=%d\n", r->tag, status, sense);
144 s->sense = sense;
416 if (command != 0x03 && command != 0x12) /* REQUEST SENSE and INQUIRY */
426 DPRINTF("Request Sense (len %d)\n", len);
431 if (s->sense == SENSE_NOT_READY && len >= 18) {
441 outbuf[2] = s->sense;
616 DPRINTF("Mode Sense (page %d, len %d)\n", page, len);