Home
last modified time | relevance | path

Searched refs:SCSI_SENSE_LEN (Results 1 – 4 of 4) sorted by relevance

/qemu/include/scsi/
H A Dutils.h9 #define SCSI_SENSE_LEN 18 macro
/qemu/scsi/
H A Dutils.c125 uint8_t buf[SCSI_SENSE_LEN] = { 0 }; in scsi_build_sense_buf()
148 return scsi_build_sense_buf(buf, SCSI_SENSE_LEN, sense, true); in scsi_build_sense()
/qemu/hw/ufs/
H A Dlu.c28 assert(sense_len <= SCSI_SENSE_LEN); in ufs_build_upiu_sense_data()
/qemu/hw/scsi/
H A Dscsi-bus.c658 return SCSI_SENSE_LEN; in scsi_sense_len()