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

  /external/qemu/
blockdev.h 21 struct DriveInfo {
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);
blockdev.c 18 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_init(QemuOpts *opts, int default_to_scsi, int *fatal_error
    [all...]
sysemu.h 143 struct DriveInfo {
159 extern DriveInfo drives_table[MAX_DRIVES+1];
qemu-common.h 258 typedef struct DriveInfo DriveInfo;
vl-android.c 261 DriveInfo drives_table[MAX_DRIVES+1];
    [all...]
vl.c 194 DriveInfo drives_table[MAX_DRIVES+1];
    [all...]
  /external/qemu/hw/
mips_r4k.c 173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
174 DriveInfo *dinfo;
android_arm.c 124 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
qdev.c 397 DriveInfo* info;
426 DriveInfo* info;
android_mips.c 217 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
pc.c 1059 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
    [all...]

Completed in 183 milliseconds