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

  /external/qemu/hw/
android_arm.c 126 goldfish_mmc_init(0xff005000, 0, drives_table[idx].bdrv);
qdev.c 289 return drives_table[index].bdrv;
319 attach(host, drives_table[index].bdrv, unit);
  /external/qemu/
vl-android.c 236 /* Note: drives_table[MAX_DRIVES] is a dummy block driver if none available
238 DriveInfo drives_table[MAX_DRIVES+1]; variable
    [all...]
vl.c 200 /* Note: drives_table[MAX_DRIVES] is a dummy block driver if none available
202 DriveInfo drives_table[MAX_DRIVES+1]; variable
    [all...]
sysemu.h 189 extern DriveInfo drives_table[MAX_DRIVES+1];
savevm.c 1133 bs = drives_table[i].bdrv;
1243 bs1 = drives_table[i].bdrv;
1290 bs1 = drives_table[i].bdrv;
    [all...]
monitor.c 252 !strcmp(bdrv_get_device_name(drives_table[i].bdrv), device))
253 bdrv_commit(drives_table[i].bdrv);
    [all...]
qemu-char-android.c 358 bdrv_commit(drives_table[i].bdrv);
    [all...]
qemu-char.c 350 bdrv_commit(drives_table[i].bdrv);
    [all...]

Completed in 201 milliseconds