Home
last modified time | relevance | path

Searched defs:fds (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_lib.h75 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()
Dpsock_fanout.c234 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/
Dfile-register.c108 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
Dlink-timeout.c305 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
Dring-leak.c30 __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
Dfile-update.c66 int *fds, *newfds; in test_update_multiring() local
109 int *fds, i, ret; in test_sqe_update() local
/external/cronet/base/posix/
Dunix_domain_socket_unittest.cc53 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
Dunix_domain_socket.cc67 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/
Dunix_domain_socket_unittest.cc53 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
Dunix_domain_socket.cc73 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/
Dminidump_writer_unittest.cc65 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/
Dunittest_utils.cc20 int fds[2]; in ScopedPipe() local
38 int fds[2]; in ScopedSocketPair() local
/external/virglrenderer/src/proxy/
Dproxy_socket.c118 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/
Dparse_and_typecheck.rs42 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/
Drender_context.c175 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()
Drender_socket.c99 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/
Dfile-descriptor-out-compare.rs34 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/
Dpoll.c39 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/
Dsyslog.rs21 fn fds() { in fds() function
23 let mut fds = Vec::new(); in fds() localVariable
/external/trace-cmd/tracecmd/
Dtrace-agent.c27 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/
Dtest_poll.rs22 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/
DVideoFrame.cpp19 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/
Dexception_handler_test.cc106 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/
Dppoll01.c44 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/
Dfile.c148 cupsdClosePipe(int *fds) /* I - Pipe file descriptors (2) */ in cupsdClosePipe()
243 cupsdOpenPipe(int *fds) /* O - Pipe file descriptors (2) */ in cupsdOpenPipe()

12345678910>>...18