Home
last modified time | relevance | path

Searched defs:opts (Results 1 – 25 of 197) sorted by relevance

12345678

/qemu/util/
H A Dqemu-option.c125 static const char *find_default_by_name(QemuOpts *opts, const char *name) in find_default_by_name()
224 QemuOpt *qemu_opt_find(QemuOpts *opts, const char *name) in qemu_opt_find()
247 static void qemu_opt_del_all(QemuOpts *opts, const char *name) in qemu_opt_del_all()
258 const char *qemu_opt_get(QemuOpts *opts, const char *name) in qemu_opt_get()
274 void qemu_opt_iter_init(QemuOptsIter *iter, QemuOpts *opts, const char *name) in qemu_opt_iter_init()
297 char *qemu_opt_get_del(QemuOpts *opts, const char *name) in qemu_opt_get_del()
316 bool qemu_opt_has_help_opt(QemuOpts *opts) in qemu_opt_has_help_opt()
328 static bool qemu_opt_get_bool_helper(QemuOpts *opts, const char *name, in qemu_opt_get_bool_helper()
355 bool qemu_opt_get_bool(QemuOpts *opts, const char *name, bool defval) in qemu_opt_get_bool()
360 bool qemu_opt_get_bool_del(QemuOpts *opts, const char *name, bool defval) in qemu_opt_get_bool_del()
[all …]
/qemu/tests/unit/
H A Dtest-qemu-opts.c132 QemuOpts *opts; in test_qemu_opts_create() local
162 QemuOpts *opts; in test_qemu_opt_get() local
205 QemuOpts *opts; in test_qemu_opt_get_bool() local
248 QemuOpts *opts; in test_qemu_opt_get_number() local
291 QemuOpts *opts; in test_qemu_opt_get_size() local
347 QemuOpts *opts; in test_qemu_opt_unset() local
379 QemuOpts *opts; in test_qemu_opts_reset() local
420 static size_t opts_count(QemuOpts *opts) in opts_count()
431 QemuOpts *opts; in test_opts_parse() local
533 QemuOpts *opts; in test_opts_parse_bool() local
[all …]
H A Dtest-opts-visitor.c39 QemuOpts *opts; in setup_fixture() local
181 QemuOpts *opts; in test_opts_range_unvisited() local
221 QemuOpts *opts; in test_opts_range_beyond() local
256 QemuOpts *opts; in test_opts_dict_unvisited() local
H A Dtest-char.c84 QemuOpts *opts; in char_console_test_subprocess() local
133 QemuOpts *opts; in char_ringbuf_test() local
183 QemuOpts *opts; in char_mux_test() local
364 QemuOpts *opts; in char_hub_test() local
1197 QemuOpts *opts; in char_socket_server_test() local
1331 QemuOpts *opts; in char_socket_client_dupid_test() local
1384 QemuOpts *opts; in char_socket_client_test() local
1529 QemuOpts *opts; in char_socket_server_two_clients_test() local
1607 QemuOpts *opts; in char_serial_test() local
1627 QemuOpts *opts; in char_parallel_test() local
/qemu/system/
H A Dvl.c156 ObjectOptions *opts; member
161 QDict *opts; member
535 static int default_driver_check(void *opaque, QemuOpts *opts, Error **errp) in default_driver_check()
553 static int parse_name(void *opaque, QemuOpts *opts, Error **errp) in parse_name()
576 static int parse_add_fd(void *opaque, QemuOpts *opts, Error **errp) in parse_add_fd()
633 static int cleanup_add_fd(void *opaque, QemuOpts *opts, Error **errp) in cleanup_add_fd()
654 static int drive_init_func(void *opaque, QemuOpts *opts, Error **errp) in drive_init_func()
661 static int drive_enable_snapshot(void *opaque, QemuOpts *opts, Error **errp) in drive_enable_snapshot()
672 QemuOpts *opts; in default_drive() local
813 static void configure_msg(QemuOpts *opts) in configure_msg()
[all …]
H A Dtpm.c87 static int tpm_init_tpmdev(void *dummy, QemuOpts *opts, Error **errp) in tpm_init_tpmdev()
180 QemuOpts *opts; in tpm_config_parse() local
/qemu/chardev/
H A Dchar-pipe.c111 ChardevHostdev *opts = backend->u.pipe.data; in qemu_chr_open_pipe() local
126 ChardevHostdev *opts = backend->u.pipe.data; in qemu_chr_open_pipe() local
158 static void qemu_chr_parse_pipe(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_pipe()
H A Dchar-stdio.c93 ChardevStdio *opts = backend->u.stdio.data; in qemu_chr_open_stdio() local
127 static void qemu_chr_parse_stdio(QemuOpts *opts, ChardevBackend *backend, in qemu_chr_parse_stdio()
/qemu/ui/
H A Dspice-app.c99 static void vc_chr_parse(QemuOpts *opts, ChardevBackend *backend, Error **errp) in vc_chr_parse()
136 static void spice_app_display_early_init(DisplayOptions *opts) in spice_app_display_early_init()
191 static void spice_app_display_init(DisplayState *ds, DisplayOptions *opts) in spice_app_display_init()
/qemu/crypto/
H A Dakcipher.c33 QCryptoAkCipher *qcrypto_akcipher_new(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_new()
43 bool qcrypto_akcipher_supports(QCryptoAkCipherOptions *opts) in qcrypto_akcipher_supports()
112 int qcrypto_akcipher_export_p8info(const QCryptoAkCipherOptions *opts, in qcrypto_akcipher_export_p8info()
/qemu/block/
H A Dcrypto.c254 block_crypto_open_opts_init(QDict *opts, Error **errp) in block_crypto_open_opts_init()
272 block_crypto_create_opts_init(QDict *opts, Error **errp) in block_crypto_create_opts_init()
289 block_crypto_amend_opts_init(QDict *opts, Error **errp) in block_crypto_amend_opts_init()
316 QemuOpts *opts = NULL; in block_crypto_open_generic() local
385 QCryptoBlockCreateOptions *opts, in block_crypto_co_create_generic()
621 static BlockMeasureInfo *block_crypto_measure(QemuOpts *opts, in block_crypto_measure()
786 QemuOpts *opts, Error **errp) in block_crypto_co_create_opts_luks()
960 QemuOpts *opts, in block_crypto_amend_options_luks()
998 BlockdevAmendOptions *opts, in block_crypto_co_amend_luks()
H A Drbd.c259 static int qemu_rbd_set_auth(rados_t cluster, BlockdevOptionsRbd *opts, in qemu_rbd_set_auth()
399 rbd_encryption_options_t opts; in qemu_rbd_encryption_format() local
485 rbd_encryption_options_t opts; in qemu_rbd_encryption_load() local
679 BlockdevCreateOptionsRbd *opts = &options->u.rbd; in qemu_rbd_do_create() local
758 QemuOpts *opts, in qemu_rbd_extract_encryption_create_options()
796 QemuOpts *opts, in qemu_rbd_co_create_opts()
862 static char *qemu_rbd_mon_host(BlockdevOptionsRbd *opts, Error **errp) in qemu_rbd_mon_host()
898 BlockdevOptionsRbd *opts, bool cache, in qemu_rbd_connect()
1016 static int qemu_rbd_convert_options(QDict *options, BlockdevOptionsRbd **opts, in qemu_rbd_convert_options()
1037 BlockdevOptionsRbd **opts, in qemu_rbd_attempt_legacy_options()
[all …]
/qemu/fsdev/
H A Dqemu-fsdev.c37 const char **opts; member
110 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
H A Dqemu-fsdev-dummy.c18 int qemu_fsdev_add(QemuOpts *opts, Error **errp) in qemu_fsdev_add()
/qemu/hw/smbios/
H A Dsmbios-stub.c26 void smbios_entry_add(QemuOpts *opts, Error **errp) in smbios_entry_add()
/qemu/hw/acpi/
H A Dacpi-stub.c27 void acpi_table_add(const QemuOpts *opts, Error **errp) in acpi_table_add()
/qemu/tests/qtest/
H A Dvirtio-serial-test.c29 QOSGraphTestOptions opts = { }; in register_virtio_serial_test() local
H A Drs5c372-test.c35 QOSGraphEdgeOptions opts = { }; in rs5c372_register_nodes() local
H A Dds1338-test.c49 QOSGraphEdgeOptions opts = { in ds1338_register_nodes() local
H A Demc141x-test.c71 QOSGraphEdgeOptions opts = { in emc1414_register_nodes() local
H A Dvmxnet3-test.c48 QOSGraphEdgeOptions opts = { in vmxnet3_register_nodes() local
H A Dne2000-test.c48 QOSGraphEdgeOptions opts = { in ne2000_register_nodes() local
H A Des1370-test.c48 QOSGraphEdgeOptions opts = { in es1370_register_nodes() local
/qemu/stubs/
H A Dicount.c9 bool icount_configure(QemuOpts *opts, Error **errp) in icount_configure()
/qemu/
H A Dqemu-io.c86 QDict *opts) in openfile()
175 QDict *opts; in open_f() local
525 QDict *opts = NULL; in main() local

12345678