Searched refs:QLIST_FOREACH_ENTRY (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | device-introspect-test.c | 54 QLIST_FOREACH_ENTRY(types, e) { in qom_type_index() 87 QLIST_FOREACH_ENTRY(types, e) { in type_list_find() 155 QLIST_FOREACH_ENTRY(types, e) { in test_qom_list_parents() 178 QLIST_FOREACH_ENTRY(all_types, e) { in test_qom_list_fields() 249 QLIST_FOREACH_ENTRY(types, entry) { in test_device_intro_concrete() 283 QLIST_FOREACH_ENTRY(all_types, e) { in test_abstract_interfaces()
|
H A D | qom-test.c | 41 QLIST_FOREACH_ENTRY(list, entry) { in test_properties()
|
H A D | tpm-emu.c | 227 QLIST_FOREACH_ENTRY(models, e) { in tpm_model_is_available()
|
H A D | drive_del-test.c | 33 QLIST_FOREACH_ENTRY(ret, entry) { in look_for_drive0()
|
H A D | migration-helpers.c | 136 QLIST_FOREACH_ENTRY(channel_list, entry) { in migrate_set_ports()
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 44 QLIST_FOREACH_ENTRY(src, entry) { in qlist_copy() 128 QLIST_FOREACH_ENTRY(qlist, entry) { in qlist_size()
|
H A D | qlit.c | 52 QLIST_FOREACH_ENTRY(qlist, e) { in qlit_equal_qlist()
|
H A D | qjson.c | 203 QLIST_FOREACH_ENTRY(val, entry) { in to_json()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qobject-output-visitor.c | 251 QLIST_FOREACH_ENTRY(qlist, entry) { in test_visitor_out_list() 561 QLIST_FOREACH_ENTRY(qlist, e) { in test_visitor_out_list_struct() 572 QLIST_FOREACH_ENTRY(qlist, e) { in test_visitor_out_list_struct() 586 QLIST_FOREACH_ENTRY(qlist, e) { in test_visitor_out_list_struct() 596 QLIST_FOREACH_ENTRY(qlist, e) { in test_visitor_out_list_struct()
|
H A D | check-qlist.c | 79 QLIST_FOREACH_ENTRY(qlist, entry) { in qlist_iter_test()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlist.h | 41 #define QLIST_FOREACH_ENTRY(qlist, var) \ macro
|
/openbmc/qemu/util/ |
H A D | qemu-config.c | 249 QLIST_FOREACH_ENTRY(list, list_entry) { in config_parse_qdict_section()
|
H A D | keyval.c | 349 QLIST_FOREACH_ENTRY(new, item) { in keyval_do_merge()
|