Home
last modified time | relevance | path

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

/qemu/include/hw/scsi/
H A Dscsi.h242 SCSIDevice *scsi_device_get(SCSIBus *bus, int channel, int target, int lun);
/qemu/hw/scsi/
H A Dvirtio-scsi.c82 return scsi_device_get(&s->bus, 0, lun[1], virtio_scsi_get_lun(lun)); in virtio_scsi_device_get()
H A Dscsi-bus.c77 SCSIDevice *scsi_device_get(SCSIBus *bus, int channel, int id, int lun) in scsi_device_get() function