Home
last modified time | relevance | path

Searched refs:aio_set_fd_handler (Results 1 – 25 of 144) sorted by relevance

123456

/dports/emulators/qemu5/qemu-5.2.0/util/
H A Dvhost-user-server.c252 aio_set_fd_handler(server->ioc->ctx, fd, true, kick_handler, in set_watch()
273 aio_set_fd_handler(server->ioc->ctx, fd, true, NULL, NULL, NULL, NULL); in remove_watch()
336 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_stop()
379 aio_set_fd_handler(ctx, vu_fd_watch->fd, true, kick_handler, NULL, in vhost_user_server_attach_aio_context()
393 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_detach_aio_context()
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu/qemu-6.2.0/util/
H A Dvhost-user-server.c252 aio_set_fd_handler(server->ioc->ctx, fd, true, kick_handler, in set_watch()
273 aio_set_fd_handler(server->ioc->ctx, fd, true, NULL, NULL, NULL, NULL); in remove_watch()
336 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_stop()
379 aio_set_fd_handler(ctx, vu_fd_watch->fd, true, kick_handler, NULL, in vhost_user_server_attach_aio_context()
393 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_detach_aio_context()
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/util/
H A Dvhost-user-server.c252 aio_set_fd_handler(server->ioc->ctx, fd, true, kick_handler, in set_watch()
273 aio_set_fd_handler(server->ioc->ctx, fd, true, NULL, NULL, NULL, NULL); in remove_watch()
336 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_stop()
379 aio_set_fd_handler(ctx, vu_fd_watch->fd, true, kick_handler, NULL, in vhost_user_server_attach_aio_context()
393 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_detach_aio_context()
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in get_allocation_granularity()
90 aio_set_fd_handler(
/dports/emulators/qemu60/qemu-6.0.0/util/
H A Dvhost-user-server.c252 aio_set_fd_handler(server->ioc->ctx, fd, true, kick_handler, in set_watch()
273 aio_set_fd_handler(server->ioc->ctx, fd, true, NULL, NULL, NULL, NULL); in remove_watch()
336 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_stop()
379 aio_set_fd_handler(ctx, vu_fd_watch->fd, true, kick_handler, NULL, in vhost_user_server_attach_aio_context()
393 aio_set_fd_handler(server->ctx, vu_fd_watch->fd, true, in vhost_user_server_detach_aio_context()
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/util/
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu42/qemu-4.2.1/util/
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu-utils/qemu-4.2.1/util/
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/util/
H A Dqemu-coroutine-io.c78 aio_set_fd_handler(data->ctx, data->fd, false, NULL, NULL, NULL, NULL); in fd_coroutine_enter()
90 aio_set_fd_handler( in yield_until_fd_readable()
/dports/emulators/qemu42/qemu-4.2.1/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu/qemu-6.2.0/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu60/qemu-6.0.0/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/io/
H A Dchannel-command.c348 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
349 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu5/qemu-5.2.0/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu-utils/qemu-4.2.1/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque);
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque);
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/io/
H A Dchannel-command.c349 aio_set_fd_handler(ctx, cioc->readfd, false, io_read, NULL, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
350 aio_set_fd_handler(ctx, cioc->writefd, false, NULL, io_write, NULL, opaque); in qio_channel_command_set_aio_fd_handler()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dcurl.c127 aio_set_fd_handler(s->aio_context, socket->fd, false, in curl_drop_socket()
175 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
179 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
183 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
187 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dcurl.c127 aio_set_fd_handler(s->aio_context, socket->fd, false, in curl_drop_socket()
175 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
179 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
183 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
187 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dcurl.c127 aio_set_fd_handler(s->aio_context, socket->fd, false, in curl_drop_socket()
175 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
179 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
183 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
187 aio_set_fd_handler(s->aio_context, fd, false, in curl_sock_cb()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/util/
H A Diohandler.c65 aio_set_fd_handler(iohandler_ctx, fd, false, in qemu_set_fd_handler()

123456