Searched refs:qemu_opt_foreach (Results 1 – 4 of 4) sorted by relevance
/external/qemu/include/qemu/ |
D | option.h | 113 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque,
|
/external/qemu/util/ |
D | qemu-config.c | 578 qemu_opt_foreach(opts, config_write_opt, data, 0); in config_write_opts()
|
D | qemu-option.c | 639 int qemu_opt_foreach(QemuOpts *opts, qemu_opt_loopfunc func, void *opaque, in qemu_opt_foreach() function
|
/external/qemu/hw/core/ |
D | qdev.c | 206 if (qemu_opt_foreach(opts, set_property, qdev, 1) != 0) { in qdev_device_add()
|