Searched refs:BlockInterfaceType (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | blockdev.h | 25 BlockInterfaceType type; 37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit); 38 extern int drive_get_max_bus(BlockInterfaceType type);
|
D | sysemu.h | 145 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);
|
D | blockdev.c | 62 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()
|
D | qemu-common.h | 293 } BlockInterfaceType; typedef
|
D | vl.c | 759 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()
|
D | vl-android.c | 956 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/ |
D | qdev.c | 394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type) in qdev_init_bdrv()
|