| /openbmc/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
|
| /openbmc/qemu/pc-bios/ |
| H A D | meson.build | 3 fds = [ variable
|
| /openbmc/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()
|
| /openbmc/qemu/include/migration/ |
| H A D | cpr.h | 24 CprFdList fds; member
|
| /openbmc/qemu/hw/vfio-user/ |
| H A D | proxy.c | 65 VFIOUserFDs *fds = msg->fds; in vfio_user_send_qio() local 91 VFIOUserFDs *fds) in vfio_user_getmsg() 136 VFIOUserFDs *fds = g_malloc0(sizeof(*fds) + (numfds * sizeof(int))); in vfio_user_getfds() local 648 VFIOUserFDs *fds, int rsize, Error **errp) in vfio_user_send_nowait() 682 VFIOUserFDs *fds, int rsize, Error **errp) in vfio_user_send_wait() 733 VFIOUserFDs *fds, Error **errp) in vfio_user_send_async() 852 VFIOUserFDs *fds = msg->fds; in vfio_user_putfds() local
|
| H A D | device.c | 79 VFIOUserFDs *fds) in vfio_user_get_region_info() 134 VFIOUserFDs fds = { 0, 1, fd}; in vfio_user_device_io_get_region_info() local
|
| H A D | proxy.h | 24 int *fds; member 38 VFIOUserFDs *fds; member
|
| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
| H A D | net_handler.cpp | 74 struct pollfd fds; in copyFrom() local
|
| /openbmc/qemu/migration/ |
| H A D | channel-block.c | 54 int **fds, in qio_channel_block_readv() 79 int *fds, in qio_channel_block_writev()
|
| /openbmc/phosphor-buttons/inc/ |
| H A D | button_config.hpp | 23 std::vector<int> fds; // store all the fds listen io event which member
|
| /openbmc/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
|
| /openbmc/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()
|
| /openbmc/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()
|
| /openbmc/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()
|
| /openbmc/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
|
| /openbmc/u-boot/tools/gdb/ |
| H A D | serial.c | 85 fd_set fds; in serialreadchar() local
|
| /openbmc/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()
|
| /openbmc/obmc-ikvm/ |
| H A D | ikvm_video.cpp | 59 fd_set fds; in getFrame() local
|
| /openbmc/phosphor-logging/ |
| H A D | util.cpp | 149 struct pollfd fds = { in journalSync() local
|