/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
D | It_ipc_fdzero_001.cpp | 59 FD_SET(pipeFd[0][0], &reads); in Testcase() 65 FD_SET(pipeFd[1][0], &reads); in Testcase() 66 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase() 67 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
|
D | It_ipc_fdset_001.cpp | 60 FD_SET(pipeFd[0][0], &reads); in Testcase() 66 FD_SET(pipeFd[1][0], &reads); in Testcase() 67 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase() 68 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
|
D | It_ipc_fdclr_001.cpp | 57 FD_SET(pipeFd[0][0], &reads); in Testcase() 62 FD_SET(pipeFd[1][0], &reads); in Testcase() 63 FD_SET(pipeFd[2][0], &reads); // 2, pipe return on the 2nd loop in Testcase() 64 FD_SET(pipeFd[3][0], &reads); // 3, pipe return on the 3rd loop in Testcase()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
D | pager.c | 44 FD_SET(0, &in); in pager_preexec() 45 FD_SET(0, &exception); in pager_preexec()
|
/kernel/liteos_a/testsuites/unittest/libc/io/full/ |
D | IO_test_pselect_001.cpp | 49 FD_SET(pipeFd[0], &reads); in Testcase1() 85 FD_SET(pipeFd[0], &rfds); in testcase()
|
D | IO_test_epoll_001.cpp | 61 FD_SET(pipeFd[0], &rfds); in testcase()
|
D | IO_test_pselect_002.cpp | 80 FD_SET(pipeFd[0], &rfds); in testcase()
|
D | IO_test_epoll_002.cpp | 82 FD_SET(pipeFd[0], &rfds); in testcase()
|
/kernel/liteos_a/fs/vfs/operation/ |
D | vfs_procfd.c | 179 FD_SET(procFd, fdt->proc_fds); in AllocSpecifiedProcessFd() 250 FD_SET(procFd, fdt->proc_fds); in AllocLowestProcessFd() 278 FD_SET(procFd, fdt->proc_fds); in AllocAndAssocProcessFd() 416 FD_SET(procFd, fdt->proc_fds); in CopyFdToProc()
|
D | vfs_cloexec.c | 70 FD_SET(procFd, fdt->cloexec_fds); in SetCloexecFlag()
|
/kernel/linux/linux-5.10/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()
|
/kernel/liteos_a/testsuites/unittest/extended/signal/smoke/ |
D | It_ipc_fdisset_001.cpp | 46 FD_SET(pipeFd[0], &reads); in Testcase()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/common_modules/newip/examples/ |
D | nip_udp_client_demo.c | 56 FD_SET(cfd, &readfds); in _recvfrom()
|
D | nip_tcp_client_demo.c | 55 FD_SET(cfd, &readfds); in _recv()
|
/kernel/liteos_a/apps/tftp/src/ |
D | tftpc.c | 186 FD_SET(iSockNum, &stReadfds); in lwip_tftp_recv_from_server() 375 FD_SET(iSockNum, &stReadfds); in lwip_tftp_validate_data_pkt() 395 FD_SET(iSockNum, &stReadfds); in lwip_tftp_validate_data_pkt() 1295 FD_SET(iSockNum, &stReadfds); in lwip_tftp_inner_put_file() 1320 FD_SET(iSockNum, &stReadfds); in lwip_tftp_inner_put_file()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
D | timestamping.c | 481 FD_SET(sock, &readfs); in main() 482 FD_SET(sock, &errorfs); in main()
|
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_009.c | 75 FD_SET(lsfd, &fdsr); in SampleTcpServer()
|
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
D | net_socket_test_011.cpp | 59 FD_SET(gFds[i], fds); in GetReadfds()
|
D | net_socket_test_008.cpp | 60 FD_SET(gFds[i], fds); in GetReadfds()
|
/kernel/liteos_a/fs/vfs/epoll/ |
D | fs_epoll.c | 75 FD_SET(i, fdset); in EpollAllocSysFd()
|