Searched refs:qlist_entry_obj (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | device-introspect-test.c | 55 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 D | qom-test.c | 42 tuple = qobject_to(QDict, qlist_entry_obj(entry)); in test_properties()
|
H A D | test-x86-cpuid-compat.c | 124 QDict *w = qobject_to(QDict, qlist_entry_obj(e)); in get_feature_word()
|
H A D | tpm-emu.c | 228 QString *s = qobject_to(QString, qlist_entry_obj(e)); in tpm_model_is_available()
|
H A D | migration-helpers.c | 137 QDict *channel = qobject_to(QDict, qlist_entry_obj(entry)); in migrate_set_ports()
|
H A D | libqtest.c | 1535 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_machines() 1590 minfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_get_cpu_models() 1729 devinfo = qobject_to(QDict, qlist_entry_obj(p)); in qtest_has_device()
|
H A D | migration-test.c | 3445 rate = qobject_to(QDict, qlist_entry_obj(entry)); in get_dirty_rate() 3471 rate = qobject_to(QDict, qlist_entry_obj(entry)); in get_limit_rate()
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 45 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 D | qlit.c | 53 QObject *obj = qlist_entry_obj(e); in qlit_equal_qlist()
|
H A D | qjson.c | 204 to_json(writer, NULL, qlist_entry_obj(entry)); in to_json()
|
H A D | block-qdict.c | 73 value = qlist_entry_obj(entry); in qdict_flatten_qlist()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlist.h | 46 static inline QObject *qlist_entry_obj(const QListEntry *entry) in qlist_entry_obj() function
|
/openbmc/qemu/tests/unit/ |
H A D | check-qlist.c | 80 qi = qobject_to(QNum, qlist_entry_obj(entry)); in qlist_iter_test()
|
H A D | test-qobject-output-visitor.c | 562 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 D | qemu-config.c | 250 QDict *section = qobject_to(QDict, qlist_entry_obj(list_entry)); in config_parse_qdict_section()
|
/openbmc/qemu/qapi/ |
H A D | qobject-input-visitor.c | 149 ret = qlist_entry_obj(tos->entry); in qobject_input_try_get_object()
|