Searched refs:qlist_pop (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | check-qlit.c | 80 obj = qlist_pop(bee); in qobject_from_qlit_test() 83 obj = qlist_pop(bee); in qobject_from_qlit_test() 86 obj = qlist_pop(bee); in qobject_from_qlit_test()
|
H A D | check-block-qdict.c | 213 dict1 = qobject_to(QDict, qlist_pop(test_list)); in qdict_array_split_test() 214 dict2 = qobject_to(QDict, qlist_pop(test_list)); in qdict_array_split_test() 215 int1 = qobject_to(QNum, qlist_pop(test_list)); in qdict_array_split_test() 282 int1 = qobject_to(QNum, qlist_pop(test_list)); in qdict_array_split_test() 462 rule = qobject_to(QDict, qlist_pop(rules)); in qdict_crumple_test_recursive() 469 rule = qobject_to(QDict, qlist_pop(rules)); in qdict_crumple_test_recursive() 491 empty_list_0 = qobject_to(QDict, qlist_pop(empty_list)); in qdict_crumple_test_recursive()
|
H A D | test-keyval.c | 262 qstr = qobject_to(QString, qlist_pop(qlist)); in check_list012() 737 qstr = qobject_to(QString, qlist_pop(qlist)); in test_keyval_visit_any() 740 qstr = qobject_to(QString, qlist_pop(qlist)); in test_keyval_visit_any()
|
/openbmc/qemu/tests/qtest/ |
H A D | numa-test.c | 96 while ((e = qlist_pop(cpus))) { in test_query_cpus() 139 while ((e = qlist_pop(cpus))) { in pc_numa_cpu() 192 while ((e = qlist_pop(cpus))) { in spapr_numa_cpu() 236 while ((e = qlist_pop(cpus))) { in aarch64_numa_cpu() 286 while ((e = qlist_pop(cpus))) { in loongarch64_numa_cpu() 352 while ((e = qlist_pop(cpus))) { in pc_dynamic_cpu_cfg()
|
H A D | cpu-plug-test.c | 48 while ((e = qlist_pop(cpus))) { in test_plug_with_device_add()
|
H A D | virtio-net-failover.c | 143 while ((obj = qlist_pop(list))) { in find_device() 192 while ((obj = qlist_pop(ret))) { in get_bus()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlist.h | 54 QObject *qlist_pop(QList *qlist);
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 87 QObject *qlist_pop(QList *qlist) in qlist_pop() function
|
/openbmc/qemu/block/ |
H A D | rbd.c | 321 name = qobject_to(QString, qlist_pop(keypairs)); in qemu_rbd_set_keypairs() 322 value = qobject_to(QString, qlist_pop(keypairs)); in qemu_rbd_set_keypairs()
|