Home | History | Annotate | Download | only in hw

Lines Matching refs:SCSIDeviceState

49     SCSIDeviceState *dev;
63 struct SCSIDeviceState
83 static SCSIRequest *scsi_new_request(SCSIDeviceState *s, uint32_t tag)
109 SCSIDeviceState *s = r->dev;
127 static SCSIRequest *scsi_find_request(SCSIDeviceState *s, uint32_t tag)
141 SCSIDeviceState *s = r->dev;
153 SCSIDeviceState *s = d->state;
168 SCSIDeviceState *s = r->dev;
184 SCSIDeviceState *s = d->state;
243 SCSIDeviceState *s = r->dev;
272 SCSIDeviceState *s = r->dev;
293 SCSIDeviceState *s = d->state;
314 SCSIDeviceState *s = opaque;
331 SCSIDeviceState *s = d->state;
350 SCSIDeviceState *s = d->state;
934 SCSIDeviceState *s;
937 s = (SCSIDeviceState *)qemu_mallocz(sizeof(SCSIDeviceState));