Home
last modified time | relevance | path

Searched refs:qlist_append_bool (Results 1 – 4 of 4) sorted by relevance

/qemu/include/qapi/qmp/
H A Dqlist.h36 void qlist_append_bool(QList *qlist, bool value);
/qemu/scripts/coccinelle/
H A Dqobject.cocci40 + qlist_append_bool(Obj, E);
/qemu/tests/unit/
H A Dcheck-qlit.c48 qlist_append_bool(list, true); in make_qobject()
/qemu/qobject/
H A Dqlist.c72 void qlist_append_bool(QList *qlist, bool value) in qlist_append_bool() function