Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 80) sorted by relevance

1234

/openbmc/qemu/io/
H A Dtask.c31 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 Dchannel-socket.c212 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 Devent.cpp64 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 Dbase.cpp94 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 Dsignal.cpp72 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 Dchild.cpp73 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 Dio.cpp72 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 Dtime.cpp79 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 D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4 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 Dchannel-socket.h119 GDestroyNotify destroy,
163 GDestroyNotify destroy,
210 GDestroyNotify destroy,
H A Dtask.h219 GDestroyNotify destroy);
238 GDestroyNotify destroy,
H A Dchannel-websock.h107 GDestroyNotify destroy);
H A Dchannel-tls.h144 GDestroyNotify destroy,
/openbmc/qemu/hw/xen/
H A Dxen-backend.c17 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 DDeviceMgmt.cpp102 destroy(); in ~I2CDevice()
133 destroy(); in create()
140 int I2CDevice::destroy() const in destroy() function in I2CDevice
/openbmc/telemetry/src/utils/
H A Dmessanger_service.cpp17 void MessangerService::destroy(MessangerService::Context& context) in destroy() function in utils::MessangerService
H A Dmessanger_service.hpp26 void destroy(Context& context);
H A Dmessanger.hpp26 service_.destroy(context_); in ~MessangerT()
/openbmc/qemu/include/hw/xen/
H A Dxen-backend.h23 XenBackendDeviceDestroy destroy; member
/openbmc/qemu/include/hw/virtio/
H A Dvhost-user.h57 bool destroy; member
/openbmc/qemu/audio/
H A Dwavcapture.c103 .destroy = wav_capture_destroy,
143 ops.destroy = wav_destroy; in wav_start_capture()
H A Daudio.h65 void (*destroy) (void *opaque); member
70 void (*destroy) (void *opaque); member
/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h32 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 Dtypeahead.jquery.js614 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 Dmctp-demux-daemon.c52 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()

1234