Lines Matching defs:dev

38         SCSIDevice *dev = SCSI_DEVICE(qdev);  in do_scsi_device_find()  local
233 int scsi_bus_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, uint8_t *buf, in scsi_bus_parse_cdb()
336 SCSIDevice *dev = SCSI_DEVICE(qdev); in scsi_bus_check_address() local
365 SCSIDevice *dev = SCSI_DEVICE(qdev); in scsi_qdev_realize() local
408 SCSIDevice *dev = SCSI_DEVICE(qdev); in scsi_qdev_unrealize() local
430 DeviceState *dev; in scsi_bus_legacy_add_drive() local
622 SCSIDevice *dev = SCSI_DEVICE(qdev); in scsi_target_emulate_report_luns() local
992 int scsi_device_get_sense(SCSIDevice *dev, uint8_t *buf, int len, bool fixed) in scsi_device_get_sense()
1070 static int ata_passthrough_xfer_unit(SCSIDevice *dev, uint8_t *buf) in ata_passthrough_xfer_unit()
1089 static int ata_passthrough_12_xfer(SCSIDevice *dev, uint8_t *buf) in ata_passthrough_12_xfer()
1112 static int ata_passthrough_16_xfer(SCSIDevice *dev, uint8_t *buf) in ata_passthrough_16_xfer()
1138 static int scsi_req_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_xfer()
1280 static int scsi_req_stream_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_stream_xfer()
1340 static int scsi_req_medium_changer_xfer(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_medium_changer_xfer()
1362 static int scsi_req_scanner_length(SCSICommand *cmd, SCSIDevice *dev, uint8_t *buf) in scsi_req_scanner_length()
1450 int scsi_req_parse_cdb(SCSIDevice *dev, SCSICommand *cmd, uint8_t *buf, in scsi_req_parse_cdb()
1487 void scsi_device_report_change(SCSIDevice *dev, SCSISense sense) in scsi_device_report_change()
1845 static char *scsibus_get_dev_path(DeviceState *dev) in scsibus_get_dev_path()
1862 static char *scsibus_get_fw_dev_path(DeviceState *dev) in scsibus_get_fw_dev_path()