Searched refs:drive_get (Results 1 - 7 of 7) sorted by relevance

/external/qemu/include/sysemu/
H A Dblockdev.h37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
/external/qemu/hw/android/
H A Dandroid_arm.c111 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
H A Dandroid_mips.c212 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
/external/qemu/hw/mips/
H A Dmips_r4k.c229 } else if ((dinfo = drive_get(IF_PFLASH, 0, 0)) != NULL) {
289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS);
/external/qemu/
H A Dblockdev.c62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit) function
371 while (drive_get(type, bus_id, unit_id) != NULL) {
392 if (drive_get(type, bus_id, unit_id) != NULL) {
/external/qemu/hw/core/
H A Dqdev.c399 info = drive_get(type, 0, unit);
429 info = drive_get(IF_SCSI, bus, unit);
/external/qemu/hw/i386/
H A Dpc.c1050 DriveInfo* info = drive_get( IF_IDE, 0, 0 );

Completed in 633 milliseconds