Searched refs:FD_ISSET (Results 1 – 13 of 13) sorted by relevance
| /tools/testing/selftests/bpf/ |
| A D | io_helpers.c | 18 if (FD_ISSET(fd, &fds)) in read_with_timeout()
|
| A D | test_maps.c | 988 if (!FD_ISSET(sfd[3], &w)) { in test_sockmap()
|
| A D | test_sockmap.c | 1002 if (!FD_ISSET(i, &w)) in forever_ping_pong()
|
| /tools/power/acpi/tools/acpidbg/ |
| A D | acpidbg.c | 312 if (FD_ISSET(STDIN_FILENO, &rfds)) in acpi_aml_loop() 314 if (FD_ISSET(fd, &wfds)) { in acpi_aml_loop() 320 if (FD_ISSET(fd, &rfds)) { in acpi_aml_loop() 326 if (FD_ISSET(STDOUT_FILENO, &wfds)) { in acpi_aml_loop() 350 if (ret > 0 && FD_ISSET(fd, &rfds)) in acpi_aml_readable()
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | rst.c | 220 if (!FD_ISSET(sk[i], &left)) in test_wait_fds() 240 if (FD_ISSET(sk[i], &fds)) { in test_wait_fds() 247 if (FD_ISSET(sk[i], &efds)) { in test_wait_fds()
|
| /tools/usb/ffs-aio-example/simple/device_app/ |
| A D | aio_simple.c | 311 if (FD_ISSET(ep0, &rfds)) in main() 319 if (FD_ISSET(evfd, &rfds)) { in main()
|
| /tools/usb/ffs-aio-example/multibuff/device_app/ |
| A D | aio_multibuff.c | 316 if (FD_ISSET(ep0, &rfds)) in main() 349 if (!FD_ISSET(evfd, &rfds)) in main()
|
| /tools/include/nolibc/ |
| A D | types.h | 142 #define FD_ISSET(fd, set) ({ \ macro
|
| /tools/testing/selftests/net/ |
| A D | timestamping.c | 529 if (FD_ISSET(sock, &readfs)) in main() 531 if (FD_ISSET(sock, &errorfs)) in main()
|
| A D | nettest.c | 1296 if (FD_ISSET(sd, &rfds)) { in msg_loop() 1308 if (FD_ISSET(fileno(stdin), &rfds)) { in msg_loop() 1636 if (FD_ISSET(lsd, &rfds)) { in do_server()
|
| /tools/testing/selftests/net/can/ |
| A D | test_raw_filter.c | 367 ret = FD_ISSET(self->sock, &rdfs); in TEST_F()
|
| /tools/accounting/ |
| A D | delaytop.c | 838 if (r > 0 && FD_ISSET(STDIN_FILENO, &readfds)) { in main()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | tc_redirect.c | 1136 direction = FD_ISSET(src_fd, &rfds) ? SRC_TO_TARGET : TARGET_TO_SRC; in tun_relay_loop()
|
Completed in 31 milliseconds