| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | psock_lib.h | 75 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open() 111 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char() 133 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send() 138 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
|
| D | psock_fanout.c | 234 static int sock_fanout_read(int fds[], char *rings[], const int expect[]) in sock_fanout_read() 268 int fds[2]; in test_control_group() local 305 int fds[3]; in test_control_group_max_num_members() local 355 int fds[3]; in test_unique_fanout_group_ids() local 413 int fds[2], fds_udp[2][2], ret; in test_datapath() local
|
| /external/liburing/test/ |
| D | file-register.c | 108 int *files, *fds = NULL; in test_grow() local 151 int *files, *fds = NULL; in test_replace_all() local 190 int *files, *fds = NULL; in test_replace() local 226 int *files, *fds = NULL; in test_removals() local 265 int *files, *fds = NULL; in test_additions() local 388 int *files, *fds = NULL; in test_zero() local 614 int ret, i, *fds, newfd; in test_sparse_updates() local 672 int ret, fd, i, fds[2]; in test_fixed_removal_ordering() local 752 int i, ret, fds[2]; in test_mixed_af_unix() local 793 int ret, fds[2]; in test_partial_register_fail() local
|
| D | link-timeout.c | 305 int fds[2], ret, i; in test_single_link_timeout_error() local 382 int fds[2], ret, i; in test_single_link_no_timeout() local 470 int fds[2], ret, i; in test_single_link_timeout() local 544 int fds[2], ret, i; in test_timeout_link_chain1() local 635 int fds[2], ret, i; in test_timeout_link_chain2() local 731 int fds[2], ret, i; in test_timeout_link_chain3() local 853 int fds[2], ret, i; in test_timeout_link_chain4() local
|
| D | ring-leak.c | 30 __s32 fds[2] = { fd1, fd2 }; in __io_uring_register_files() local 81 int ret, fds[2]; in test_iowq_request_cancel() local 143 int sp[2], fds[2], reg_fds[4]; in test_scm_cycles() local
|
| D | file-update.c | 66 int *fds, *newfds; in test_update_multiring() local 109 int *fds, i, ret; in test_sqe_update() local
|
| /external/cronet/base/posix/ |
| D | unix_domain_socket_unittest.cc | 53 int fds[2]; in TEST() local 88 int fds[2]; in TEST() local 105 int fds[2]; in TEST() local 132 int fds[2]; in TEST() local 162 int fds[2]; in TEST() local
|
| D | unix_domain_socket.cc | 67 const std::vector<int>& fds) { in SendMsg() 123 std::vector<ScopedFD>* fds) { in RecvMsg() 131 std::vector<ScopedFD>* fds, in RecvMsgWithPid() 141 std::vector<ScopedFD>* fds, in RecvMsgWithFlags()
|
| /external/libchrome/base/posix/ |
| D | unix_domain_socket_unittest.cc | 53 int fds[2]; in TEST() local 88 int fds[2]; in TEST() local 105 int fds[2]; in TEST() local 132 int fds[2]; in TEST() local 162 int fds[2]; in TEST() local
|
| D | unix_domain_socket.cc | 73 const std::vector<int>& fds) { in SendMsg() 121 std::vector<ScopedFD>* fds) { in RecvMsg() 129 std::vector<ScopedFD>* fds, in RecvMsgWithPid() 139 std::vector<ScopedFD>* fds, in RecvMsgWithFlags()
|
| /external/google-breakpad/src/client/linux/minidump_writer/ |
| D | minidump_writer_unittest.cc | 65 int fds[2]; in TEST() local 95 int fds[2]; in TEST() local 128 int fds[2]; in TEST() local 225 int fds[2]; in TEST() local 258 int fds[2]; in TEST() local 321 int fds[2]; in TEST() local 374 int fds[2]; in TEST() local 422 int fds[2]; in TEST() local 528 int fds[2]; in TEST() local 608 int fds[2]; in TEST() local [all …]
|
| /external/libbrillo/brillo/ |
| D | unittest_utils.cc | 20 int fds[2]; in ScopedPipe() local 38 int fds[2]; in ScopedSocketPair() local
|
| /external/virglrenderer/src/proxy/ |
| D | proxy_socket.c | 118 const int *fds = get_received_fds(msg, &fd_count); in proxy_socket_recvmsg() local 133 int *fds, in proxy_socket_receive_reply_internal() 184 int *fds, in proxy_socket_receive_reply_with_fds() 215 const int *fds, in proxy_socket_send_request_internal() 254 const int *fds, in proxy_socket_send_request_with_fds()
|
| /external/rust/crates/protobuf-parse/src/protoc/ |
| D | parse_and_typecheck.rs | 42 let fds = fs::read(temp_file)?; in parse_and_typecheck() localVariable 45 let fds: protobuf::descriptor::FileDescriptorSet = FileDescriptorSet::parse_from_bytes(&fds)?; in parse_and_typecheck() localVariable
|
| /external/virglrenderer/server/ |
| D | render_context.c | 175 UNUSED const int *fds, in render_context_dispatch_submit_fence() 193 UNUSED const int *fds, in render_context_dispatch_submit_cmd() 230 UNUSED const int *fds, in render_context_dispatch_create_resource() 252 UNUSED const int *fds, in render_context_dispatch_destroy_resource() 262 const int *fds, in render_context_dispatch_import_resource() 277 const int *fds, in render_context_dispatch_init() 291 UNUSED const int *fds, in render_context_dispatch_nop()
|
| D | render_socket.c | 99 const int *fds = get_received_fds(msg, &fd_count); in render_socket_recvmsg() local 116 int *fds, in render_socket_receive_request_internal() 172 int *fds, in render_socket_receive_request_with_fds() 219 const int *fds, in render_socket_send_reply_internal() 258 const int *fds, in render_socket_send_reply_with_fds()
|
| /external/rust/crates/protobuf-parse/examples/ |
| D | file-descriptor-out-compare.rs | 34 let fds = parser.file_descriptor_set().unwrap(); in main() localVariable 35 let fds = text_format::print_to_string_pretty(&fds); in main() localVariable
|
| /external/strace/ |
| D | poll.c | 39 const struct pollfd *fds = elem_buf; in print_pollfd() local 57 struct pollfd fds; in decode_poll_entering() local 67 struct pollfd fds; in decode_poll_exiting() local
|
| /external/crosvm/base/tests/unix/ |
| D | syslog.rs | 21 fn fds() { in fds() function 23 let mut fds = Vec::new(); in fds() localVariable
|
| /external/trace-cmd/tracecmd/ |
| D | trace-agent.c | 27 static void make_vsocks(int nr, int *fds, unsigned int *ports) in make_vsocks() 46 static void make_net(int nr, int *fds, unsigned int *ports) in make_net() 65 static void make_sockets(int nr, int *fds, unsigned int *ports, in make_sockets() 74 static int open_agent_fifos(int nr_cpus, int *fds) in open_agent_fifos() 139 int *fds; in agent_handle() local
|
| /external/rust/crates/nix/test/ |
| D | test_poll.rs | 22 let mut fds = [PollFd::new(r, PollFlags::POLLIN)]; in test_poll() localVariable 54 let mut fds = [PollFd::new(r, PollFlags::POLLIN)]; in test_ppoll() localVariable
|
| /external/v4l2_codec2/components/ |
| D | VideoFrame.cpp | 19 std::vector<int> fds; in Create() local 28 VideoFrame::VideoFrame(std::shared_ptr<C2GraphicBlock> block, std::vector<int> fds) in VideoFrame()
|
| /external/google-breakpad/src/client/mac/tests/ |
| D | exception_handler_test.cc | 106 int fds[2]; in InProcessCrash() local 245 int fds[2]; in TEST_F() local 310 int fds[2]; in TEST_F() local 409 int fds[2]; in TEST_F() local 505 int fds[2]; in TEST_F() local 605 int fds[2]; in TEST_F() local 664 int fds[2]; in TEST_F() local
|
| /external/ltp/testcases/kernel/syscalls/ppoll/ |
| D | ppoll01.c | 44 struct pollfd *fds; /* fds ppoll parameter */ member 158 static inline int libc_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in libc_ppoll() 165 static inline int sys_ppoll(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll() 171 static inline int sys_ppoll_time64(struct pollfd *fds, nfds_t nfds, void *tmo_p, in sys_ppoll_time64()
|
| /external/libcups/scheduler/ |
| D | file.c | 148 cupsdClosePipe(int *fds) /* I - Pipe file descriptors (2) */ in cupsdClosePipe() 243 cupsdOpenPipe(int *fds) /* O - Pipe file descriptors (2) */ in cupsdOpenPipe()
|