Searched refs:qio_channel_socket_new_fd (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/io/ |
H A D | channel-util.c | 33 ioc = QIO_CHANNEL(qio_channel_socket_new_fd(fd, errp)); in qio_channel_new_fd()
|
H A D | trace-events | 18 qio_channel_socket_new_fd(void *ioc, int fd) "Socket new ioc=%p fd=%d"
|
H A D | channel-socket.c | 131 qio_channel_socket_new_fd(int fd, in qio_channel_socket_new_fd() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-io-channel-tls.c | 175 clientChanSock = qio_channel_socket_new_fd( in test_io_channel_tls() 178 serverChanSock = qio_channel_socket_new_fd( in test_io_channel_tls()
|
/openbmc/qemu/include/io/ |
H A D | channel-socket.h | 79 qio_channel_socket_new_fd(int fd,
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-emu.c | 122 s->tpm_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(*pfd, &error_abort)); in tpm_emu_ctrl_thread()
|
/openbmc/qemu/tools/i386/ |
H A D | qemu-vmsr-helper.c | 494 server_ioc = qio_channel_socket_new_fd(FIRST_SOCKET_ACTIVATION_FD, in main()
|
/openbmc/qemu/ |
H A D | qemu-nbd.c | 1077 sioc = qio_channel_socket_new_fd(FIRST_SOCKET_ACTIVATION_FD + i, in main()
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 595 tpm_emu->data_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(fds[0], &err)); in tpm_emulator_prepare_data_fd()
|
/openbmc/qemu/scsi/ |
H A D | qemu-pr-helper.c | 1033 server_ioc = qio_channel_socket_new_fd(FIRST_SOCKET_ACTIVATION_FD, in main()
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 936 sioc = qio_channel_socket_new_fd(fd, NULL); in tcp_chr_add_client()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 1899 ioc = QIO_CHANNEL(qio_channel_socket_new_fd(sv[0], &local_err)); in vhost_setup_backend_channel()
|
/openbmc/qemu/docs/devel/ |
H A D | multi-process.rst | 575 ``qio_channel_socket_new_fd()``. This channel will be used to create a
|
/openbmc/qemu/ui/ |
H A D | vnc.c | 4251 sioc = qio_channel_socket_new_fd(csock, NULL); in vnc_display_add_client()
|