Home
last modified time | relevance | path

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

/external/qemu/
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.h145 BlockInterfaceType type;
161 extern int drive_get_index(BlockInterfaceType type, int bus, int unit);
162 extern int drive_get_max_bus(BlockInterfaceType type);
168 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type);
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()
Dqemu-common.h293 } BlockInterfaceType; typedef
Dvl.c759 int drive_get_index(BlockInterfaceType type, int bus, int unit) in drive_get_index()
775 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus()
837 BlockInterfaceType type; in drive_init()
Dvl-android.c956 int drive_get_index(BlockInterfaceType type, int bus, int unit) in drive_get_index()
972 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus()
1034 BlockInterfaceType type; in drive_init()
/external/qemu/hw/
Dqdev.c394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type) in qdev_init_bdrv()