Home
last modified time | relevance | path

Searched defs:sense (Results 1 – 23 of 23) sorted by relevance

/qemu/scsi/
H A Dutils.c98 SCSISense sense; in scsi_parse_sense_buf() local
121 int scsi_build_sense_buf(uint8_t *out_buf, size_t size, SCSISense sense, in scsi_build_sense_buf()
146 int scsi_build_sense(uint8_t *buf, SCSISense sense) in scsi_build_sense()
338 SCSISense sense; in scsi_convert_sense() local
437 SCSISense sense; in scsi_sense_buf_to_errno() local
448 SCSISense sense; in scsi_sense_buf_is_guest_recoverable() local
583 int scsi_sense_from_errno(int errno_value, SCSISense *sense) in scsi_sense_from_errno()
631 SCSISense *sense) in scsi_sense_from_host_status()
H A Dqemu-pr-helper.c128 uint8_t *sense; member
180 static int coroutine_fn do_sgio(int fd, const uint8_t *cdb, uint8_t *sense, in do_sgio()
318 static int coroutine_fn mpath_reconstruct_sense(int fd, int r, uint8_t *sense) in mpath_reconstruct_sense()
370 static int coroutine_fn multipath_pr_in(int fd, const uint8_t *cdb, uint8_t *sense, in multipath_pr_in()
425 static int coroutine_fn multipath_pr_out(int fd, const uint8_t *cdb, uint8_t *sense, in multipath_pr_out()
543 static int coroutine_fn do_pr_in(int fd, const uint8_t *cdb, uint8_t *sense, in do_pr_in()
561 static int coroutine_fn do_pr_out(int fd, const uint8_t *cdb, uint8_t *sense, in do_pr_out()
H A Dpr-helper.h37 uint8_t sense[PR_HELPER_SENSE_SIZE]; member
/qemu/hw/scsi/
H A Dscsi-bus.c741 const struct SCSISense sense = SENSE_CODE(LUN_NOT_SUPPORTED); in scsi_target_send_command() local
997 void scsi_req_build_sense(SCSIRequest *req, SCSISense sense) in scsi_req_build_sense()
1487 void scsi_device_report_change(SCSIDevice *dev, SCSISense sense) in scsi_device_report_change()
1604 SCSISense sense; in scsi_req_complete_failed() local
1716 static int scsi_ua_precedence(SCSISense sense) in scsi_ua_precedence()
1745 void scsi_bus_set_ua(SCSIBus *bus, SCSISense sense) in scsi_bus_set_ua()
1763 void scsi_device_set_ua(SCSIDevice *sdev, SCSISense sense) in scsi_device_set_ua()
1791 void scsi_device_purge_requests(SCSIDevice *sdev, SCSISense sense) in scsi_device_purge_requests()
H A Dscsi-generic.c77 SCSISense sense; in scsi_command_complete_noio() local
287 SCSISense sense = in scsi_read_complete() local
H A Dvmw_pvscsi.c499 pvscsi_write_sense(PVSCSIRequest *r, uint8_t *sense, int len) in pvscsi_write_sense()
564 uint8_t sense[SCSI_SENSE_BUF_SIZE]; in pvscsi_command_complete() local
H A Dvirtio-scsi.c775 uint8_t sense[SCSI_SENSE_BUF_SIZE]; in virtio_scsi_command_complete() local
1109 static void virtio_scsi_change(SCSIBus *bus, SCSIDevice *dev, SCSISense sense) in virtio_scsi_change()
H A Dspapr_vscsi.c81 uint8_t sense[SCSI_SENSE_BUF_SIZE]; member
H A Dscsi-disk.c135 static void scsi_check_condition(SCSIDiskReq *r, SCSISense sense) in scsi_check_condition()
226 SCSISense sense = SENSE_CODE(NO_SENSE); in scsi_handle_rw_error() local
H A Dmegasas.c353 static void megasas_write_sense(MegasasCmd *cmd, SCSISense sense) in megasas_write_sense()
H A Dmfi.h900 uint8_t sense[64]; member
/qemu/include/hw/intc/
H A Daspeed_vic.h40 uint64_t sense; member
H A Drx_icu.h35 enum TRG_MODE sense; member
/qemu/hw/ufs/
H A Dlu.c24 static void ufs_build_upiu_sense_data(UfsRequest *req, uint8_t *sense, in ufs_build_upiu_sense_data()
32 static void ufs_build_scsi_response_upiu(UfsRequest *req, uint8_t *sense, in ufs_build_scsi_response_upiu()
/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.h52 uint8_t sense[VIRTIO_SCSI_SENSE_SIZE]; member
/qemu/include/hw/scsi/
H A Dscsi.h44 uint8_t sense[SCSI_SENSE_BUF_SIZE]; member
79 uint8_t sense[SCSI_SENSE_BUF_SIZE]; member
/qemu/hw/display/
H A Dmacfb.c81 uint8_t sense; member
346 uint8_t sense; in macfb_sense_read() local
/qemu/hw/usb/
H A Ddev-uas.c101 uas_iu_sense sense; member
432 struct SCSISense sense) in usb_uas_queue_fake_sense()
/qemu/include/standard-headers/linux/
H A Dvirtio_scsi.h72 uint8_t sense[VIRTIO_SCSI_SENSE_SIZE]; member
/qemu/hw/ide/
H A Datapi.c1069 int sense; in cmd_start_stop_unit() local
/qemu/tests/qtest/libqos/
H A Dahci.c975 uint8_t *sense, uint8_t *asc) in ahci_atapi_get_sense()
/qemu/tests/qtest/
H A Dahci-test.c1655 uint8_t port, sense, asc; in test_atapi_tray() local
/qemu/block/
H A Discsi.c228 static int iscsi_translate_sense(struct scsi_sense *sense) in iscsi_translate_sense()