Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 122) sorted by relevance

12345

/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_lib.h77 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 Dpsock_fanout.c235 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 Dmpqemu-link.c39 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 Dlibqmp.c99 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 Dbpf_iter_setsockopt.c22 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 Dcommon.c806 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 Dchannel-block.c54 int **fds, in qio_channel_block_readv()
79 int *fds, in qio_channel_block_writev()
/openbmc/qemu/pc-bios/
H A Dmeson.build3 fds = [ variable
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_create.c13 int *fds; member
149 int *fds = t->fds; in sk_producer() local
/openbmc/qemu/io/
H A Dchannel.c54 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 Dchannel-socket.c456 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 Dchannel-file.c88 int **fds, in qio_channel_file_readv()
117 int *fds, in qio_channel_file_writev()
H A Dchannel-buffer.c55 int **fds, in qio_channel_buffer_readv()
83 int *fds, in qio_channel_buffer_writev()
/openbmc/linux/arch/um/drivers/
H A Dubd_user.c30 int pid, fds[2], err; in start_io_thread() local
/openbmc/linux/scripts/
H A Djobserver-exec28 fds = opts[-1].split("=", 1)[1] variable
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_poll_test.c28 struct pollfd fds; in main() local
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.h20 int fds[2]; member
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dnet_handler.cpp74 struct pollfd fds; in copyFrom() local
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dwait_inotify.c33 struct pollfd fds = { .events = POLLIN, }; in main() local
/openbmc/qemu/hw/block/
H A Dfdc-sysbus.c97 void fdctrl_init_sysbus(qemu_irq irq, hwaddr mmio_base, DriveInfo **fds) in fdctrl_init_sysbus()
114 DriveInfo **fds, qemu_irq *fdc_tc) in sun4m_fdctrl_init()
/openbmc/qemu/contrib/ivshmem-server/
H A Divshmem-server.c387 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/linux/fs/
H A Dselect.c414 #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 Dbutton_config.hpp23 std::vector<int> fds; // store all the fds listen io event which member
/openbmc/qemu/util/
H A Dcompatfd.c59 int fds[2]; in qemu_signalfd_compat() local
/openbmc/qemu/contrib/ivshmem-client/
H A Divshmem-client.c272 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()

12345