Searched refs:fd_set (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/tools/include/nolibc/
H A Dtypes.h72 /* commonly an fd_set represents 256 FDs */
123 } fd_set; typedef in typeref:struct:__anon753
126 fd_set *__set = (set); \
134 fd_set *__set = (set); \
142 fd_set *__set = (set); \
152 fd_set *__set = (set); \
H A Dsys.h957 * int select(int nfds, fd_set *read_fds, fd_set *write_fds,
958 * fd_set *except_fds, struct timeval *timeout);
962 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout)
967 fd_set *r, *w, *e;
989 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efd
[all...]
/linux-master/tools/lib/subcmd/
H A Dpager.c39 fd_set in;
40 fd_set exception;
/linux-master/include/linux/
H A Dpoll.h113 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
114 fd_set __user *exp, struct timespec64 *end_time);
H A Dtypes.h20 typedef __kernel_fd_set fd_set; typedef
H A Dsyscalls.h481 asmlinkage long sys_pselect6(int, fd_set __user *, fd_set __user *,
482 fd_set __user *, struct __kernel_timespec __user *,
484 asmlinkage long sys_pselect6_time32(int, fd_set __user *, fd_set __user *,
485 fd_set __user *, struct old_timespec32 __user *,
1064 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp,
1065 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
/linux-master/fs/
H A Dselect.c371 * Scalable version of the fd_set.
387 * Use "unsigned long" accesses to let user-mode fd_set's be long-aligned.
625 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp,
626 fd_set __user *exp, struct timespec64 *end_time)
704 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp,
705 fd_set __user *exp, struct __kernel_old_timeval __user *tvp)
726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __use
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h103 fd_set fds;
H A Dsockmap_helpers.h185 fd_set wfds;
211 fd_set rfds;
H A Dtc_redirect.c1106 fd_set rfds, wfds;
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c172 fd_set rfds;
173 fd_set wfds;
174 fd_set efds;
/linux-master/tools/testing/selftests/rtc/
H A Drtctest.c172 fd_set readfds;
197 fd_set readfds;
255 fd_set readfds;
307 fd_set readfds;
365 fd_set readfds;
/linux-master/tools/power/acpi/tools/acpidbg/
H A Dacpidbg.c115 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set)
267 fd_set rfds;
268 fd_set wfds;
338 fd_set rfds;
/linux-master/tools/perf/ui/tui/
H A Dsetup.c60 fd_set read_set;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Drst.c198 fd_set left;
214 fd_set fds, efds;
/linux-master/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c233 fd_set rfds;
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c245 fd_set rfds;
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1035 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp,
1036 fd_set __user *, exp, struct timeval32 __user *, tvp)
/linux-master/samples/mei/
H A Dmei-amt-version.c158 fd_set set;
/linux-master/tools/testing/selftests/net/
H A Dnettest.c1253 fd_set rfds;
1570 fd_set rfds;
1671 fd_set wfd;
H A Dtimestamping.c505 fd_set readfs, errorfs;
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c41 fd_set fds, efds;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c604 fd_set w;
887 fd_set w;
H A Dtest_sock_addr.c1119 fd_set rfds;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c963 CASE_TEST(select_stdout); EXPECT_SYSNE(1, ({ fd_set fds; FD_ZERO(&fds); FD_SET(1, &fds); select(2, NULL, &fds, NULL, NULL); }), -1); break;

Completed in 399 milliseconds

12