Home
last modified time | relevance | path

Searched refs:qbool_unref (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qapi/qmp/
H A Dqbool.h24 void qbool_unref(QBool *q);
26 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QBool, qbool_unref)
/openbmc/qemu/qobject/
H A Dqbool.c60 void qbool_unref(QBool *q) in qbool_unref() function