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

  /external/qemu/include/sysemu/
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);
sysemu.h 171 struct DriveInfo {
187 extern DriveInfo drives_table[MAX_DRIVES+1];
  /external/qemu/
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...]
vl-android.c 255 DriveInfo drives_table[MAX_DRIVES+1];
    [all...]
  /external/qemu/include/qemu/
typedefs.h 34 typedef struct DriveInfo DriveInfo;
  /external/qemu/hw/android/
android_arm.c 111 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
android_mips.c 212 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
  /external/qemu/hw/mips/
mips_r4k.c 173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS];
174 DriveInfo *dinfo;
  /external/qemu/hw/core/
qdev.c 397 DriveInfo* info;
426 DriveInfo* info;
  /external/qemu/hw/i386/
pc.c 1050 DriveInfo* info = drive_get( IF_IDE, 0, 0 );
    [all...]

Completed in 106 milliseconds