OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DriveInfo
(Results
1 - 2
of
2
) 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);
qemu-common.h
258
typedef struct
DriveInfo
DriveInfo
;
Completed in 28 milliseconds