Searched refs:G_DEFINE_AUTOPTR_CLEANUP_FUNC (Results 1 – 25 of 34) sorted by relevance
12
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 87 G_DEFINE_AUTOPTR_CLEANUP_FUNC (HwmonProxy, g_object_unref) 157 G_DEFINE_AUTOPTR_CLEANUP_FUNC (HwmonSkeleton, g_object_unref) 338 G_DEFINE_AUTOPTR_CLEANUP_FUNC (FanProxy, g_object_unref) 408 G_DEFINE_AUTOPTR_CLEANUP_FUNC (FanSkeleton, g_object_unref) 608 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorValueProxy, g_object_unref) 678 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorValueSkeleton, g_object_unref) 823 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorThresholdProxy, g_object_unref) 893 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorThresholdSkeleton, g_object_unref) 965 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorI2cProxy, g_object_unref) 1035 G_DEFINE_AUTOPTR_CLEANUP_FUNC (SensorI2cSkeleton, g_object_unref) [all …]
|
/openbmc/qemu/include/qapi/qmp/ |
H A D | qnull.h | 31 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QNull, qnull_unref)
|
H A D | qbool.h | 26 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QBool, qbool_unref)
|
H A D | qstring.h | 25 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QString, qstring_unref)
|
H A D | json-writer.h | 22 G_DEFINE_AUTOPTR_CLEANUP_FUNC(JSONWriter, json_writer_free)
|
H A D | qnum.h | 59 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QNum, qnum_unref)
|
H A D | qlist.h | 31 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QList, qlist_unref)
|
H A D | qdict.h | 35 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QDict, qdict_unref)
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-iova-tree.h | 20 G_DEFINE_AUTOPTR_CLEANUP_FUNC(VhostIOVATree, vhost_iova_tree_delete);
|
H A D | vhost-shadow-virtqueue.h | 140 G_DEFINE_AUTOPTR_CLEANUP_FUNC(VhostShadowVirtqueue, vhost_svq_free);
|
/openbmc/openbmc/poky/meta/recipes-gnome/gtk+/gtk+3/ |
H A D | opengl.patch | 426 @@ -30,7 +30,9 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11DeviceXI2, g_object_unref) 427 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11Display, g_object_unref) 428 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11DisplayManager, g_object_unref) 429 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11DragContext, g_object_unref) 431 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11GLContext, g_object_unref) 433 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11Keymap, g_object_unref) 434 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11Screen, g_object_unref) 435 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GdkX11Visual, g_object_unref)
|
/openbmc/qemu/include/crypto/ |
H A D | ivgen.h | 206 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoIVGen, qcrypto_ivgen_free)
|
H A D | hmac.h | 68 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHmac, qcrypto_hmac_free)
|
H A D | cipher.h | 173 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoCipher, qcrypto_cipher_free)
|
H A D | tlssession.h | 164 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoTLSSession, qcrypto_tls_session_free)
|
H A D | akcipher.h | 177 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoAkCipher, qcrypto_akcipher_free)
|
H A D | hash.h | 272 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoHash, qcrypto_hash_free)
|
H A D | block.h | 327 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoBlock, qcrypto_block_free)
|
/openbmc/qemu/crypto/ |
H A D | rsakey.h | 98 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QCryptoAkCipherRSAKey,
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | fw_cfg.h | 52 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QFWCFG, mm_fw_cfg_uninit)
|
/openbmc/qemu/include/ui/ |
H A D | clipboard.h | 275 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QemuClipboardInfo, qemu_clipboard_info_unref)
|
H A D | dmabuf.h | 23 G_DEFINE_AUTOPTR_CLEANUP_FUNC(QemuDmaBuf, qemu_dmabuf_free);
|
/openbmc/qemu/hw/hyperv/ |
H A D | hv-balloon-our_range_memslots.h | 104 G_DEFINE_AUTOPTR_CLEANUP_FUNC(OurRangeMemslots, hvb_our_range_memslots_free)
|
/openbmc/qemu/include/block/ |
H A D | graph-lock.h | 276 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GraphLockableMainloop,
|
/openbmc/qemu/include/qemu/ |
H A D | main-loop.h | 367 G_DEFINE_AUTOPTR_CLEANUP_FUNC(BQLLockAuto, bql_auto_unlock)
|
12