Home
last modified time | relevance | path

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

/openbmc/qemu/scsi/
H A Dutils.c121 int scsi_build_sense_buf(uint8_t *out_buf, size_t size, SCSISense sense, in scsi_build_sense_buf() function
148 return scsi_build_sense_buf(buf, SCSI_SENSE_LEN, sense, true); in scsi_build_sense()
342 return scsi_build_sense_buf(buf, len, SENSE_CODE(NO_SENSE), fixed); in scsi_convert_sense()
351 return scsi_build_sense_buf(buf, len, sense, fixed); in scsi_convert_sense()
/openbmc/qemu/include/scsi/
H A Dutils.h51 int scsi_build_sense_buf(uint8_t *buf, size_t max_size, SCSISense sense,
/openbmc/qemu/hw/ufs/
H A Dlu.c223 len = scsi_build_sense_buf(outbuf, sizeof(outbuf), SENSE_CODE(NO_SENSE), in ufs_emulate_scsi_cmd()
/openbmc/qemu/hw/scsi/
H A Dscsi-bus.c626 r->len = scsi_build_sense_buf(r->buf, req->cmd.xfer, in scsi_target_send_command()