Searched refs:qlist_append_obj (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/qapi/qmp/ |
H A D | qlist.h | 34 qlist_append_obj(qlist, QOBJECT(obj)) 53 void qlist_append_obj(QList *qlist, QObject *obj);
|
/openbmc/qemu/qobject/ |
H A D | qlist.c | 47 qlist_append_obj(dst, elt); in qlist_copy() 57 void qlist_append_obj(QList *qlist, QObject *value) in qlist_append_obj() function
|
H A D | block-qdict.c | 254 qlist_append_obj(*dst, QOBJECT(subqdict)); in qdict_array_split() 258 qlist_append_obj(*dst, subqobj); in qdict_array_split() 517 qlist_append_obj(qobject_to(QList, dst), qobject_ref(child)); in qdict_crumple()
|
H A D | qlit.c | 114 qlist_append_obj(qlist, qobject_from_qlit(e)); in qobject_from_qlit()
|
H A D | json-parser.c | 388 qlist_append_obj(list, obj); in parse_array() 408 qlist_append_obj(list, obj); in parse_array()
|
/openbmc/qemu/scripts/coccinelle/ |
H A D | qobject.cocci | 33 - qlist_append_obj(Obj, QOBJECT(E));
|
/openbmc/qemu/util/ |
H A D | keyval.c | 351 qlist_append_obj(old, item->value); in keyval_do_merge() 495 qlist_append_obj(list, elt[i]); in keyval_listify()
|
/openbmc/qemu/qapi/ |
H A D | qobject-output-visitor.c | 100 qlist_append_obj(qobject_to(QList, cur), value); in qobject_output_add_obj()
|