Searched refs:BlockInterfaceType (Results 1 - 6 of 6) sorted by last modified time

/external/qemu/
H A Dblockdev.c62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit)
78 int drive_get_max_bus(BlockInterfaceType type)
141 BlockInterfaceType type;
H A Dvl-android.c658 int drive_get_index(BlockInterfaceType type, int bus, int unit)
674 int drive_get_max_bus(BlockInterfaceType type)
736 BlockInterfaceType type;
/external/qemu/hw/core/
H A Dqdev.c394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type)
/external/qemu/include/
H A Dqemu-common.h291 } BlockInterfaceType; typedef in typeref:enum:__anon29910
/external/qemu/include/sysemu/
H A Dblockdev.h25 BlockInterfaceType type;
37 extern DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
38 extern int drive_get_max_bus(BlockInterfaceType type);
H A 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);

Completed in 116 milliseconds