/openbmc/qemu/util/ |
H A D | qemu-config.c | 223 if (!qemu_opts_absorb_qdict(subopts, subqdict, errp)) { in config_parse_qdict_section() 266 if (!qemu_opts_absorb_qdict(subopts, section, errp)) { in config_parse_qdict_section()
|
H A D | qemu-option.c | 1017 bool qemu_opts_absorb_qdict(QemuOpts *opts, QDict *qdict, Error **errp) in qemu_opts_absorb_qdict() function
|
/openbmc/qemu/block/ |
H A D | gluster.c | 522 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in qemu_gluster_parse_json() 555 if (!qemu_opts_absorb_qdict(opts, backing_options, errp)) { in qemu_gluster_parse_json() 585 if (!qemu_opts_absorb_qdict(opts, backing_options, errp)) { in qemu_gluster_parse_json() 633 if (!qemu_opts_absorb_qdict(opts, backing_options, errp)) { in qemu_gluster_parse_json() 804 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in qemu_gluster_open()
|
H A D | throttle.c | 53 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in throttle_parse_options()
|
H A D | null.c | 88 qemu_opts_absorb_qdict(opts, options, &error_abort); in null_open()
|
H A D | blkverify.c | 120 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in blkverify_open()
|
H A D | file-win32.c | 350 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in raw_open() 857 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in hdev_open()
|
H A D | preallocate.c | 112 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in preallocate_absorb_opts()
|
H A D | blklogwrites.c | 178 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in blk_log_writes_open()
|
H A D | raw-format.c | 83 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in raw_read_options()
|
H A D | replication.c | 98 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in replication_open()
|
H A D | crypto.c | 342 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in block_crypto_open_generic()
|
H A D | curl.c | 710 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in curl_open()
|
H A D | blkdebug.c | 483 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in blkdebug_open()
|
H A D | vpc.c | 244 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in vpc_open()
|
H A D | ssh.c | 615 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in ssh_parse_options()
|
H A D | parallels.c | 1215 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in parallels_opts_prealloc()
|
H A D | quorum.c | 967 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in quorum_open()
|
H A D | nvme.c | 982 qemu_opts_absorb_qdict(opts, options, &error_abort); in nvme_open()
|
H A D | file-posix.c | 607 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in raw_open_common() 1133 if (!qemu_opts_absorb_qdict(opts, state->options, errp)) { in raw_reopen_prepare()
|
H A D | nbd.c | 1855 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in nbd_process_options()
|
/openbmc/qemu/include/qemu/ |
H A D | option.h | 139 bool qemu_opts_absorb_qdict(QemuOpts *opts, QDict *qdict, Error **errp);
|
/openbmc/qemu/tests/unit/ |
H A D | test-qemu-opts.c | 318 qemu_opts_absorb_qdict(opts, dict, &error_abort); in test_qemu_opt_get_size() 328 qemu_opts_absorb_qdict(opts, dict, &error_abort); in test_qemu_opt_get_size()
|
/openbmc/qemu/ |
H A D | blockdev.c | 508 if (!qemu_opts_absorb_qdict(opts, bs_opts, errp)) { in blockdev_init() 861 if (!qemu_opts_absorb_qdict(legacy_opts, bs_opts, errp)) { in drive_new()
|
H A D | block.c | 1875 if (!qemu_opts_absorb_qdict(opts, options, errp)) { in bdrv_open_common() 4422 qemu_opts_absorb_qdict(opts, options_copy, NULL); in bdrv_reopen_queue_child() 4852 if (!qemu_opts_absorb_qdict(opts, reopen_state->options, errp)) { in bdrv_reopen_prepare()
|