Home
last modified time | relevance | path

Searched refs:IF_SCSI (Results 1 – 6 of 6) sorted by relevance

/external/qemu/
Dblockdev.c161 type = IF_SCSI; in drive_init()
192 type = IF_SCSI; in drive_init()
316 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) { in drive_init()
405 if (type == IF_IDE || type == IF_SCSI) in drive_init()
428 case IF_SCSI: in drive_init()
477 if (type != IF_SCSI && type != IF_VIRTIO && type != IF_FLOPPY && type != IF_NONE) { in drive_init()
Dqemu-common.h291 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
Dvl.c871 type = IF_SCSI; in drive_init()
905 type = IF_SCSI; in drive_init()
1049 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1117 if (type == IF_IDE || type == IF_SCSI) in drive_init()
1138 case IF_SCSI: in drive_init()
Dvl-android.c1068 type = IF_SCSI; in drive_init()
1102 type = IF_SCSI; in drive_init()
1246 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init()
1314 if (type == IF_IDE || type == IF_SCSI) in drive_init()
1335 case IF_SCSI: in drive_init()
/external/qemu/hw/
Dqdev.c429 info = drive_get(IF_SCSI, bus, unit); in scsi_bus_new()
Dpc.c1253 max_bus = drive_get_max_bus(IF_SCSI);