Searched refs:DriveInfo (Results 1 - 10 of 10) sorted by relevance

/external/qemu/include/sysemu/
H A Dblockdev.h21 struct DriveInfo { struct
31 QTAILQ_ENTRY(DriveInfo) next;
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
39 extern void drive_uninit(DriveInfo *dinfo);
40 extern DriveInfo *drive_get_by_blockdev(BlockDriverState *bs);
43 extern DriveInfo *drive_init(QemuOpts *arg, int default_to_scsi,
48 DriveInfo *add_init_drive(const char *opts);
H A Dsysemu.h171 struct DriveInfo {
187 extern DriveInfo drives_table[MAX_DRIVES+1];
/external/qemu/
H A Dblockdev.c18 static QTAILQ_HEAD(drivelist, DriveInfo) drives = QTAILQ_HEAD_INITIALIZER(drives);
29 DriveInfo *dinfo = drive_get_by_blockdev(bs);
36 DriveInfo *dinfo = drive_get_by_blockdev(bs);
62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit)
64 DriveInfo *dinfo;
81 DriveInfo *dinfo;
92 DriveInfo *drive_get_by_blockdev(BlockDriverState *bs)
94 DriveInfo *dinfo;
109 void drive_uninit(DriveInfo *dinfo)
134 DriveInfo *drive_ini
[all...]
H A Dvl-android.c255 DriveInfo drives_table[MAX_DRIVES+1];
/external/qemu/include/qemu/
H A Dtypedefs.h34 typedef struct DriveInfo DriveInfo; typedef in typeref:struct:DriveInfo
/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.c173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
174 DriveInfo *dinfo;
/external/qemu/hw/core/
H A Dqdev.c397 DriveInfo* info;
426 DriveInfo* info;
/external/qemu/hw/i386/
H A Dpc.c1050 DriveInfo* info = drive_get( IF_IDE, 0, 0 );

Completed in 158 milliseconds