Searched refs:FD_SET (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/testing/selftests/rtc/ |
| A D | rtctest.c | 94 FD_SET(self->fd, &readfds); in TEST_F() 144 FD_SET(self->fd, &readfds); in TEST_F() 198 FD_SET(self->fd, &readfds); in TEST_F() 246 FD_SET(self->fd, &readfds); 300 FD_SET(self->fd, &readfds);
|
| /linux/tools/testing/selftests/x86/ |
| 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/ |
| A D | pager.c | 44 FD_SET(0, &in); in pager_preexec() 45 FD_SET(0, &exception); in pager_preexec()
|
| /linux/tools/perf/ui/tui/ |
| A D | setup.c | 65 FD_SET(0, &read_set); in ui__getch() 88 FD_SET(0, &read_set); in ui__getch()
|
| /linux/tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 281 FD_SET(ep0, &rfds); in main() 282 FD_SET(evfd, &rfds); in main()
|
| /linux/tools/usb/ffs-aio-example/multibuff/device_app/ |
| A D | aio_multibuff.c | 304 FD_SET(ep0, &rfds); in main() 305 FD_SET(evfd, &rfds); in main()
|
| /linux/tools/testing/selftests/net/ |
| A D | timestamping.c | 517 FD_SET(sock, &readfs); in main() 518 FD_SET(sock, &errorfs); in main()
|
| A D | nettest.c | 1201 FD_SET(sd, &rfds); in msg_loop() 1203 FD_SET(fileno(stdin), &rfds); in msg_loop() 1523 FD_SET(lsd, &rfds); in do_server() 1579 FD_SET(sd, &wfd); in wait_for_connect()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_sockmap.c | 634 FD_SET(fd, &w); in msg_loop() 860 FD_SET(c1, &w); in forever_ping_pong() 861 FD_SET(c2, &w); in forever_ping_pong() 862 FD_SET(p1, &w); in forever_ping_pong() 863 FD_SET(p2, &w); in forever_ping_pong()
|
| A D | test_sock_addr.c | 1112 FD_SET(sockfd, &rfds); in recvmsg_from_client()
|
| A D | test_maps.c | 987 FD_SET(sfd[3], &w); in test_sockmap()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | tc_redirect.c | 618 FD_SET(src_fd, &rfds); in tun_relay_loop() 619 FD_SET(target_fd, &rfds); in tun_relay_loop()
|
| A D | sockmap_listen.c | 205 FD_SET(fd, &rfds); in poll_read()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | v4l2grab.c.rst | 130 FD_SET(fd, &fds);
|
| A D | capture.c.rst | 189 FD_SET(fd, &fds);
|
| /linux/Documentation/usb/ |
| A D | gadget_hid.rst | 401 FD_SET(STDIN_FILENO, &rfds); 402 FD_SET(fd, &rfds);
|
| /linux/samples/mei/ |
| A D | mei-amt-version.c | 167 FD_SET(me->fd, &set); in mei_recv_msg()
|
| /linux/tools/power/acpi/tools/acpidbg/ |
| A D | acpidbg.c | 119 FD_SET(fd, set); in acpi_aml_set_fd()
|
| /linux/tools/include/nolibc/ |
| A D | nolibc.h | 2535 void FD_SET(int fd, fd_set *set) in FD_SET() function
|
| /linux/tools/power/x86/turbostat/ |
| A D | turbostat.c | 3305 FD_SET(0, &readfds); in do_sleep()
|
Completed in 45 milliseconds