Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dblockdev.h25 } BlockInterfaceType; typedef
28 BlockInterfaceType type;
52 void override_max_devs(BlockInterfaceType type, int max_devs);
54 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit);
56 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index);
57 int drive_get_max_bus(BlockInterfaceType type);
59 QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file,
61 DriveInfo *drive_new(QemuOpts *arg, BlockInterfaceType block_default_type,
/openbmc/qemu/
H A Dblockdev.c112 void override_max_devs(BlockInterfaceType type, int max_devs) in override_max_devs()
187 static int drive_index_to_bus_id(BlockInterfaceType type, int index) in drive_index_to_bus_id()
193 static int drive_index_to_unit_id(BlockInterfaceType type, int index) in drive_index_to_unit_id()
199 QemuOpts *drive_add(BlockInterfaceType type, int index, const char *file, in drive_add()
221 DriveInfo *drive_get(BlockInterfaceType type, int bus, int unit) in drive_get()
283 DriveInfo *drive_get_by_index(BlockInterfaceType type, int index) in drive_get_by_index()
291 int drive_get_max_bus(BlockInterfaceType type) in drive_get_max_bus()
784 DriveInfo *drive_new(QemuOpts *all_opts, BlockInterfaceType block_default_type, in drive_new()
793 BlockInterfaceType type; in drive_new()
/openbmc/qemu/include/hw/
H A Dboards.h248 BlockInterfaceType block_default_type;
/openbmc/qemu/system/
H A Dvl.c647 BlockInterfaceType *block_default_type = opaque; in drive_init_func()
660 static void default_drive(int enable, int snapshot, BlockInterfaceType type, in default_drive()