Home
last modified time | relevance | path

Searched refs:fixed_sense (Results 1 – 3 of 3) sorted by last modified time

/qemu/hw/scsi/
H A Dscsi-bus.c664 int fixed_sense = (req->cmd.buf[1] & 1) == 0; in scsi_target_send_command() local
689 sense, fixed_sense); in scsi_target_send_command()
693 fixed_sense); in scsi_target_send_command()
/qemu/scsi/
H A Dutils.c122 bool fixed_sense) in scsi_build_sense_buf() argument
127 if (fixed_sense) { in scsi_build_sense_buf()
/qemu/include/scsi/
H A Dutils.h52 bool fixed_sense);