Home
last modified time | relevance | path

Searched refs:qlist_append (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/scripts/coccinelle/
H A Dqobject.cocci34 + 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 Dqlist.c69 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 Dqlist.h33 #define qlist_append(qlist, obj) \ macro
/openbmc/qemu/tests/unit/
H A Dcheck-qlist.c44 qlist_append(qlist, qi); in qlist_append_test()
H A Dcheck-block-qdict.c93 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 Dcheck-qobject.c174 qlist_append(list_0, qnum_from_double(NAN)); in qobject_is_equal_list_test()
/openbmc/qemu/block/
H A Dquorum.c1185 qlist_append(children_list, in quorum_gather_child_options()