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

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

Completed in 319 milliseconds