Home
last modified time | relevance | path

Searched refs:qlist_next (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/qobject/
H A Dqlist.c159 entry_x = qlist_next(entry_x); in qlist_is_equal()
160 entry_y = qlist_next(entry_y); in qlist_is_equal()
H A Dblock-qdict.c72 for (i = 0; entry; entry = qlist_next(entry), i++) { in qdict_flatten_qlist()
/openbmc/qemu/include/qapi/qmp/
H A Dqlist.h64 static inline const QListEntry *qlist_next(const QListEntry *entry) in qlist_next() function
/openbmc/qemu/tests/qtest/
H A Dtest-x86-cpuid-compat.c123 for (e = qlist_first(features); e; e = qlist_next(e)) { in get_feature_word()
H A Dlibqtest.c1539 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_get_machines()
1594 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_get_cpu_models()
1732 for (p = qlist_first(list), idx = 0; p; p = qlist_next(p), idx++) { in qtest_has_device()
/openbmc/qemu/qapi/
H A Dqobject-input-visitor.c151 tos->entry = qlist_next(tos->entry); in qobject_input_try_get_object()
/openbmc/qemu/block/
H A Dqapi.c818 for (entry = qlist_first(list); entry; entry = qlist_next(entry), i++) { in dump_qlist()
/openbmc/qemu/
H A Dblockdev.c340 for (entry = qlist_first(intervals); entry; entry = qlist_next(entry)) { in parse_stats_intervals()