Home
last modified time | relevance | path

Searched refs:SCSIAttachFn (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/hw/
Dqdev-core.h75 typedef void (*SCSIAttachFn)(DeviceState *host, BlockDriverState *bdrv, typedef
95 void scsi_bus_new(DeviceState *host, SCSIAttachFn attach);
/external/qemu/hw/core/
Dqdev.c422 void scsi_bus_new(DeviceState *host, SCSIAttachFn attach) in scsi_bus_new()