Home
last modified time | relevance | path

Searched refs:scsi_sense_from_errno (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dutils.h144 int scsi_sense_from_errno(int errno_value, SCSISense *sense);
/openbmc/qemu/scsi/
H A Dutils.c583 int scsi_sense_from_errno(int errno_value, SCSISense *sense) in scsi_sense_from_errno() function
H A Dqemu-pr-helper.c156 status = scsi_sense_from_errno(errno, &sense_code); in do_sgio_worker()
/openbmc/qemu/hw/scsi/
H A Dscsi-generic.c87 status = scsi_sense_from_errno(-ret, &sense); in scsi_command_complete_noio()
H A Dscsi-disk.c235 status = scsi_sense_from_errno(-ret, &sense); in scsi_handle_rw_error()