HomeSort by relevance Sort by last modified time
    Searched refs:BlockInterfaceType (Results 1 - 7 of 7) sorted by null

  /external/qemu/
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);
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);
blockdev.c 62 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit)
78 int drive_get_max_bus(BlockInterfaceType type)
141 BlockInterfaceType type;
qemu-common.h 293 } BlockInterfaceType;
vl-android.c 952 int drive_get_index(BlockInterfaceType type, int bus, int unit)
968 int drive_get_max_bus(BlockInterfaceType type)
1030 BlockInterfaceType type;
    [all...]
vl.c 759 int drive_get_index(BlockInterfaceType type, int bus, int unit)
775 int drive_get_max_bus(BlockInterfaceType type)
837 BlockInterfaceType type;
    [all...]
  /external/qemu/hw/
qdev.c 394 BlockDriverState *qdev_init_bdrv(DeviceState *dev, BlockInterfaceType type)

Completed in 186 milliseconds