| /external/linux-kselftest/tools/testing/selftests/filesystems/epoll/ |
| D | epoll_wakeup_test.c | 15 int sfd[4]; member 149 int sfd[2]; in TEST() local 180 int sfd[2]; in TEST() local 211 int sfd[4]; in TEST() local 249 int sfd[4]; in TEST() local 287 int sfd[2]; in TEST() local 326 int sfd[2]; in TEST() local 366 int sfd[4]; in TEST() local 412 int sfd[4]; in TEST() local 828 int sfd[2]; in TEST() local [all …]
|
| /external/grpc-grpc/test/core/end2end/fixtures/ |
| D | h2_sockpair.cc | 47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() local 73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() local 90 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() local 104 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair() local
|
| D | h2_sockpair+trace.cc | 53 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() local 78 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() local 95 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() local 109 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair() local
|
| D | h2_sockpair_1byte.cc | 47 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in server_setup_transport() local 73 grpc_endpoint_pair* sfd = in chttp2_create_fixture_socketpair() local 101 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_client_socketpair() local 115 grpc_endpoint_pair* sfd = static_cast<grpc_endpoint_pair*>(f->fixture_data); in chttp2_init_server_socketpair() local
|
| D | h2_fd.cc | 72 sp_fixture_data* sfd = static_cast<sp_fixture_data*>(f->fixture_data); in chttp2_init_client_socketpair() local 83 sp_fixture_data* sfd = static_cast<sp_fixture_data*>(f->fixture_data); in chttp2_init_server_socketpair() local
|
| /external/ltp/testcases/kernel/syscalls/signalfd/ |
| D | signalfd01.c | 91 int sfd; in do_test1() local 182 int sfd; in do_test2() local 264 int sfd; in main() local
|
| /external/ltp/testcases/kernel/syscalls/epoll2/examples/ |
| D | epoll-test.c | 78 int sfd; member 100 int sfd = socket(domain, type, protocol), flags = 1; in eph_socket() local 113 int eph_close(int sfd) in eph_close() 119 static int eph_new_conn(int sfd, void *func) in eph_new_conn() 262 int sfd, flags = 1; in eph_accept() local 287 int sfd = eph_socket(domain, type, protocol); in eph_create_conn() local 417 int sfd, addrlen = sizeof(addr); in eph_acceptor() local 430 static struct eph_conn *eph_find(int sfd) in eph_find() 558 int i, sfd, flags = 1; in main() local
|
| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| D | paccept.cpp | 12 int fd, sfd; in main() local
|
| /external/icing/icing/testing/ |
| D | recorder-test-utils.cc | 37 ScopedFd sfd(filesystem.OpenForRead(filename.c_str())); in ReadProfileFromFile() local
|
| /external/icing/icing/index/main/ |
| D | flash-index-storage_test.cc | 79 ScopedFd sfd(filesystem_.OpenForWrite(file_name_.c_str())); in TEST_F() local 92 ScopedFd sfd(filesystem_.OpenForWrite(file_name_.c_str())); in TEST_F() local
|
| /external/grpc-grpc/test/core/bad_client/ |
| D | bad_client.cc | 91 grpc_endpoint_pair* sfd, in grpc_run_client_side_validator() 188 grpc_endpoint_pair sfd; in grpc_run_bad_client_test() local
|
| /external/icing/icing/file/ |
| D | destructible-file_test.cc | 33 ScopedFd sfd(filesystem.OpenForWrite(filepath1.c_str())); in TEST() local
|
| /external/ltp/testcases/kernel/syscalls/sync_file_range/ |
| D | sync_file_range01.c | 109 int filed, sfd; /* normal and special fds */ variable
|
| /external/curl/lib/ |
| D | easy.c | 1088 curl_socket_t *sfd, in easy_connection() 1118 curl_socket_t sfd; in curl_easy_recv() local 1148 curl_socket_t sfd; in curl_easy_send() local
|
| /external/ltp/testcases/network/sctp/ |
| D | sctp_big_chunk.c | 27 static int sfd, cfd; variable
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | tls.c | 38 int sfd, ret; in FIXTURE_SETUP() local 109 int sfd, ret; in FIXTURE_SETUP() local 1150 int sfd, ret, fd; in TEST() local 1202 int sfd, ret, fd, cfd; in TEST() local 1268 int sfd, ret; in TEST() local
|
| /external/ltp/testcases/kernel/syscalls/send/ |
| D | send01.c | 53 static int sfd; /* shared between do_child and start_server */ variable
|
| /external/ltp/testcases/kernel/syscalls/recv/ |
| D | recv01.c | 64 static int sfd; /* shared between do_child and start_server */ variable
|
| /external/usrsctp/usrsctplib/ |
| D | user_recv_thread.c | 1020 setReceiveBufferSize(SOCKET sfd, int new_size) in setReceiveBufferSize() 1040 setSendBufferSize(SOCKET sfd, int new_size) in setSendBufferSize()
|
| /external/ltp/testcases/kernel/syscalls/recvfrom/ |
| D | recvfrom01.c | 64 static int sfd; /* shared between do_child and start_server */ variable
|
| /external/ltp/testcases/kernel/syscalls/sendto/ |
| D | sendto01.c | 52 static int sfd; variable
|
| /external/ltp/testcases/kernel/syscalls/connect/ |
| D | connect01.c | 63 static int sfd; /* shared between start_server and do_child */ variable
|
| /external/ltp/testcases/kernel/syscalls/sendmsg/ |
| D | sendmsg01.c | 65 static int sfd; /* shared between do_child and start_server */ variable
|
| /external/ltp/testcases/kernel/syscalls/recvmsg/ |
| D | recvmsg01.c | 73 static int sfd; /* shared between do_child and start_server */ variable
|
| /external/zstd/contrib/seekable_format/ |
| D | zstdseek_compress.c | 342 BYTE sfd = 0; in ZSTD_seekable_writeSeekTable() local
|