Home
last modified time | relevance | path

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

12

/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.c201 GDestroyNotify destroy, in qio_channel_socket_connect_async() argument
205 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_connect_async()
277 GDestroyNotify destroy, in qio_channel_socket_listen_async() argument
281 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_listen_async()
356 GDestroyNotify destroy, in qio_channel_socket_dgram_async() argument
360 OBJECT(ioc), callback, opaque, destroy); in qio_channel_socket_dgram_async()
H A Dchannel-tls.c240 GDestroyNotify destroy, in qio_channel_tls_handshake() argument
246 func, opaque, destroy); in qio_channel_tls_handshake()
H A Dchannel-websock.c899 GDestroyNotify destroy) in qio_channel_websock_handshake() argument
906 destroy); in qio_channel_websock_handshake()
/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()
H A Dxen-operations.c400 .destroy = libxenstore_destroy,
/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.h106 GDestroyNotify destroy);
H A Dchannel-tls.h132 GDestroyNotify destroy,
/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
H A Daudio-hmp-cmds.c53 s->ops.destroy (s->opaque); in hmp_stopcapture()
H A Dpwaudio.c207 .destroy = stream_destroy,
214 .destroy = stream_destroy,
H A Dcoreaudio.m632 /* destroy mutex */
635 dolog("Could not destroy mutex\nReason: %s\n", strerror (err));
/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
/qemu/include/hw/xen/
H A Dxen-backend.h23 XenBackendDeviceDestroy destroy; member
H A Dxen_backend_ops.h282 bool (*destroy)(struct qemu_xs_handle *h, xs_transaction_t t, member
366 return xen_xenstore_ops->destroy(h, t, path); in qemu_xen_xs_destroy()
/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh39 prlctl destroy $CT
/qemu/tests/rocker/
H A Dport1 simp destroy ".*"
H A Dbridge1 simp destroy ".*"
H A Dbridge-stp1 simp destroy ".*"
H A Dbridge-vlan1 simp destroy ".*"
H A Dbridge-vlan-stp1 simp destroy ".*"
/qemu/docs/devel/
H A Dmemory.rst165 structure, you should call object_unparent() to destroy the memory region
169 You must not destroy a memory region as long as it may be in use by a
171 destroy memory regions dynamically during a device's lifetime, and only
190 therefore also okay to create or destroy alias and container regions

12