Home
last modified time | relevance | path

Searched refs:qdict_entry_value (Results 1 – 7 of 7) sorted by path

/qemu/
H A Dblock.c7872 qobject_ref(qdict_entry_value(entry))); in append_strong_runtime_options()
/qemu/include/qapi/qmp/
H A Dqdict.h40 QObject *qdict_entry_value(const QDictEntry *entry);
/qemu/qapi/
H A Dqmp-dispatch.c55 arg_obj = qdict_entry_value(ent); in qmp_dispatch_check_obj()
/qemu/qobject/
H A Dblock-qdict.c106 value = qdict_entry_value(entry); in qdict_flatten_qdict()
H A Dqdict.c72 QObject *qdict_entry_value(const QDictEntry *entry) in qdict_entry_value() function
411 const QObject *obj_x = qdict_entry_value(e); in qdict_is_equal()
H A Dqjson.c191 to_json(writer, qdict_entry_key(entry), qdict_entry_value(entry)); in to_json()
/qemu/util/
H A Dqemu-option.c954 QObject *obj = qdict_entry_value(entry); in qemu_opts_from_qdict_entry()