| /OK3568_Linux_fs/kernel/tools/testing/selftests/android/ion/ |
| H A 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()
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | xserver_poll.c | 124 FD_SET (pCur->fd, pReadSet); in map_poll_spec() 130 FD_SET (pCur->fd, pWriteSet); in map_poll_spec() 139 FD_SET (pCur->fd, pExceptSet); in map_poll_spec()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rtc/ |
| H 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);
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | pager.c | 44 FD_SET(0, &in); in pager_preexec() 45 FD_SET(0, &exception); in pager_preexec()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/tui/ |
| H A D | setup.c | 65 FD_SET(0, &read_set); in ui__getch() 88 FD_SET(0, &read_set); in ui__getch()
|
| /OK3568_Linux_fs/external/rk_pcba_test/ |
| H A D | echo_ir_test.c | 159 FD_SET(maxfd, readfds); in ir_wait_event() 268 FD_SET(fds[i], &rdfds); in main()
|
| H A D | echo_key_test.c | 273 FD_SET(maxfd, readfds); in key_wait_event() 376 FD_SET(fds[i], &rdfds); in main()
|
| H A D | echo_rotary_test.c | 44 FD_SET(maxfd, readfds); in rotary_wait_event()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/ |
| H A D | time-polling.c | 460 FD_SET (fd, &exception_fds); 461 FD_SET (fd, &input_fds); 473 FD_SET (fd, &output_fds);
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/ |
| H A D | thread.c | 293 FD_SET(iConnectionNumber, &fdsRead); in winClipboardProc() 295 FD_SET(fdMessageQueue, &fdsRead); in winClipboardProc()
|
| /OK3568_Linux_fs/buildroot/package/input-event-daemon/ |
| H A D | 0007-Support-hotplug-when-listening-all-devices.patch | 89 - FD_SET(conf.listen_fd[i], &initial_fdset); 90 + FD_SET(conf.listen_fd[i], fdset);
|
| H A D | 0003-Support-dynamic-remove-devices-when-not-available.patch | 35 FD_SET(conf.listen_fd[i], &initial_fdset);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/ |
| H A D | select.h | 85 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/ |
| H A D | select.h | 85 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) macro
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/ |
| H A D | aio_multibuff.c | 370 FD_SET(ep0, &rfds); in main() 371 FD_SET(evfd, &rfds); in main()
|
| /OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/ |
| H A D | aio_simple.c | 347 FD_SET(ep0, &rfds); in main() 348 FD_SET(evfd, &rfds); in main()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | kwboot.c | 166 FD_SET(fd, &rfds); in kwboot_tty_recv() 536 FD_SET(tty, &rfds); in kwboot_terminal() 540 FD_SET(in, &rfds); in kwboot_terminal()
|
| /OK3568_Linux_fs/u-boot/tools/gdb/ |
| H A D | serial.c | 95 FD_SET(fd, &fds); in serialreadchar()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | timestamping.c | 481 FD_SET(sock, &readfs); in main() 482 FD_SET(sock, &errorfs); in main()
|
| H A D | nettest.c | 969 FD_SET(sd, &rfds); in msg_loop() 971 FD_SET(fileno(stdin), &rfds); in msg_loop() 1224 FD_SET(lsd, &rfds); in do_server() 1277 FD_SET(sd, &wfd); in wait_for_connect()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/ |
| H A D | 0001-test-ptts-Set-recv-buffer-size-too-max-to-receive-as.patch | 51 FD_SET(sd[i], &readfds);
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 629 FD_SET(fd, &w); in msg_loop() 847 FD_SET(c1, &w); in forever_ping_pong() 848 FD_SET(c2, &w); in forever_ping_pong() 849 FD_SET(p1, &w); in forever_ping_pong() 850 FD_SET(p2, &w); in forever_ping_pong()
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | rtmpsuck.c | 753 FD_SET(sockfd, &rfds); in doServe() 808 FD_SET(sockfd, &rfds); in doServe() 810 FD_SET(server->rc.m_sb.sb_socket, &rfds); in doServe()
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | gadget_hid.rst | 401 FD_SET(STDIN_FILENO, &rfds); 402 FD_SET(fd, &rfds);
|