Home
last modified time | relevance | path

Searched defs:iov (Results 1 – 25 of 200) sorted by relevance

12345678

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h104 struct iovec iov; in ptrace_read_regs() local
124 struct iovec iov; in ptrace_write_regs() local
142 struct iovec iov; in show_tar_registers() local
188 struct iovec iov; in write_tar_registers() local
231 struct iovec iov; in show_tm_checkpointed_state() local
279 struct iovec iov; in write_ckpt_tar_registers() local
366 struct iovec iov; in show_ckpt_fpr() local
390 struct iovec iov; in write_ckpt_fpr() local
471 struct iovec iov; in show_ckpt_gpr() local
500 struct iovec iov; in write_ckpt_gpr() local
[all …]
/external/rust/crates/nix/test/sys/
Dtest_socket.rs275 let iov = [IoVec::from_slice(m)]; in gso() localVariable
346 let iov = [IoVec::from_slice(m)]; in udp_sendmmsg() localVariable
528 let iov = [IoVec::from_mut_slice(&mut buf[..])]; in test_recvmsg_ebadf() localVariable
551 let iov = [IoVec::from_slice(b"hello")]; in test_scm_rights() localVariable
561 let iov = [IoVec::from_mut_slice(&mut buf[..])]; in test_scm_rights() localVariable
635 let iov = IoVec::from_slice(&payload); in test_af_alg_cipher() localVariable
643 let iov = IoVec::from_slice(&encrypted); in test_af_alg_cipher() localVariable
714 let iov = IoVec::from_slice(&payload); in test_af_alg_aead() localVariable
727 let iov = IoVec::from_slice(&encrypted); in test_af_alg_aead() localVariable
778 let iov = [IoVec::from_slice(&slice)]; in test_sendmsg_ipv4packetinfo() localVariable
[all …]
/external/strace/tests/
Dpwritev.c42 print_iov(const struct iovec *iov) in print_iov()
57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) in print_iovec()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main() local
Dpreadv.c41 print_iov(const struct iovec *iov) in print_iov()
53 print_iovec(const struct iovec *iov, unsigned int cnt) in print_iovec()
Dnetlink_netlink_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
Dnetlink_unix_diag.c65 struct iovec iov = { in send_query() local
91 struct iovec iov = { in check_responses() local
Dnetlink_inet_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
/external/strace/tests-m32/
Dpwritev.c42 print_iov(const struct iovec *iov) in print_iov()
57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) in print_iovec()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main() local
Dpreadv.c41 print_iov(const struct iovec *iov) in print_iov()
53 print_iovec(const struct iovec *iov, unsigned int cnt) in print_iovec()
Dnetlink_netlink_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
Dnetlink_unix_diag.c65 struct iovec iov = { in send_query() local
91 struct iovec iov = { in check_responses() local
Dnetlink_inet_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
/external/strace/tests-mx32/
Dpwritev.c42 print_iov(const struct iovec *iov) in print_iov()
57 print_iovec(const struct iovec *iov, unsigned int cnt, unsigned int size) in print_iovec()
93 struct iovec *iov = tail_alloc(sizeof(*iov) * LEN); in main() local
Dpreadv.c41 print_iov(const struct iovec *iov) in print_iov()
53 print_iovec(const struct iovec *iov, unsigned int cnt) in print_iovec()
Dnetlink_netlink_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
Dnetlink_unix_diag.c65 struct iovec iov = { in send_query() local
91 struct iovec iov = { in check_responses() local
Dnetlink_inet_diag.c61 struct iovec iov = { in send_query() local
87 struct iovec iov = { in check_responses() local
/external/virglrenderer/src/
Diov.c46 size_t vrend_get_iovec_size(const struct iovec *iov, int iovlen) { in vrend_get_iovec_size()
58 size_t vrend_read_from_iovec(const struct iovec *iov, int iovlen, in vrend_read_from_iovec()
88 size_t vrend_write_to_iovec(const struct iovec *iov, int iovlen, in vrend_write_to_iovec()
116 size_t vrend_read_from_iovec_cb(const struct iovec *iov, int iovlen, in vrend_read_from_iovec_cb()
Dvirgl_resource.c108 const struct iovec *iov, in virgl_resource_create_from_pipe()
130 const struct iovec *iov, in virgl_resource_create_from_fd()
153 const struct iovec *iov, in virgl_resource_create_from_iov()
185 const struct iovec *iov, in virgl_resource_attach_iov()
/external/openscreen/platform/impl/
Dnetwork_interface_linux.cc170 struct iovec iov = {&request, request.header.nlmsg_len}; in GetLinkInfo() local
188 struct iovec iov = {buf, sizeof(buf)}; in GetLinkInfo() local
271 struct iovec iov = {&request, request.header.nlmsg_len}; in PopulateSubnetsOrClearList() local
288 struct iovec iov = {buf, sizeof(buf)}; in PopulateSubnetsOrClearList() local
/external/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg03.c53 struct iovec iov; in client() local
96 struct iovec iov; in server() local
/external/libchrome/mojo/public/cpp/platform/
Dsocket_utils_posix.cc91 struct iovec* iov, in SocketWritev()
104 struct iovec* iov, in SendmsgWithHandles()
134 struct iovec iov = {buf, num_bytes}; in SocketRecvmsg() local
/external/ltp/utils/sctp/lib/
Dsendmsg.c37 struct iovec iov; in sctp_sendmsg() local
78 struct iovec iov; in sctp_send() local
/external/ltp/include/
Dtst_netlink.h41 struct iovec iov[2] = { in safe_netlink_send() local
75 struct iovec iov = { nl_headers_buf, buf_len }; in safe_netlink_recv() local
/external/linux-kselftest/tools/testing/selftests/android/ion/
Dipcsocket.c112 struct iovec iov; in sendtosocket() local
168 struct iovec iov; in receivefromsocket() local

12345678