| /tools/lib/subcmd/ |
| D | pager.c | 44 FD_SET(0, &in); in pager_preexec() 45 FD_SET(0, &exception); in pager_preexec()
|
| /tools/testing/selftests/x86/ |
| 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()
|
| /tools/perf/ui/tui/ |
| D | setup.c | 66 FD_SET(0, &read_set); in ui__getch() 89 FD_SET(0, &read_set); in ui__getch()
|
| /tools/testing/selftests/rtc/ |
| D | rtctest.c | 176 FD_SET(self->fd, &readfds); in TEST_F() 230 FD_SET(self->fd, &readfds); in TEST_F() 288 FD_SET(self->fd, &readfds); in TEST_F() 340 FD_SET(self->fd, &readfds); 398 FD_SET(self->fd, &readfds);
|
| /tools/testing/selftests/net/tcp_ao/ |
| 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()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| D | lwt_helpers.h | 111 FD_SET(fd, &fds); in wait_for_packet()
|
| D | sockmap_helpers.h | 212 FD_SET(fd, &wfds); in poll_connect() 237 FD_SET(fd, &rfds); in poll_read()
|
| D | tc_redirect.c | 1127 FD_SET(src_fd, &rfds); in tun_relay_loop() 1128 FD_SET(target_fd, &rfds); in tun_relay_loop()
|
| /tools/usb/ffs-aio-example/simple/device_app/ |
| D | aio_simple.c | 299 FD_SET(ep0, &rfds); in main() 300 FD_SET(evfd, &rfds); in main()
|
| /tools/usb/ffs-aio-example/multibuff/device_app/ |
| D | aio_multibuff.c | 304 FD_SET(ep0, &rfds); in main() 305 FD_SET(evfd, &rfds); in main()
|
| /tools/include/nolibc/ |
| D | types.h | 133 #define FD_SET(fd, set) do { \ macro
|
| /tools/testing/selftests/net/ |
| D | timestamping.c | 517 FD_SET(sock, &readfs); in main() 518 FD_SET(sock, &errorfs); in main()
|
| 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()
|
| /tools/testing/selftests/bpf/ |
| D | test_sockmap.c | 729 FD_SET(fd, &w); in msg_loop() 746 FD_SET(fd, &w); in msg_loop() 987 FD_SET(c1, &w); in forever_ping_pong() 988 FD_SET(c2, &w); in forever_ping_pong() 989 FD_SET(p1, &w); in forever_ping_pong() 990 FD_SET(p2, &w); in forever_ping_pong()
|
| D | network_helpers.c | 895 FD_SET(fd, &fds); in traffic_monitor_thread() 896 FD_SET(wake_fd, &fds); in traffic_monitor_thread()
|
| D | test_maps.c | 980 FD_SET(sfd[3], &w); in test_sockmap()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| D | sock.c | 46 FD_SET(sk, &fds); in test_wait_fd() 48 FD_SET(sk, &efds); in test_wait_fd()
|
| /tools/power/acpi/tools/acpidbg/ |
| D | acpidbg.c | 119 FD_SET(fd, set); in acpi_aml_set_fd()
|
| /tools/testing/selftests/net/mptcp/ |
| D | pm_nl_ctl.c | 117 FD_SET(fd, &rfds); in capture_events()
|
| /tools/testing/selftests/nolibc/ |
| 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()
|
| /tools/power/x86/turbostat/ |
| D | turbostat.c | 5960 FD_SET(0, &readfds); in do_sleep()
|