HomeSort by relevance Sort by last modified time
    Searched refs:iovec (Results 176 - 200 of 475) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/utils/sctp/func_tests/
test_1_to_1_threads.c 70 struct iovec iov;
94 struct iovec out_iov;
  /external/strace/tests/
ioctl_sg_io_v4.c 131 const struct iovec iov[] = {
140 const struct iovec *const t_iov = tail_memdup(iov, sizeof(iov));
aio.c 76 const struct iovec proto_iov0[] = {
86 const struct iovec *iov0 = tail_memdup(proto_iov0, sizeof(proto_iov0));
88 const struct iovec proto_iov1[] = {
98 const struct iovec *iov1 = tail_memdup(proto_iov1, sizeof(proto_iov1));
scm_rights.c 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct iovec, iov);
  /external/strace/tests-m32/
ioctl_sg_io_v4.c 131 const struct iovec iov[] = {
140 const struct iovec *const t_iov = tail_memdup(iov, sizeof(iov));
aio.c 76 const struct iovec proto_iov0[] = {
86 const struct iovec *iov0 = tail_memdup(proto_iov0, sizeof(proto_iov0));
88 const struct iovec proto_iov1[] = {
98 const struct iovec *iov1 = tail_memdup(proto_iov1, sizeof(proto_iov1));
scm_rights.c 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct iovec, iov);
  /external/strace/tests-mx32/
ioctl_sg_io_v4.c 131 const struct iovec iov[] = {
140 const struct iovec *const t_iov = tail_memdup(iov, sizeof(iov));
aio.c 76 const struct iovec proto_iov0[] = {
86 const struct iovec *iov0 = tail_memdup(proto_iov0, sizeof(proto_iov0));
88 const struct iovec proto_iov1[] = {
98 const struct iovec *iov1 = tail_memdup(proto_iov1, sizeof(proto_iov1));
scm_rights.c 48 TAIL_ALLOC_OBJECT_CONST_PTR(struct iovec, iov);
  /external/valgrind/none/tests/
fdleak_cmsg.c 60 struct iovec iov[1];
88 struct iovec iov[1];
  /libcore/ojluni/src/main/native/
linux_close.cpp 130 int NET_ReadV(int s, const struct iovec * vector, int count) {
145 int NET_WriteV(int s, const struct iovec * vector, int count) {
  /device/generic/goldfish/dhcp/common/
socket.cpp 138 struct iovec iov;
202 struct iovec iov[3];
239 struct iovec iov;
273 struct iovec iov[3];
  /device/google/cuttlefish_common/host/libs/ivserver/
hald_client.cc 112 struct iovec vec {
qemu_client.cc 109 struct iovec vec {
  /external/honggfuzz/examples/terminal-emulators/
terminal-test.c 94 struct iovec iov[] = {
  /external/iproute2/include/
bpf_scm.h 30 struct iovec iov;
  /external/kernel-headers/original/uapi/linux/
target_core_user.h 115 struct iovec iov[0];
  /external/libnl/include/netlink/
netlink.h 60 struct iovec *, unsigned);
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm01.c 52 struct iovec *lvec;
54 struct iovec *rvec;
192 sane_params->lvec = SAFE_MALLOC(NULL, sizeof(struct iovec));
197 sane_params->rvec = SAFE_MALLOC(NULL, sizeof(struct iovec));
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv01.c 37 static struct iovec rd_iovec[] = {
  /external/ltp/testcases/kernel/syscalls/ptrace/
ptrace07.c 98 struct iovec iov = { .iov_base = xstate, .iov_len = sizeof(xstate) };
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg02.c 54 struct iovec iov = {
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 75 struct iovec v;
  /external/valgrind/memcheck/tests/
writev1.c 20 struct iovec wr_iovec[MAX_IOVEC] = {

Completed in 923 milliseconds

1 2 3 4 5 6 78 91011>>