Home
last modified time | relevance | path

Searched refs:qio_channel_socket_new_fd (Results 1 – 13 of 13) sorted by relevance

/qemu/io/
H A Dchannel-util.c33 ioc = QIO_CHANNEL(qio_channel_socket_new_fd(fd, errp)); in qio_channel_new_fd()
H A Dtrace-events18 qio_channel_socket_new_fd(void *ioc, int fd) "Socket new ioc=%p fd=%d"
H A Dchannel-socket.c131 qio_channel_socket_new_fd(int fd, in qio_channel_socket_new_fd() function
/qemu/tests/unit/
H A Dtest-io-channel-tls.c175 clientChanSock = qio_channel_socket_new_fd( in test_io_channel_tls()
178 serverChanSock = qio_channel_socket_new_fd( in test_io_channel_tls()
/qemu/include/io/
H A Dchannel-socket.h79 qio_channel_socket_new_fd(int fd,
/qemu/tests/qtest/
H A Dtpm-emu.c122 s->tpm_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(*pfd, &error_abort)); in tpm_emu_ctrl_thread()
/qemu/scsi/
H A Dqemu-pr-helper.c1033 server_ioc = qio_channel_socket_new_fd(FIRST_SOCKET_ACTIVATION_FD, in main()
/qemu/backends/tpm/
H A Dtpm_emulator.c566 tpm_emu->data_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(fds[0], &err)); in tpm_emulator_prepare_data_fd()
/qemu/
H A Dqemu-nbd.c1074 sioc = qio_channel_socket_new_fd(FIRST_SOCKET_ACTIVATION_FD + i, in main()
/qemu/chardev/
H A Dchar-socket.c921 sioc = qio_channel_socket_new_fd(fd, NULL); in tcp_chr_add_client()
/qemu/hw/virtio/
H A Dvhost-user.c1877 ioc = QIO_CHANNEL(qio_channel_socket_new_fd(sv[0], &local_err)); in vhost_setup_backend_channel()
/qemu/docs/devel/
H A Dmulti-process.rst575 ``qio_channel_socket_new_fd()``. This channel will be used to create a
/qemu/ui/
H A Dvnc.c4254 sioc = qio_channel_socket_new_fd(csock, NULL); in vnc_display_add_client()