Searched refs:IF_VIRTIO (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | blockdev.c | 207 type = IF_VIRTIO; in drive_init() 316 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO && type != IF_NONE) { in drive_init() 329 if (type != IF_IDE && type != IF_VIRTIO && type != IF_NONE) { in drive_init() 341 if (type != IF_VIRTIO) { in drive_init() 452 case IF_VIRTIO: in drive_init() 477 if (type != IF_SCSI && type != IF_VIRTIO && type != IF_FLOPPY && type != IF_NONE) { in drive_init()
|
D | vl-android.c | 819 type = IF_VIRTIO; in drive_init() 948 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) { in drive_init() 1059 case IF_VIRTIO: in drive_init()
|
/external/qemu/include/ |
D | qemu-common.h | 289 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN, enumerator
|
/external/qemu/hw/i386/ |
D | pc.c | 1255 while ((index = drive_get_index(IF_VIRTIO, 0, unit_id)) != -1) {
|