/qemu/hw/remote/ |
H A D | mpqemu-link.c | 39 int *fds = NULL; in mpqemu_msg_send() local 95 static ssize_t mpqemu_read(QIOChannel *ioc, void *buf, size_t len, int **fds, in mpqemu_read() 125 g_autofree int *fds = NULL; in mpqemu_msg_recv() local
|
/qemu/pc-bios/ |
H A D | meson.build | 3 fds = [ variable
|
/qemu/tests/qtest/ |
H A D | libqmp.c | 99 static void socket_send_fds(int socket_fd, int *fds, size_t fds_num, in socket_send_fds() 138 _qmp_fd_vsend_fds(int fd, int *fds, size_t fds_num, in _qmp_fd_vsend_fds() 181 void qmp_fd_vsend_fds(int fd, int *fds, size_t fds_num, in qmp_fd_vsend_fds()
|
H A D | libqtest.c | 832 void qtest_qmp_vsend_fds(QTestState *s, int *fds, size_t fds_num, in qtest_qmp_vsend_fds() 847 QDict *qtest_vqmp_fds(QTestState *s, int *fds, size_t fds_num, in qtest_vqmp_fds() 866 QDict *qtest_qmp_fds(QTestState *s, int *fds, size_t fds_num, in qtest_qmp_fds() 1472 QDict *qtest_vqmp_fds_assert_success_ref(QTestState *qts, int *fds, size_t nfds, in qtest_vqmp_fds_assert_success_ref() 1493 void qtest_vqmp_fds_assert_success(QTestState *qts, int *fds, size_t nfds, in qtest_vqmp_fds_assert_success() 1532 QDict *qtest_qmp_fds_assert_success_ref(QTestState *qts, int *fds, size_t nfds, in qtest_qmp_fds_assert_success_ref() 1543 void qtest_qmp_fds_assert_success(QTestState *qts, int *fds, size_t nfds, in qtest_qmp_fds_assert_success()
|
/qemu/migration/ |
H A D | channel-block.c | 54 int **fds, in qio_channel_block_readv() 79 int *fds, in qio_channel_block_writev()
|
H A D | cpr.c | 25 CprFdList fds; member
|
/qemu/util/ |
H A D | compatfd.c | 59 int fds[2]; in qemu_signalfd_compat() local
|
H A D | event_notifier-posix.c | 37 int fds[2]; in event_notifier_init() local
|
/qemu/io/ |
H A D | channel-socket.c | 467 int **fds, size_t *nfds) in qio_channel_socket_copy_fds() 515 int **fds, in qio_channel_socket_readv() 568 int *fds, in qio_channel_socket_writev() 648 int **fds, in qio_channel_socket_readv() 696 int *fds, in qio_channel_socket_writev()
|
H A D | channel-buffer.c | 55 int **fds, in qio_channel_buffer_readv() 83 int *fds, in qio_channel_buffer_writev()
|
H A D | channel-command.c | 205 int **fds, in qio_channel_command_readv() 240 int *fds, in qio_channel_command_writev()
|
H A D | channel-file.c | 110 int **fds, in qio_channel_file_readv() 139 int *fds, in qio_channel_file_writev()
|
H A D | channel.c | 54 int **fds, in qio_channel_readv_full() 82 int *fds, in qio_channel_writev_full() 133 int **fds, size_t *nfds, in qio_channel_readv_full_all_eof() 224 int **fds, size_t *nfds, in qio_channel_readv_full_all() 252 int *fds, size_t nfds, in qio_channel_writev_full_all()
|
H A D | channel-tls.c | 348 int **fds, in qio_channel_tls_readv() 386 int *fds, in qio_channel_tls_writev()
|
/qemu/contrib/ivshmem-server/ |
H A D | ivshmem-server.c | 387 ivshmem_server_get_fds(const IvshmemServer *server, fd_set *fds, int *maxfd) in ivshmem_server_get_fds() 410 ivshmem_server_handle_fds(IvshmemServer *server, fd_set *fds, int maxfd) in ivshmem_server_handle_fds()
|
H A D | main.c | 149 fd_set fds; in ivshmem_server_poll_events() local
|
/qemu/hw/block/ |
H A D | fdc-sysbus.c | 99 void fdctrl_init_sysbus(qemu_irq irq, hwaddr mmio_base, DriveInfo **fds) in fdctrl_init_sysbus() 116 DriveInfo **fds, qemu_irq *fdc_tc) in sun4m_fdctrl_init()
|
/qemu/contrib/ivshmem-client/ |
H A D | ivshmem-client.c | 272 ivshmem_client_get_fds(const IvshmemClient *client, fd_set *fds, int *maxfd) in ivshmem_client_get_fds() 328 ivshmem_client_handle_fds(IvshmemClient *client, fd_set *fds, int maxfd) in ivshmem_client_handle_fds()
|
H A D | main.c | 135 fd_set fds; in ivshmem_client_poll_events() local
|
/qemu/chardev/ |
H A D | char-fe.c | 125 int qemu_chr_fe_get_msgfds(CharBackend *be, int *fds, int len) in qemu_chr_fe_get_msgfds() 137 int qemu_chr_fe_set_msgfds(CharBackend *be, int *fds, int num) in qemu_chr_fe_set_msgfds()
|
H A D | char-io.c | 151 int *fds, size_t nfds) in io_channel_send_full()
|
/qemu/ |
H A D | os-posix.c | 216 int fds[2]; in os_daemonize() local
|
/qemu/include/hw/remote/ |
H A D | mpqemu-link.h | 88 int fds[REMOTE_MAX_FDS]; member
|
/qemu/scripts/coverity-scan/ |
H A D | model.c | 263 int g_poll (GPollFD *fds, unsigned nfds, int timeout) in g_poll()
|
/qemu/tests/unit/ |
H A D | test-iov.c | 161 fd_set fds; in test_io() local
|