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

1 2 3 4 5 6 7 8 91011>>

  /bionic/tests/headers/posix/
sys_uio_h.c 34 TYPE(struct iovec);
35 STRUCT_MEMBER(struct iovec, void*, iov_base);
36 STRUCT_MEMBER(struct iovec, size_t, iov_len);
41 FUNCTION(readv, ssize_t (*f)(int, const struct iovec*, int));
42 FUNCTION(writev, ssize_t (*f)(int, const struct iovec*, int));
  /external/libvncserver/libvncserver/
rfbcrypto.h 9 void digestmd5(const struct iovec *iov, int iovcnt, void *dest);
10 void digestsha1(const struct iovec *iov, int iovcnt, void *dest);
  /external/ltp/testcases/kernel/io/direct_io/
diotest_routines.h 1 struct iovec;
3 extern void vfillbuf(struct iovec *iv, int vcnt, char value);
6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
  /system/core/liblog/
fake_log_device.h 24 struct iovec;
28 LIBLOG_HIDDEN ssize_t fakeLogWritev(int fd, const struct iovec* vector,
  /external/ltp/include/lapi/
iovec.h 26 struct iovec { struct
vmsplice.h 27 #include "lapi/iovec.h"
30 ssize_t vmsplice(int fd, const struct iovec *iov,
  /external/fio/os/windows/posix/include/sys/
uio.h 7 struct iovec struct
13 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt);
14 ssize_t writev(int fildes, const struct iovec *iov, int iovcnt);
  /system/core/liblog/include/log/
uio.h 36 struct iovec { struct
41 extern int readv(int fd, struct iovec* vecs, int count);
42 extern int writev(int fd, const struct iovec* vecs, int count);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
uio.h 44 struct iovec struct
58 extern ssize_t process_vm_readv (pid_t __pid, __const struct iovec *__lvec,
60 __const struct iovec *__rvec,
66 extern ssize_t process_vm_writev (pid_t __pid, __const struct iovec *__lvec,
68 __const struct iovec *__rvec,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
uio.h 44 struct iovec struct
58 extern ssize_t process_vm_readv (pid_t __pid, __const struct iovec *__lvec,
60 __const struct iovec *__rvec,
66 extern ssize_t process_vm_writev (pid_t __pid, __const struct iovec *__lvec,
68 __const struct iovec *__rvec,
  /bionic/libc/include/sys/
uio.h 38 ssize_t readv(int __fd, const struct iovec* __iov, int __count);
39 ssize_t writev(int __fd, const struct iovec* __iov, int __count);
42 ssize_t preadv(int __fd, const struct iovec* __iov, int __count, off_t __offset) __RENAME_IF_FILE_OFFSET64(preadv64) __INTRODUCED_IN(24);
43 ssize_t pwritev(int __fd, const struct iovec* __iov, int __count, off_t __offset) __RENAME_IF_FILE_OFFSET64(pwritev64) __INTRODUCED_IN(24);
44 ssize_t preadv64(int __fd, const struct iovec* __iov, int __count, off64_t __offset) __INTRODUCED_IN(24);
45 ssize_t pwritev64(int __fd, const struct iovec* __iov, int __count, off64_t __offset) __INTRODUCED_IN(24);
49 ssize_t process_vm_readv(pid_t __pid, const struct iovec* __local_iov, unsigned long __local_iov_count, const struct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(23);
50 ssize_t process_vm_writev(pid_t __pid, const struct iovec* __local_iov, unsigned long __local_iov_count, const struct iovec* __remote_iov, unsigned long __remote_iov_count, unsigned long __flags) __INTRODUCED_IN(23)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uio.h 16 struct iovec struct
  /external/elfutils/backends/
aarch64_initreg.c 60 struct iovec iovec;
61 iovec.iov_base = &gregs;
62 iovec.iov_len = sizeof (gregs);
63 if (ptrace (PTRACE_GETREGSET, tid, NT_PRSTATUS, &iovec) != 0)
78 iovec.iov_base = &fregs;
79 iovec.iov_len = sizeof (fregs);
80 if (ptrace (PTRACE_GETREGSET, tid, NT_FPREGSET, &iovec) != 0)
  /external/kernel-headers/original/uapi/linux/
mic_ioctl.h 30 * @iov: An array of IOVEC structures containing user space buffers.
31 * @iovcnt: Number of IOVEC structures in iov.
39 struct iovec __user *iov;
41 struct iovec *iov;
63 * Copy the number of entries in the iovec and update the used index
uio.h 17 struct iovec struct
  /external/ltp/testcases/kernel/fs/ftest/
libftest.h 27 struct iovec;
32 void ft_dumpiov(struct iovec *iov);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
uio.h 28 /* This file defines `struct iovec'. */
33 buffers described by IOVEC, which is a vector of COUNT 'struct iovec's.
36 put in IOVEC instead of a contiguous buffer.
40 extern ssize_t readv (int __fd, __const struct iovec *__iovec, int __count)
43 /* Write data pointed by the buffers described by IOVEC, which
44 is a vector of COUNT 'struct iovec's, to file descriptor FD.
47 are taken from IOVEC instead of a contiguous buffer.
51 extern ssize_t writev (int __fd, __const struct iovec *__iovec, int __count)
59 described by IOVEC, which is a vector of COUNT 'struct iovec's
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
uio.h 28 /* This file defines `struct iovec'. */
33 buffers described by IOVEC, which is a vector of COUNT 'struct iovec's.
36 put in IOVEC instead of a contiguous buffer.
40 extern ssize_t readv (int __fd, __const struct iovec *__iovec, int __count)
43 /* Write data pointed by the buffers described by IOVEC, which
44 is a vector of COUNT 'struct iovec's, to file descriptor FD.
47 are taken from IOVEC instead of a contiguous buffer.
51 extern ssize_t writev (int __fd, __const struct iovec *__iovec, int __count)
59 described by IOVEC, which is a vector of COUNT 'struct iovec's
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/
client_channel.h 11 struct iovec;
44 const iovec* send_vector, size_t send_count,
45 const iovec* receive_vector,
48 void* transaction_state, int opcode, const iovec* send_vector,
49 size_t send_count, const iovec* receive_vector, size_t receive_count) = 0;
51 void* transaction_state, int opcode, const iovec* send_vector,
52 size_t send_count, const iovec* receive_vector, size_t receive_count) = 0;
mock_client_channel.h 24 const iovec* send_vector, size_t send_count,
25 const iovec* receive_vector, size_t receive_count));
28 const iovec* send_vector, size_t send_count,
29 const iovec* receive_vector,
33 const iovec* send_vector,
35 const iovec* receive_vector,
  /bionic/libc/kernel/uapi/linux/
uio.h 23 struct iovec { struct
  /external/ltp/testcases/kernel/syscalls/cma/
process_vm.h 37 const struct iovec *lvec, unsigned long liovcnt,
38 const struct iovec *rvec, unsigned long riovcnt,
50 const struct iovec *lvec, unsigned long liovcnt,
51 const struct iovec *rvec, unsigned long riovcnt,
  /external/ltp/testcases/kernel/syscalls/preadv/
preadv.h 25 int preadv(int fd, const struct iovec *iov, int iovcnt, off_t offset)
  /external/ltp/testcases/kernel/syscalls/pwritev/
pwritev.h 25 int pwritev(int fd, const struct iovec *iov, int iovcnt, off_t offset)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 57 struct iovec { struct
81 struct iovec *uio_iov; /* pointer to array of iovecs */
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
117 ssize_t readv(int, const struct iovec *, int);
118 ssize_t writev(int, const struct iovec *, int);

Completed in 856 milliseconds

1 2 3 4 5 6 7 8 91011>>