Searched refs:FD_SET (Results 1 – 15 of 15) sorted by relevance
/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/android/ion/ |
D | ipcsocket.c | 122 FD_SET(0, &selFDs); in sendtosocket() 123 FD_SET(sockfd, &selFDs); in sendtosocket() 178 FD_SET(0, &recvFDs); in receivefromsocket() 179 FD_SET(sockfd, &recvFDs); in receivefromsocket()
|
/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 | 65 FD_SET(0, &read_set); in ui__getch() 88 FD_SET(0, &read_set); in ui__getch()
|
/tools/testing/selftests/rtc/ |
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);
|
/tools/usb/ffs-aio-example/simple/device_app/ |
D | aio_simple.c | 281 FD_SET(ep0, &rfds); in main() 282 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/testing/selftests/networking/timestamping/ |
D | timestamping.c | 475 FD_SET(sock, &readfs); in main() 476 FD_SET(sock, &errorfs); in main()
|
/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 523 FD_SET(fd, &w); in msg_loop() 737 FD_SET(c1, &w); in forever_ping_pong() 738 FD_SET(c2, &w); in forever_ping_pong() 739 FD_SET(p1, &w); in forever_ping_pong() 740 FD_SET(p2, &w); in forever_ping_pong()
|
D | test_sock_addr.c | 1328 FD_SET(sockfd, &rfds); in recvmsg_from_client()
|
D | test_maps.c | 974 FD_SET(sfd[3], &w); in test_sockmap()
|
/tools/testing/selftests/net/ |
D | nettest.c | 949 FD_SET(sd, &rfds); in msg_loop() 951 FD_SET(fileno(stdin), &rfds); in msg_loop() 1204 FD_SET(lsd, &rfds); in do_server() 1257 FD_SET(sd, &wfd); in wait_for_connect()
|
/tools/power/acpi/tools/acpidbg/ |
D | acpidbg.c | 119 FD_SET(fd, set); in acpi_aml_set_fd()
|
/tools/include/nolibc/ |
D | nolibc.h | 2445 void FD_SET(int fd, fd_set *set) in FD_SET() function
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 3032 FD_SET(0, &readfds); in do_sleep()
|