/openbmc/linux/tools/testing/selftests/net/ |
H A D | psock_lib.h | 77 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open() 113 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() 135 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send() 140 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
|
H A D | psock_fanout.c | 235 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() 269 int fds[2]; in test_control_group() local 306 int fds[3]; in test_control_group_max_num_members() local 356 int fds[3]; in test_unique_fanout_group_ids() local 414 int fds[2], fds_udp[2][2], ret; in test_datapath() local
|
/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/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/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter_setsockopt.c | 22 static unsigned int set_bpf_cubic(int *fds, unsigned int nr_fds) in set_bpf_cubic() 35 static unsigned int check_bpf_dctcp(int *fds, unsigned int nr_fds) in check_bpf_dctcp()
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 806 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag() 874 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds() 942 int *fds = NULL; in prog_parse_fd() local 967 static int map_fd_by_name(char *name, int **fds) in map_fd_by_name() 1025 int map_parse_fds(int *argc, char ***argv, int **fds) in map_parse_fds() 1079 int *fds = NULL; in map_parse_fd() 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/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_local_storage_create.c | 13 int *fds; member 149 int *fds = t->fds; in sk_producer() local
|
/openbmc/qemu/pc-bios/ |
H A D | meson.build | 3 fds = [ variable
|
/openbmc/qemu/io/ |
H A D | channel-socket.c | 456 int **fds, size_t *nfds) in qio_channel_socket_copy_fds() 504 int **fds, in qio_channel_socket_readv() 557 int *fds, in qio_channel_socket_writev() 637 int **fds, in qio_channel_socket_readv() 685 int *fds, in qio_channel_socket_writev()
|
H A D | channel.c | 54 int **fds, in qio_channel_readv_full() 82 int *fds, in qio_channel_writev_full() 132 int **fds, size_t *nfds, in qio_channel_readv_full_all_eof() 222 int **fds, size_t *nfds, in qio_channel_readv_full_all() 249 int *fds, size_t nfds, in qio_channel_writev_full_all()
|
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()
|
/openbmc/linux/arch/um/drivers/ |
H A D | ubd_user.c | 30 int pid, fds[2], err; in start_io_thread() local
|
/openbmc/linux/scripts/ |
H A D | jobserver-exec | 28 fds = opts[-1].split("=", 1)[1] variable
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ |
H A D | lib.h | 20 int fds[2]; member
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_poll_test.c | 28 struct pollfd fds; in main() 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/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | net_handler.cpp | 74 struct pollfd fds; in copyFrom() local
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | wait_inotify.c | 33 struct pollfd fds = { .events = POLLIN, }; in main() local
|
/openbmc/linux/fs/ |
H A D | select.c | 414 #define FDS_IN(fds, n) (fds->in + n) argument 415 #define FDS_OUT(fds, n) (fds->out + n) argument 416 #define FDS_EX(fds, n) (fds->ex + n) argument 418 #define BITS(fds, n) (*FDS_IN(fds, n)|*FDS_OUT(fds, n)|*FDS_EX(fds, n)) argument 420 static int max_select_fd(unsigned long n, fd_set_bits *fds) in max_select_fd() 479 static noinline_for_stack int do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) in do_select() 628 fd_set_bits fds; in core_sys_select() local 1022 struct pollfd *fds = walk->entries; in do_sys_poll() local 1198 fd_set_bits fds; in compat_core_sys_select() local
|
/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/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/linux/samples/nitro_enclaves/ |
H A D | ne_ioctl_sample.c | 199 struct pollfd fds[1] = {}; in ne_poll_enclave_fd() local 656 struct pollfd fds[1] = {}; in ne_start_enclave_check_booted() local
|
/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()
|