HomeSort by relevance Sort by last modified time
    Searched refs:IF_SCSI (Results 1 - 6 of 6) sorted by null

  /external/qemu/
blockdev.c 161 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) {
qemu-common.h 291 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
vl-android.c 1064 type = IF_SCSI;
1098 type = IF_SCSI;
1242 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) {
    [all...]
vl.c 871 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:
    [all...]
  /external/qemu/hw/
qdev.c 429 info = drive_get(IF_SCSI, bus, unit);
pc.c     [all...]

Completed in 642 milliseconds