Searched refs:BlockInterfaceType (Results 1 – 6 of 6) sorted by relevance
/external/qemu/include/sysemu/ |
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 | 173 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/ |
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 | vl-android.c | 658 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/ |
D | qemu-common.h | 291 } BlockInterfaceType; typedef
|
/external/qemu/hw/core/ |
D | qdev.c | 394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type) in qdev_init_bdrv()
|