Home
last modified time | relevance | path

Searched refs:scsi_sense_to_errno (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/scsi/
H A Dutils.h125 int scsi_sense_to_errno(int key, int asc, int ascq);
/openbmc/qemu/scsi/
H A Dutils.c392 int scsi_sense_to_errno(int key, int asc, int ascq) in scsi_sense_to_errno() function
443 return scsi_sense_to_errno(sense.key, sense.asc, sense.ascq); in scsi_sense_buf_to_errno()
/openbmc/qemu/block/
H A Discsi.c230 return scsi_sense_to_errno(sense->key, in iscsi_translate_sense()