/Linux-v5.4/arch/powerpc/kernel/ |
D | syscalls.c | 82 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use… in ppc_select() 89 || __get_user(inp, ((fd_set __user * __user *)(buffer+1))) in ppc_select() 90 || __get_user(outp, ((fd_set __user * __user *)(buffer+2))) in ppc_select() 91 || __get_user(exp, ((fd_set __user * __user *)(buffer+3))) in ppc_select()
|
/Linux-v5.4/fs/ |
D | select.c | 621 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select() 622 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 700 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select() 701 fd_set __user *exp, struct timeval __user *tvp) in kern_select() 722 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 723 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() 728 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() 729 fd_set __user *exp, void __user *tsp, in do_pselect() 769 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() 770 fd_set __user *, exp, struct __kernel_timespec __user *, tsp, in SYSCALL_DEFINE6() [all …]
|
/Linux-v5.4/include/linux/ |
D | poll.h | 119 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, 120 fd_set __user *exp, struct timespec64 *end_time);
|
D | types.h | 15 typedef __kernel_fd_set fd_set; typedef
|
D | syscalls.h | 486 asmlinkage long sys_pselect6(int, fd_set __user *, fd_set __user *, 487 fd_set __user *, struct __kernel_timespec __user *, 489 asmlinkage long sys_pselect6_time32(int, fd_set __user *, fd_set __user *, 490 fd_set __user *, struct old_timespec32 __user *, 1100 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, 1101 fd_set __user *exp, struct timeval __user *tvp);
|
/Linux-v5.4/tools/testing/selftests/rtc/ |
D | rtctest.c | 91 fd_set readfds; in TEST_F() 116 fd_set readfds; in TEST_F() 170 fd_set readfds; in TEST_F() 218 fd_set readfds; 272 fd_set readfds;
|
/Linux-v5.4/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 172 fd_set rfds; 173 fd_set wfds; 174 fd_set efds;
|
/Linux-v5.4/tools/lib/subcmd/ |
D | pager.c | 39 fd_set in; in pager_preexec() 40 fd_set exception; in pager_preexec()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 95 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use…
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | func-select.rst | 32 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct … 67 :c:func:`struct fd_set`. When the function timed out it returns
|
D | v4l2grab.c.rst | 67 fd_set fds;
|
D | capture.c.rst | 191 fd_set fds;
|
/Linux-v5.4/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 115 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) in acpi_aml_set_fd() 267 fd_set rfds; in acpi_aml_loop() 268 fd_set wfds; in acpi_aml_loop() 338 fd_set rfds; in acpi_aml_readable()
|
/Linux-v5.4/tools/include/nolibc/ |
D | nolibc.h | 184 typedef struct { uint32_t fd32[FD_SETSIZE/32]; } fd_set; typedef 1649 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() 1654 fd_set *r, *w, *e; in sys_select() 2123 int select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in select() 2439 void FD_ZERO(fd_set *set) in FD_ZERO() 2445 void FD_SET(int fd, fd_set *set) in FD_SET()
|
/Linux-v5.4/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 114 fd_set selFDs; in sendtosocket() 169 fd_set recvFDs; in receivefromsocket()
|
/Linux-v5.4/tools/perf/ui/tui/ |
D | setup.c | 59 fd_set read_set; in ui__getch()
|
/Linux-v5.4/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 215 fd_set rfds; in main()
|
/Linux-v5.4/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 245 fd_set rfds; in main()
|
/Linux-v5.4/tools/testing/selftests/net/ |
D | nettest.c | 924 fd_set rfds; in msg_loop() 1170 fd_set rfds; in do_server() 1252 fd_set wfd; in wait_for_connect()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | osf_sys.c | 1101 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 1102 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
|
/Linux-v5.4/samples/mei/ |
D | mei-amt-version.c | 178 fd_set set; in mei_send_msg()
|
/Linux-v5.4/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 463 fd_set readfs, errorfs; in main()
|
/Linux-v5.4/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 482 fd_set w; in msg_loop() 724 fd_set w; in forever_ping_pong()
|
D | test_sock_addr.c | 1325 fd_set rfds; in recvmsg_from_client()
|
/Linux-v5.4/Documentation/usb/ |
D | gadget_hid.rst | 377 fd_set rfds;
|