/openbmc/qemu/qobject/ |
H A D | block-qdict.c | 105 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 D | qdict.c | 328 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 D | qjson.c | 190 entry = qdict_next(val, entry)) { in to_json()
|
/openbmc/qemu/util/ |
H A D | keyval.c | 328 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 D | qemu-option.c | 1002 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 D | cpu-sysemu.c | 92 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 D | check-qdict.c | 212 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 D | check-block-qdict.c | 519 for (e = qdict_first(dict); e; e = qdict_next(dict, e)) { in qdict_count_entries()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qdict.h | 47 const QDictEntry *qdict_next(const QDict *qdict, const QDictEntry *entry);
|
/openbmc/qemu/qapi/ |
H A D | qmp-dispatch.c | 53 ent = qdict_next(dict, ent)) { in qmp_dispatch_check_obj()
|
H A D | qobject-input-visitor.c | 226 entry = qdict_next(qdict, entry)) { in qobject_input_push()
|
/openbmc/qemu/target/riscv/ |
H A D | riscv-qmp-cmds.c | 145 for (qe = qdict_first(qdict_in); qe; qe = qdict_next(qdict_in, qe)) { in riscv_cpuobj_validate_qdict_in()
|
/openbmc/qemu/block/ |
H A D | null.c | 253 e = qdict_next(bs->full_open_options, e)) in null_refresh_filename()
|
H A D | nfs.c | 157 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in nfs_has_filename_options_conflict()
|
H A D | nbd.c | 1598 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 D | qapi.c | 834 for (entry = qdict_first(dict); entry; entry = qdict_next(dict, entry)) { in dump_qdict()
|
H A D | blkdebug.c | 988 e = qdict_next(bs->full_open_options, e)) in blkdebug_refresh_filename()
|
H A D | ssh.c | 254 for (qe = qdict_first(options); qe; qe = qdict_next(options, qe)) { in ssh_has_filename_options_conflict()
|
/openbmc/qemu/qom/ |
H A D | object_interfaces.c | 54 for (e = qdict_first(qdict); e; e = qdict_next(qdict, e)) { in object_set_properties_from_qdict()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models_sysemu.c | 140 for (e = qdict_first(qdict); e; e = qdict_next(qdict, e)) { in cpu_model_from_info()
|
/openbmc/qemu/tests/qtest/ |
H A D | arm-cpu-features.c | 233 for (e = qdict_first(props); e; e = qdict_next(props, e)) { in resp_get_sve_vls()
|
/openbmc/qemu/ |
H A D | block.c | 4286 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 D | vl.c | 1724 next = qdict_next(qdict, ent); in keyval_dashify()
|