Home
last modified time | relevance | path

Searched refs:qdict_next (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/qobject/
H A Dblock-qdict.c105 next = qdict_next(qdict, entry); in qdict_flatten_qdict()
175 next = qdict_next(src, entry); in qdict_extract_subqdict()
191 for (entry = qdict_first(src); entry; entry = qdict_next(src, entry)) { in qdict_count_prefixed_entries()
344 ent = qdict_next(maybe_list, ent)) { in qdict_is_list()
438 for (ent = qdict_first(src); ent != NULL; ent = qdict_next(src, ent)) { in qdict_crumple()
481 ent = qdict_next(two_level, ent)) { in qdict_crumple()
556 for (ent = qdict_first(src); ent; ent = qdict_next(src, ent)) { in qdict_crumple_for_keyval_qiv()
637 for (entry = qdict_first(src); entry; entry = qdict_next(src, entry)) { in qdict_array_entries()
671 next = qdict_next(src, entry); in qdict_join()
H A Dqdict.c328 const QDictEntry *qdict_next(const QDict *qdict, const QDictEntry *entry) in qdict_next() function
410 for (e = qdict_first(dict_x); e; e = qdict_next(dict_x, e)) { in qdict_is_equal()
H A Dqjson.c190 entry = qdict_next(val, entry)) { in to_json()
/openbmc/qemu/util/
H A Dkeyval.c328 for (ent = qdict_first(merged); ent; ent = qdict_next(merged, ent)) { in keyval_do_merge()
423 for (ent = qdict_first(cur); ent; ent = qdict_next(cur, ent)) { in keyval_listify()
459 for (ent = qdict_first(cur); ent; ent = qdict_next(cur, ent)) { in keyval_listify()
H A Dqemu-option.c1002 entry = qdict_next(qdict, entry)) { in qemu_opts_from_qdict()
1024 next = qdict_next(qdict, entry); in qemu_opts_absorb_qdict()
/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c92 for (e = qdict_first(sprops); e; e = qdict_next(sprops, e)) { in x86_cpu_to_dict()
140 for (prop = qdict_first(qdict); prop; prop = qdict_next(qdict, prop)) { in object_apply_props()
/openbmc/qemu/tests/unit/
H A Dcheck-qdict.c212 for (ent = qdict_first(tests_dict); ent; ent = qdict_next(tests_dict, ent)){ in qdict_iterapi_test()
221 for (ent = qdict_first(tests_dict); ent; ent = qdict_next(tests_dict, ent)){ in qdict_iterapi_test()
H A Dcheck-block-qdict.c519 for (e = qdict_first(dict); e; e = qdict_next(dict, e)) { in qdict_count_entries()
/openbmc/qemu/include/qapi/qmp/
H A Dqdict.h47 const QDictEntry *qdict_next(const QDict *qdict, const QDictEntry *entry);
/openbmc/qemu/qapi/
H A Dqmp-dispatch.c53 ent = qdict_next(dict, ent)) { in qmp_dispatch_check_obj()
H A Dqobject-input-visitor.c226 entry = qdict_next(qdict, entry)) { in qobject_input_push()
/openbmc/qemu/target/riscv/
H A Driscv-qmp-cmds.c145 for (qe = qdict_first(qdict_in); qe; qe = qdict_next(qdict_in, qe)) { in riscv_cpuobj_validate_qdict_in()
/openbmc/qemu/block/
H A Dnull.c253 e = qdict_next(bs->full_open_options, e)) in null_refresh_filename()
H A Dnfs.c157 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in nfs_has_filename_options_conflict()
H A Dnbd.c1598 for (e = qdict_first(options); e; e = qdict_next(options, e)) { in nbd_has_filename_options_conflict()
1689 for (e = qdict_first(output_options); e; e = qdict_next(output_options, e)) in nbd_process_legacy_socket_options()
H A Dqapi.c834 for (entry = qdict_first(dict); entry; entry = qdict_next(dict, entry)) { in dump_qdict()
H A Dblkdebug.c988 e = qdict_next(bs->full_open_options, e)) in blkdebug_refresh_filename()
H A Dssh.c254 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in ssh_has_filename_options_conflict()
/openbmc/qemu/qom/
H A Dobject_interfaces.c54 for (e = qdict_first(qdict); e; e = qdict_next(qdict, e)) { in object_set_properties_from_qdict()
/openbmc/qemu/target/s390x/
H A Dcpu_models_sysemu.c140 for (e = qdict_first(qdict); e; e = qdict_next(qdict, e)) { in cpu_model_from_info()
/openbmc/qemu/tests/qtest/
H A Darm-cpu-features.c233 for (e = qdict_first(props); e; e = qdict_next(props, e)) { in resp_get_sve_vls()
/openbmc/qemu/
H A Dblock.c4286 for (e = qdict_first(bs->options); e; e = qdict_next(bs->options, e)) { in bdrv_reset_options_allowed()
5025 } while ((entry = qdict_next(reopen_state->options, entry))); in bdrv_reopen_prepare()
7889 entry = qdict_next(bs->options, entry)) in append_strong_runtime_options()
/openbmc/qemu/system/
H A Dvl.c1724 next = qdict_next(qdict, ent); in keyval_dashify()