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

  /external/qemu/
blockdev.c 207 type = IF_VIRTIO;
316 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) {
329 if (type != IF_IDE && type != IF_VIRTIO && type != IF_NONE) {
341 if (type != IF_VIRTIO) {
452 case IF_VIRTIO:
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 1117 type = IF_VIRTIO;
1246 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) {
    [all...]
vl.c 920 type = IF_VIRTIO;
1049 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) {
1160 case IF_VIRTIO:
    [all...]
  /external/qemu/hw/
pc.c     [all...]

Completed in 151 milliseconds