Home
last modified time | relevance | path

Searched defs:fds (Results 251 - 275 of 396) sorted by relevance

1...<<111213141516

/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dfile.c375 int os_pipe(int *fds, int stream, int close_on_exec) in os_pipe() argument
646 int os_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, in os_sendmsg_fds() argument
673 memcpy(CMSG_DATA(cmsg), fds, fds_siz in os_sendmsg_fds() local
681 os_poll(unsigned int n, const int *fds) os_poll() argument
[all...]
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtime.c154 int fds[2] = { fd, time_travel_ext_fd }; in __time_travel_wait_readable() local
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dcommon.c654 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag() argument
713 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds() argument
781 int *fds = NULL; prog_parse_fd() local
806 map_fd_by_name(char *name, int **fds) map_fd_by_name() argument
864 map_parse_fds(int *argc, char ***argv, int **fds) map_parse_fds() argument
918 int *fds = NULL; map_parse_fd() local
[all...]
H A Dmap.c648 int *fds = NULL; in do_show_subset() local
773 maps_have_btf(int *fds, int nb_fds) maps_have_btf() argument
907 int *fds = NULL; do_dump() local
[all...]
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c86 __s32 *fds; member
/kernel/linux/linux-6.6/io_uring/
H A Drsrc.c359 __s32 __user *fds = u64_to_user_ptr(up->data); in __io_sqe_files_update() local
575 __s32 __user *fds = u64_to_user_ptr(up->arg); in io_files_update_with_index_alloc() local
703 __s32 __user *fds = (__s32 __user *) arg; in io_sqe_files_register() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dudpgso_bench_tx.c243 struct pollfd fds = {0}; in flush_errqueue() local
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H A Dcgroup_util.c637 struct pollfd fds = { in cg_wait_for() local
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dvsock_test.c212 int fds[MULTICONN_NFDS]; in test_stream_multiconn_client() local
236 int fds[MULTICONN_NFDS]; in test_stream_multiconn_server() local
909 struct pollfd fds; test_stream_poll_rcvlowat_client() local
[all...]
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_force_umount.c287 static int ErrorFopPoll(struct file *filep, poll_table *fds) in ErrorFopPoll() argument
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dsockets_porting.c253 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
/kernel/uniproton/src/net/lwip-2.1/src/
H A Dsockets.c245 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dmap.c633 int *fds = NULL; in do_show_subset() local
768 maps_have_btf(int *fds, int nb_fds) maps_have_btf() argument
901 int *fds = NULL; do_dump() local
[all...]
/test/xts/acts/communication_lite/lwip_posix/src/
H A DActsLwipTest.cpp419 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerForFork() local
[all...]
/test/xts/acts/communication_lite/lwip_hal/src/
H A Dlwip_func_test.c354 int fds[TEST_FD_COUNT] = {-1, -1, -1, -1, -1, -1, -1, -1, -1, -1}; in SelectServerTask() local
[all...]
/third_party/backends/backend/
H A Dtamarack.c1329 int fds[2]; in sane_start() local
H A Du12.c1557 int fds[2]; in sane_start() local
/third_party/curl/lib/
H A Deasy.c561 struct pollfd fds[4]; in wait_or_timeout() local
/third_party/libuv/src/unix/
H A Dstream.c284 int fds[2]; in uv__stream_try_select() local
[all...]
/third_party/libuv/src/win/
H A Dtcp.c1560 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dmount.c421 int fds[2], pid; in fuse_mount_fusermount() local
[all...]
/third_party/musl/porting/linux/user/src/fortify/
H A Dfortify.c103 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
110 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/musl/src/fortify/linux/
H A Dfortify.c114 int __poll_chk(struct pollfd* fds, nfds_t fd_count, int timeout, size_t fds_size) in __poll_chk() argument
121 int __ppoll_chk(struct pollfd* fds, nfds_t fd_count, const struct timespec* timeout, in __ppoll_chk() argument
/third_party/libinput/tools/
H A Dlibinput-debug-events.c969 struct pollfd fds; in mainloop() local
H A Dlibinput-debug-tablet.c56 struct pollfd fds[2]; member
[all...]

Completed in 30 milliseconds

1...<<111213141516