/linux/tools/testing/selftests/x86/ |
H A D | test_syscall_vdso.c | 188 FD_SET(0, &rfds); in prep_args() 189 FD_SET(1, &wfds); in prep_args() 190 FD_SET(2, &efds); in prep_args()
|
/linux/tools/lib/subcmd/ |
H A D | pager.c | 44 FD_SET(0, &in); in pager_preexec() 45 FD_SET(0, &exception); in pager_preexec()
|
/linux/tools/testing/selftests/rtc/ |
H A D | rtctest.c | 175 FD_SET(self->fd, &readfds); in TEST_F() 229 FD_SET(self->fd, &readfds); in TEST_F() 287 FD_SET(self->fd, &readfds); in TEST_F() 339 FD_SET(self->fd, &readfds); 397 FD_SET(self->fd, &readfds);
|
/linux/tools/perf/ui/tui/ |
H A D | setup.c | 66 FD_SET(0, &read_set); in ui__getch() 89 FD_SET(0, &read_set); in ui__getch()
|
/linux/tools/testing/selftests/net/tcp_ao/ |
H A D | rst.c | 204 FD_SET(sk[i], &left); in test_wait_fds() 226 FD_SET(sk[i], &fds); in test_wait_fds() 227 FD_SET(sk[i], &efds); in test_wait_fds()
|
/linux/tools/usb/ffs-aio-example/simple/device_app/ |
H A D | aio_simple.c | 299 FD_SET(ep0, &rfds); in main() 300 FD_SET(evfd, &rfds); in main()
|
/linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
H A D | aio_multibuff.c | 304 FD_SET(ep0, &rfds); in main() 305 FD_SET(evfd, &rfds); in main()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 111 FD_SET(fd, &fds); in wait_for_packet()
|
H A D | sockmap_helpers.h | 212 FD_SET(fd, &wfds); in poll_connect() 237 FD_SET(fd, &rfds); in poll_read()
|
H A D | tc_redirect.c | 1127 FD_SET(src_fd, &rfds); in tun_relay_loop() 1128 FD_SET(target_fd, &rfds); in tun_relay_loop()
|
/linux/tools/testing/selftests/net/ |
H A D | timestamping.c | 517 FD_SET(sock, &readfs); in main() 518 FD_SET(sock, &errorfs); in main()
|
H A D | nettest.c | 1278 FD_SET(sd, &rfds); in msg_loop() 1280 FD_SET(fileno(stdin), &rfds); in msg_loop() 1620 FD_SET(lsd, &rfds); in do_server() 1676 FD_SET(sd, &wfd); in wait_for_connect()
|
/linux/tools/include/nolibc/ |
H A D | types.h | 133 #define FD_SET(fd, set) do { \ macro
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 638 FD_SET(fd, &w); in msg_loop() 655 FD_SET(fd, &w); in msg_loop() 893 FD_SET(c1, &w); in forever_ping_pong() 894 FD_SET(c2, &w); in forever_ping_pong() 895 FD_SET(p1, &w); in forever_ping_pong() 896 FD_SET(p2, &w); in forever_ping_pong()
|
H A D | network_helpers.c | 902 FD_SET(fd, &fds); in traffic_monitor_thread() 903 FD_SET(wake_fd, &fds); in traffic_monitor_thread()
|
H A D | test_maps.c | 980 FD_SET(sfd[3], &w); in test_sockmap()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | sock.c | 46 FD_SET(sk, &fds); in test_wait_fd() 48 FD_SET(sk, &efds); in test_wait_fd()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2grab.c.rst | 130 FD_SET(fd, &fds);
|
H A D | capture.c.rst | 189 FD_SET(fd, &fds);
|
/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 401 FD_SET(STDIN_FILENO, &rfds); 402 FD_SET(fd, &rfds);
|
/linux/samples/mei/ |
H A D | mei-amt-version.c | 167 FD_SET(me->fd, &set); in mei_recv_msg()
|
/linux/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 119 FD_SET(fd, set); in acpi_aml_set_fd()
|
/linux/tools/testing/selftests/net/mptcp/ |
H A D | pm_nl_ctl.c | 117 FD_SET(fd, &rfds); in capture_events()
|
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 1080 …CASE_TEST(select_stdout); EXPECT_SYSNE(1, ({ fd_set fds; FD_ZERO(&fds); FD_SET(1, &fds); selec… in run_syscall()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 5889 FD_SET(0, &readfds); in do_sleep()
|