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

  /external/qemu/
vl-android.c 253 /* Note: drives_table[MAX_DRIVES] is a dummy block driver if none available
255 DriveInfo drives_table[MAX_DRIVES+1]; variable
624 if (!drives_table[index].used) {
625 drives_table[index].used = 1;
665 if (drives_table[index].type == type &&
666 drives_table[index].bus == bus &&
667 drives_table[index].unit == unit &&
668 drives_table[index].used)
681 if(drives_table[index].type == type &&
682 drives_table[index].bus > max_bus
    [all...]
savevm.c     [all...]
  /external/qemu/include/sysemu/
sysemu.h 187 extern DriveInfo drives_table[MAX_DRIVES+1];
  /external/qemu/hw/i386/
pc.c     [all...]

Completed in 213 milliseconds