Searched refs:qlist_append (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 34 + qlist_append(Obj, E); 36 - qlist_append(Obj, qnum_from_int(E)); 39 - qlist_append(Obj, qbool_from_bool(E)); 42 - qlist_append(Obj, qstring_from_str(E)); 45 - qlist_append(Obj, qnull());
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 69 qlist_append(qlist, qnum_from_int(value)); in qlist_append_int() 74 qlist_append(qlist, qbool_from_bool(value)); in qlist_append_bool() 79 qlist_append(qlist, qstring_from_str(value)); in qlist_append_str() 84 qlist_append(qlist, qnull()); in qlist_append_null()
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlist.h | 33 #define qlist_append(qlist, obj) \ macro
|
/openbmc/qemu/tests/unit/ |
H A D | check-qlist.c | 44 qlist_append(qlist, qi); in qlist_append_test()
|
H A D | check-block-qdict.c | 93 qlist_append(e_1, e_1_2); in qdict_flatten_test() 95 qlist_append(e, e_1); in qdict_flatten_test() 100 qlist_append(y, qdict_new()); in qdict_flatten_test()
|
H A D | check-qobject.c | 174 qlist_append(list_0, qnum_from_double(NAN)); in qobject_is_equal_list_test()
|
/openbmc/qemu/block/ |
H A D | quorum.c | 1185 qlist_append(children_list, in quorum_gather_child_options()
|