Home
last modified time | relevance | path

Searched refs:qio_channel_socket_accept (Results 1 – 9 of 9) sorted by relevance

/qemu/include/io/
H A Dchannel-socket.h261 qio_channel_socket_accept(QIOChannelSocket *ioc,
/qemu/io/
H A Dnet-listener.c47 sioc = qio_channel_socket_accept(QIO_CHANNEL_SOCKET(ioc), in qio_net_listener_channel_func()
194 sioc = qio_channel_socket_accept(QIO_CHANNEL_SOCKET(ioc), in qio_net_listener_wait_client_func()
H A Dtrace-events31 qio_channel_socket_accept(void *ioc) "Socket accept start ioc=%p"
H A Dchannel-socket.c377 qio_channel_socket_accept(QIOChannelSocket *ioc, in qio_channel_socket_accept() function
/qemu/tests/unit/
H A Dtest-yank.c57 cioc = qio_channel_socket_accept(ioc, &error_abort); in accept_thread()
H A Dtest-io-channel-socket.c79 *dst = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in test_io_channel_setup_sync()
147 *dst = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in test_io_channel_setup_async()
H A Dtest-char.c887 cioc = qio_channel_socket_accept(ioc, &error_abort); in char_socket_client_server_thread()
/qemu/tests/qtest/
H A Dtpm-emu.c108 ioc = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in tpm_emu_ctrl_thread()
/qemu/scsi/
H A Dqemu-pr-helper.c807 cioc = qio_channel_socket_accept(QIO_CHANNEL_SOCKET(ioc), in accept_client()