| /openbmc/qemu/io/ |
| H A D | task.c | 31 GDestroyNotify destroy; member 41 GDestroyNotify destroy; member 54 GDestroyNotify destroy) in qio_task_new() argument 64 task->destroy = destroy; in qio_task_new() 77 if (task->thread->destroy) { in qio_task_free() 78 task->thread->destroy(task->thread->opaque); in qio_task_free() 88 if (task->destroy) { in qio_task_free() 89 task->destroy(task->opaque); in qio_task_free() 153 GDestroyNotify destroy, in qio_task_run_in_thread() argument 165 data->destroy = destroy; in qio_task_run_in_thread() [all …]
|
| H A D | channel-socket.c | 212 GDestroyNotify destroy, in qio_channel_socket_connect_async() argument 216 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_connect_async() 288 GDestroyNotify destroy, in qio_channel_socket_listen_async() argument 292 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_listen_async() 367 GDestroyNotify destroy, in qio_channel_socket_dgram_async() argument 371 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_dgram_async()
|
| /openbmc/sdeventplus/test/source/ |
| H A D | event.cpp | 64 sd_event_destroy_t destroy; in TEST_F() local 70 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 99 destroy(userdata); in TEST_F() 106 sd_event_destroy_t destroy; in TEST_F() local 112 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 137 destroy(userdata); in TEST_F() 144 sd_event_destroy_t destroy; in TEST_F() local 150 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 175 destroy(userdata); in TEST_F() 196 sd_event_destroy_t destroy; in TEST_F() local [all …]
|
| H A D | base.cpp | 94 sd_event_destroy_t destroy; in make_base() local 100 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in make_base() 112 return {std::move(ret), std::bind(destroy, userdata)}; in make_base() 158 sd_event_destroy_t destroy; in TEST_F() local 164 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 180 destroy(userdata); in TEST_F() 187 sd_event_destroy_t destroy; in TEST_F() local 193 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 207 destroy(userdata); in TEST_F() 213 std::function<void()> destroy; in TEST_F() local [all …]
|
| H A D | signal.cpp | 72 sd_event_destroy_t destroy; in TEST_F() local 78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 108 destroy(userdata); in TEST_F() 132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon7bac141c0111::SignalMethodTest 148 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp() 163 destroy(userdata); in TearDown()
|
| H A D | child.cpp | 73 sd_event_destroy_t destroy; in TEST_F() local 79 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 107 destroy(userdata); in TEST_F() 132 sd_event_destroy_t destroy; member in sdeventplus::source::__anonf0b8bea20111::ChildMethodTest 149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp() 164 destroy(userdata); in TearDown()
|
| H A D | io.cpp | 72 sd_event_destroy_t destroy; in TEST_F() local 78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 108 destroy(userdata); in TEST_F() 132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon8d6417760111::IOMethodTest 149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp() 164 destroy(userdata); in TearDown()
|
| H A D | time.cpp | 79 sd_event_destroy_t destroy; in TEST_F() local 85 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F() 109 destroy(userdata); in TEST_F() 134 sd_event_destroy_t destroy; member in sdeventplus::source::__anon62b35d4d0111::TimeMethodTest 149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp() 166 destroy(userdata); in TearDown()
|
| /openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
| H A D | 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch | 4 Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no 7 Testing rotation-destroy-flush when no lttng kernel modules present, it would 32 .../ust/rotation-destroy-flush/test_rotation_destroy_flush | 6 +++--- 35 …git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/u… 37 --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush 38 +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
|
| /openbmc/qemu/include/io/ |
| H A D | channel-socket.h | 119 GDestroyNotify destroy, 163 GDestroyNotify destroy, 210 GDestroyNotify destroy,
|
| H A D | task.h | 219 GDestroyNotify destroy); 238 GDestroyNotify destroy,
|
| H A D | channel-websock.h | 107 GDestroyNotify destroy);
|
| H A D | channel-tls.h | 144 GDestroyNotify destroy,
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-backend.c | 17 XenBackendDeviceDestroy destroy; member 74 impl->destroy = info->destroy; in xen_backend_register() 182 impl->destroy(backend, errp); in xen_backend_try_device_destroy()
|
| /openbmc/dbus-sensors/src/ |
| H A D | DeviceMgmt.cpp | 102 destroy(); in ~I2CDevice() 133 destroy(); in create() 140 int I2CDevice::destroy() const in destroy() function in I2CDevice
|
| /openbmc/telemetry/src/utils/ |
| H A D | messanger_service.cpp | 17 void MessangerService::destroy(MessangerService::Context& context) in destroy() function in utils::MessangerService
|
| H A D | messanger_service.hpp | 26 void destroy(Context& context);
|
| H A D | messanger.hpp | 26 service_.destroy(context_); in ~MessangerT()
|
| /openbmc/qemu/include/hw/xen/ |
| H A D | xen-backend.h | 23 XenBackendDeviceDestroy destroy; member
|
| /openbmc/qemu/include/hw/virtio/ |
| H A D | vhost-user.h | 57 bool destroy; member
|
| /openbmc/qemu/audio/ |
| H A D | wavcapture.c | 103 .destroy = wav_capture_destroy, 143 ops.destroy = wav_destroy; in wav_start_capture()
|
| H A D | audio.h | 65 void (*destroy) (void *opaque); member 70 void (*destroy) (void *opaque); member
|
| /openbmc/qemu/ebpf/ |
| H A D | rss.bpf.skeleton.h | 32 static inline void destroy(struct rss_bpf *skel); 972 void rss_bpf::destroy(struct rss_bpf *skel) { rss_bpf__destroy(skel); } in destroy() function
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 614 destroy: function destroy() { class 838 destroy: function destroy() { 993 destroy: function destroy() { 998 dataset.destroy(); 1305 destroy: function destroy() { 1306 this.input.destroy(); 1307 this.menu.destroy(); 1471 destroy: function destroy() { 1474 typeahead.destroy();
|
| /openbmc/libmctp/utils/ |
| H A D | mctp-demux-daemon.c | 52 void (*destroy)(struct mctp *mctp, struct binding *binding); member 264 .destroy = NULL, 271 .destroy = binding_astlpc_destroy, 448 if (ctx->binding->destroy) in binding_destroy() 449 ctx->binding->destroy(ctx->mctp, ctx->binding); in binding_destroy()
|