Home
last modified time | relevance | path

Searched refs:qlist_entry_obj (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Ddevice-introspect-test.c55 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in qom_type_index()
88 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in type_list_find()
156 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_qom_list_parents()
179 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_qom_list_fields()
250 type = qdict_get_try_str(qobject_to(QDict, qlist_entry_obj(entry)), in test_device_intro_concrete()
284 QDict *d = qobject_to(QDict, qlist_entry_obj(e)); in test_abstract_interfaces()
H A Dqom-test.c42 tuple = qobject_to(QDict, qlist_entry_obj(entry)); in test_properties()
H A Dtpm-emu.c228 QString *s = qobject_to(QString, qlist_entry_obj(e)); in tpm_model_is_available()
H A Dtest-x86-cpuid-compat.c124 QDict *w = qobject_to(QDict, qlist_entry_obj(e)); in get_feature_word()
H A Dmigration-helpers.c140 QDict *channel = qobject_to(QDict, qlist_entry_obj(entry)); in migrate_set_ports()
H A Dlibqtest.c1540 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_machines()
1595 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_cpu_models()
1733 devinfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_has_device()
H A Dmigration-test.c3450 rate = qobject_to(QDict, qlist_entry_obj(entry)); in get_dirty_rate()
3476 rate = qobject_to(QDict, qlist_entry_obj(entry)); in get_limit_rate()
/openbmc/qemu/qobject/
H A Dqlist.c45 elt = qlist_entry_obj(entry); in qlist_copy()
153 if (!qobject_is_equal(qlist_entry_obj(entry_x), in qlist_is_equal()
154 qlist_entry_obj(entry_y))) in qlist_is_equal()
H A Dqlit.c53 QObject *obj = qlist_entry_obj(e); in qlit_equal_qlist()
H A Dqjson.c204 to_json(writer, NULL, qlist_entry_obj(entry)); in to_json()
H A Dblock-qdict.c73 value = qlist_entry_obj(entry); in qdict_flatten_qlist()
/openbmc/qemu/include/qapi/qmp/
H A Dqlist.h46 static inline QObject *qlist_entry_obj(const QListEntry *entry) in qlist_entry_obj() function
/openbmc/qemu/tests/unit/
H A Dcheck-qlist.c80 qi = qobject_to(QNum, qlist_entry_obj(entry)); in qlist_iter_test()
H A Dtest-qobject-output-visitor.c562 QNum *qvalue = qobject_to(QNum, qlist_entry_obj(e)); in test_visitor_out_list_struct()
573 QNum *qvalue = qobject_to(QNum, qlist_entry_obj(e)); in test_visitor_out_list_struct()
587 QBool *qvalue = qobject_to(QBool, qlist_entry_obj(e)); in test_visitor_out_list_struct()
597 QString *qvalue = qobject_to(QString, qlist_entry_obj(e)); in test_visitor_out_list_struct()
/openbmc/qemu/util/
H A Dqemu-config.c250 QDict *section = qobject_to(QDict, qlist_entry_obj(list_entry)); in config_parse_qdict_section()
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c149 ret = qlist_entry_obj(tos->entry); in qobject_input_try_get_object()