Searched refs:qio_channel_socket_accept (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/io/ |
H A D | channel-socket.h | 261 qio_channel_socket_accept(QIOChannelSocket *ioc,
|
/openbmc/qemu/io/ |
H A D | net-listener.c | 47 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 D | trace-events | 31 qio_channel_socket_accept(void *ioc) "Socket accept start ioc=%p"
|
H A D | channel-socket.c | 377 qio_channel_socket_accept(QIOChannelSocket *ioc, in qio_channel_socket_accept() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-yank.c | 57 cioc = qio_channel_socket_accept(ioc, &error_abort); in accept_thread()
|
H A D | test-io-channel-socket.c | 79 *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 D | test-char.c | 909 cioc = qio_channel_socket_accept(ioc, &error_abort); in char_socket_client_server_thread()
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 108 ioc = QIO_CHANNEL(qio_channel_socket_accept(lioc, &error_abort)); in tpm_emu_ctrl_thread()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 287 cioc = qio_channel_socket_accept(QIO_CHANNEL_SOCKET(ioc), in accept_client()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 807 cioc = qio_channel_socket_accept(QIO_CHANNEL_SOCKET(ioc), in accept_client()
|