Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Dqobject.h93 void qobject_destroy(QObject *obj);
99 qobject_destroy(obj); in qobject_unref_impl()
/openbmc/qemu/qobject/
H A Dqobject.c38 void qobject_destroy(QObject *obj) in qobject_destroy() function