/external/openssh/ |
D | atomicio.h | 46 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, 47 const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *); 48 size_t atomiciov(ssize_t (*)(int, const struct iovec *, int), 49 int, const struct iovec *, int);
|
D | atomicio.c | 96 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov6() argument 97 const struct iovec *_iov, int iovcnt, in atomiciov6() 102 struct iovec iov_array[IOV_MAX], *iov = iov_array; in atomiciov6() 161 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd, in atomiciov() argument 162 const struct iovec *_iov, int iovcnt) in atomiciov()
|
D | monitor_fdpass.c | 58 struct iovec vec; in mm_send_fd() 119 struct iovec vec; in mm_receive_fd()
|
/external/valgrind/main/none/tests/ |
D | process_vm_readv_writev.c | 18 struct iovec lvec[2]; in test_process_vm_readv() 19 struct iovec rvec[2]; in test_process_vm_readv() 54 struct iovec lvec[2]; in test_process_vm_writev() 55 struct iovec rvec[2]; in test_process_vm_writev()
|
D | fdleak_cmsg.c | 60 struct iovec iov[1]; in server() 88 struct iovec iov[1]; in client()
|
/external/kernel-headers/original/linux/ |
D | uio.h | 20 struct iovec struct 54 static inline size_t iov_length(const struct iovec *iov, unsigned long nr_segs) in iov_length() 64 unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to);
|
D | socket.h | 67 struct iovec * msg_iov; /* Data blocks */ 321 extern int memcpy_fromiovec(unsigned char *kdata, struct iovec *iov, int len); 322 extern int memcpy_fromiovecend(unsigned char *kdata, const struct iovec *iov, 325 struct iovec *iov, 329 extern int verify_iovec(struct msghdr *m, struct iovec *iov, struct sockaddr *address, int mode); 330 extern int memcpy_toiovec(struct iovec *v, unsigned char *kdata, int len); 331 extern int memcpy_toiovecend(const struct iovec *v, unsigned char *kdata,
|
D | dmaengine.h | 356 struct dma_pinned_list *dma_pin_iovec_pages(struct iovec *iov, size_t len); 359 dma_cookie_t dma_memcpy_to_iovec(struct dma_chan *chan, struct iovec *iov, 361 dma_cookie_t dma_memcpy_pg_to_iovec(struct dma_chan *chan, struct iovec *iov,
|
D | fs.h | 401 struct iovec; 528 const struct iovec *iov; 543 const struct iovec *iov, unsigned long nr_segs, in iov_iter_init() 606 ssize_t (*direct_IO)(int, struct kiocb *, const struct iovec *iov, 1552 ssize_t (*aio_read) (struct kiocb *, const struct iovec *, unsigned long, loff_t); 1553 ssize_t (*aio_write) (struct kiocb *, const struct iovec *, unsigned long, loff_t); 1611 ssize_t rw_copy_check_uvector(int type, const struct iovec __user * uvector, 1613 struct iovec *fast_pointer, 1614 struct iovec **ret_pointer); 1618 extern ssize_t vfs_readv(struct file *, const struct iovec __user *, [all …]
|
/external/libppp/src/ |
D | physical.h | 25 struct iovec; 73 void (*device2iov)(struct device *, struct iovec *, int *, int, int *, int *); 144 extern struct physical *iov2physical(struct datalink *, struct iovec *, int *, 146 extern int physical2iov(struct physical *, struct iovec *, int *, int, int *,
|
D | datalink.h | 49 struct iovec; 130 extern struct datalink *iov2datalink(struct bundle *, struct iovec *, int *, 132 extern int datalink2iov(struct datalink *, struct iovec *, int *, int, int *,
|
D | tcp.h | 33 struct iovec *, int *, int, int *, int *);
|
D | exec.h | 34 struct iovec *, int *, int, int *, int *);
|
D | udp.h | 34 struct iovec *, int *, int, int *, int *);
|
/external/llvm/test/CodeGen/ARM/ |
D | 2009-08-15-RegScavenger-EarlyClobber.ll | 7 %struct.iovec = type { i8*, i32 } 9 define i32 @generic_segment_checks(%struct.iovec* nocapture %iov, i32* nocapture %nr_segs, i32* noc… 31 %scevgep22 = getelementptr %struct.iovec* %iov, i32 %2, i32 0; <i8**> [#uses=0]
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 134 struct iovec; 136 int readv(int, struct iovec *, int); 190 int writev(int, struct iovec *, int);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 134 struct iovec; 136 int readv(int, struct iovec *, int); 190 int writev(int, struct iovec *, int);
|
/external/qemu/ |
D | net.h | 11 typedef ssize_t (NetReceiveIOV)(VLANClientState *, const struct iovec *, int); 65 ssize_t qemu_sendv_packet(VLANClientState *vc, const struct iovec *iov, 67 ssize_t qemu_sendv_packet_async(VLANClientState *vc, const struct iovec *iov,
|
D | posix-aio-compat.c | 38 struct iovec *aio_iov; 153 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() 159 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev() 167 qemu_preadv(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_preadv() 173 qemu_pwritev(int fd, const struct iovec *iov, int nr_iov, off_t offset) in qemu_pwritev()
|
/external/qemu/slirp/ |
D | socket.h | 90 struct iovec; /* For win32 */ 91 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
|
D | socket.c | 88 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np) in sopreprbuf() 159 struct iovec iov[2]; in soread() 171 nn = readv(so->s, (struct iovec *)iov, n); in soread() 219 struct iovec iov[2]; in soreadbuf() 355 struct iovec iov[2]; in sowrite() 396 nn = writev(so->s, (const struct iovec *)iov, n); in sowrite()
|
/external/qemu/slirp-android/ |
D | socket.h | 95 struct iovec; /* For win32 */ 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np);
|
D | socket.c | 96 size_t sopreprbuf(struct socket *so, struct iovec *iov, int *np) in sopreprbuf() 167 struct iovec iov[2]; in soread() 179 nn = readv(so->s, (struct iovec *)iov, n); in soread() 227 struct iovec iov[2]; in soreadbuf() 363 struct iovec iov[2]; in sowrite() 404 nn = writev(so->s, (const struct iovec *)iov, n); in sowrite()
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 76 static struct iovec iov; 78 static int expand_buf(struct iovec *iov, size_t size) in expand_buf() 258 struct iovec iov; in main()
|
/external/dnsmasq/src/ |
D | bpf.c | 21 static struct iovec ifconf = { 26 static struct iovec ifreq = { 173 struct iovec iov[4]; in send_via_bpf()
|