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

  /external/qemu/
blockdev.c 165 type = IF_IDE;
189 type = IF_IDE;
222 if (cyls < 1 || (type == IF_IDE && cyls > 16383)) {
226 if (heads < 1 || (type == IF_IDE && heads > 16)) {
230 if (secs < 1 || (type == IF_IDE && secs > 63)) {
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) {
405 if (type == IF_IDE || type == IF_SCSI)
427 case IF_IDE:
qemu-common.h 291 IF_IDE, IF_SCSI, IF_FLOPPY, IF_PFLASH, IF_MTD, IF_SD, IF_VIRTIO, IF_XEN,
vl-android.c 1068 type = IF_IDE;
1095 type = IF_IDE;
1242 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) {
    [all...]
vl.c 875 type = IF_IDE;
902 type = IF_IDE;
1049 if (type != IF_IDE && type != IF_SCSI && type != IF_VIRTIO) {
1117 if (type == IF_IDE || type == IF_SCSI)
1137 case IF_IDE:
    [all...]
  /external/qemu/hw/
android_arm.c 124 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
pc.c 1054 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
1157 if (drive_get_max_bus(IF_IDE) >= MAX_IDE_BUS) {
1163 index = drive_get_index(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
    [all...]

Completed in 186 milliseconds