Searched defs:DriveInfo (Results 1 - 2 of 2) sorted by relevance

/external/qemu/
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 Dqemu-common.h258 typedef struct DriveInfo DriveInfo; typedef in typeref:struct:DriveInfo

Completed in 6867 milliseconds