Home
last modified time | relevance | path

Searched refs:BlockInterfaceType (Results 1 – 6 of 6) sorted by relevance

/external/qemu/include/sysemu/
Dblockdev.h25 BlockInterfaceType type;
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
38 extern int drive_get_max_bus(BlockInterfaceType type);
Dsysemu.h173 BlockInterfaceType type;
189 extern int drive_get_index(BlockInterfaceType type, int bus, int unit);
190 extern int drive_get_max_bus(BlockInterfaceType type);
196 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type);
/external/qemu/
Dblockdev.c62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit) in drive_get()
78 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus()
141 BlockInterfaceType type; in drive_init()
Dvl-android.c658 int drive_get_index(BlockInterfaceType type, int bus, int unit) in drive_get_index()
674 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus()
736 BlockInterfaceType type; in drive_init()
/external/qemu/include/
Dqemu-common.h291 } BlockInterfaceType; typedef
/external/qemu/hw/core/
Dqdev.c394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type) in qdev_init_bdrv()