Home
last modified time | relevance | path

Searched defs:fds (Results 226 - 250 of 341) sorted by relevance

12345678910>>...14

/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...]
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c392 int fds[2]; in setup() local
/third_party/libfuse/lib/
H A Dmount.c314 int fds[2], pid; in setup_auto_unmount() local
374 int fds[ in fuse_mount_fusermount() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c466 int fence_fd, *fds; in dri3_get_front_buffer() local
/third_party/mesa3d/src/gbm/main/
H A Dgbm.h322 int fds[GBM_MAX_PLANES]; member
/third_party/node/deps/uv/src/win/
H A Dtcp.c1592 int uv_socketpair(int type, int protocol, uv_os_sock_t fds[2], int flags0, int flags1) { in uv_socketpair() argument
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvirtio_uml.c577 int fds[2]; in vhost_user_set_mem_table() local
81 full_sendmsg_fds(int fd, const void *buf, unsigned int len, const int *fds, unsigned int fds_num) full_sendmsg_fds() argument
213 vhost_user_send(struct virtio_uml_device *vu_dev, bool need_response, struct vhost_user_msg *msg, int *fds, size_t num_fds) vhost_user_send() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c342 struct pollfd fds = { in copyfd_io_poll() local
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dnodelist.h247 struct jffs2_full_dirent *fds; member
/kernel/linux/linux-5.10/fs/
H A Dfile.c720 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() local
H A Dselect.c419 max_select_fd(unsigned long n, fd_set_bits *fds) max_select_fd() argument
478 do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) do_select() argument
627 fd_set_bits fds; core_sys_select() local
1021 struct pollfd *fds = walk->entries; do_sys_poll() local
1197 fd_set_bits fds; compat_core_sys_select() local
[all...]
/kernel/linux/linux-5.10/kernel/
H A Daudit.h199 int fds[2]; member
/kernel/linux/linux-5.10/drivers/staging/greybus/tools/
H A Dloopback_test.c102 struct pollfd fds[MAX_NUM_DEVICES]; member
[all...]
/kernel/linux/linux-6.6/fs/
H A Dfile.c735 struct files_struct *cur_fds = me->files, *fds = NULL; in __close_range() local
H A Dselect.c420 max_select_fd(unsigned long n, fd_set_bits *fds) max_select_fd() argument
479 do_select(int n, fd_set_bits *fds, struct timespec64 *end_time) do_select() argument
628 fd_set_bits fds; core_sys_select() local
1022 struct pollfd *fds = walk->entries; do_sys_poll() local
1198 fd_set_bits fds; compat_core_sys_select() local
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dnodelist.h247 struct jffs2_full_dirent *fds; member
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dmt6370-charger.c684 const struct mt6370_chg_field *fds = mt6370_chg_fields; in mt6370_chg_init_rmap_fields() local
/kernel/linux/linux-6.6/kernel/
H A Daudit.h209 int fds[2]; member
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dcow.c127 int fds[2]; in child_vmsplice_memcmp_fn() local
251 int ret, fds[2]; in do_test_vmsplice_in_parent() local
[all...]
/kernel/liteos_a/kernel/common/
H A Dconsole.c551 INT32 FilepPoll(struct file *filep, const struct file_operations_vfs *fops, poll_table *fds) in FilepPoll() argument
939 STATIC INT32 ConsolePoll(struct file *filep, poll_table *fds) in ConsolePoll() argument
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dcommon.c734 static int prog_fd_by_nametag(void *nametag, int **fds, bool tag) in prog_fd_by_nametag() argument
802 int prog_parse_fds(int *argc, char ***argv, int **fds) in prog_parse_fds() argument
870 int *fds = NULL; prog_parse_fd() local
895 map_fd_by_name(char *name, int **fds) map_fd_by_name() argument
953 map_parse_fds(int *argc, char ***argv, int **fds) map_parse_fds() argument
1007 int *fds = NULL; map_parse_fd() local
[all...]
/kernel/linux/linux-6.6/tools/include/nolibc/
H A Dtypes.h123 unsigned long fds[(FD_SETSIZE + FD_SETBITMASK) / FD_SETIDXMASK]; member

Completed in 36 milliseconds

12345678910>>...14