/Linux-v4.19/arch/powerpc/kernel/ |
D | syscalls.c | 87 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use… in ppc_select() 94 || __get_user(inp, ((fd_set __user * __user *)(buffer+1))) in ppc_select() 95 || __get_user(outp, ((fd_set __user * __user *)(buffer+2))) in ppc_select() 96 || __get_user(exp, ((fd_set __user * __user *)(buffer+3))) in ppc_select()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | syscall.h | 21 asmlinkage long sys_pselect6(int n, fd_set __user *inp, fd_set __user *outp, 22 fd_set __user *exp, struct timespec __user *tsp,
|
/Linux-v4.19/fs/ |
D | select.c | 594 int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, in core_sys_select() 595 fd_set __user *exp, struct timespec64 *end_time) in core_sys_select() 673 static int kern_select(int n, fd_set __user *inp, fd_set __user *outp, in kern_select() 674 fd_set __user *exp, struct timeval __user *tvp) in kern_select() 697 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 698 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() 703 static long do_pselect(int n, fd_set __user *inp, fd_set __user *outp, in do_pselect() 704 fd_set __user *exp, struct timespec __user *tsp, in do_pselect() 757 SYSCALL_DEFINE6(pselect6, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE6() 758 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 90 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use…
|
/Linux-v4.19/include/linux/ |
D | poll.h | 115 extern int core_sys_select(int n, fd_set __user *inp, fd_set __user *outp, 116 fd_set __user *exp, struct timespec64 *end_time);
|
D | types.h | 15 typedef __kernel_fd_set fd_set; typedef
|
D | syscalls.h | 468 asmlinkage long sys_pselect6(int, fd_set __user *, fd_set __user *, 469 fd_set __user *, struct timespec __user *, 996 asmlinkage long sys_select(int n, fd_set __user *inp, fd_set __user *outp, 997 fd_set __user *exp, struct timeval __user *tvp);
|
/Linux-v4.19/tools/lib/subcmd/ |
D | pager.c | 32 fd_set in; in pager_preexec() 33 fd_set exception; in pager_preexec()
|
/Linux-v4.19/tools/testing/selftests/x86/ |
D | test_syscall_vdso.c | 180 fd_set rfds; 181 fd_set wfds; 182 fd_set efds;
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | func-select.rst | 25 .. c:function:: int select( int nfds, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct … 60 :c:func:`struct fd_set`. When the function timed out it returns
|
D | v4l2grab.c.rst | 60 fd_set fds;
|
D | capture.c.rst | 184 fd_set fds;
|
/Linux-v4.19/tools/testing/selftests/rtc/ |
D | rtctest.c | 91 fd_set readfds; in TEST_F() 116 fd_set readfds; in TEST_F() 173 fd_set readfds; in TEST_F()
|
/Linux-v4.19/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 118 static int acpi_aml_set_fd(int fd, int maxfd, fd_set *set) in acpi_aml_set_fd() 270 fd_set rfds; in acpi_aml_loop() 271 fd_set wfds; in acpi_aml_loop() 341 fd_set rfds; in acpi_aml_readable()
|
/Linux-v4.19/tools/testing/selftests/android/ion/ |
D | ipcsocket.c | 114 fd_set selFDs; in sendtosocket() 169 fd_set recvFDs; in receivefromsocket()
|
/Linux-v4.19/tools/perf/ui/tui/ |
D | setup.c | 59 fd_set read_set; in ui__getch()
|
/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 215 fd_set rfds; in main()
|
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/ |
D | aio_multibuff.c | 245 fd_set rfds; in main()
|
/Linux-v4.19/arch/alpha/kernel/ |
D | osf_sys.c | 1102 SYSCALL_DEFINE5(osf_select, int, n, fd_set __user *, inp, fd_set __user *, outp, in SYSCALL_DEFINE5() 1103 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5()
|
/Linux-v4.19/samples/mei/ |
D | mei-amt-version.c | 178 fd_set set; in mei_send_msg()
|
/Linux-v4.19/tools/testing/selftests/networking/timestamping/ |
D | timestamping.c | 482 fd_set readfs, errorfs; in main()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 342 fd_set w; in msg_loop() 555 fd_set w; in forever_ping_pong()
|
D | test_sock_addr.c | 1082 fd_set rfds; in recvmsg_from_client()
|
D | test_maps.c | 496 fd_set w; in test_sockmap()
|
/Linux-v4.19/Documentation/usb/ |
D | gadget_hid.txt | 372 fd_set rfds;
|