Searched refs:writev (Results 1 – 25 of 43) sorted by relevance
12
/external/valgrind/main/ |
D | xfree-4.supp | 132 writev(vector[...]) 142 writev(vector[...]) 153 writev(vector[...]) 201 Xorg 6.8.1 writev uninit padding 203 writev(vector[...]) 204 fun:writev 211 Xorg 6.9.0 writev uninit padding 213 writev(vector[...]) 215 fun:writev 222 X on SUSE11 writev uninit padding [all …]
|
D | glibc-2.5.supp | 126 writev(vector[...]) 135 writev(vector[...]) 137 fun:writev
|
D | glibc-2.4.supp | 172 writev(vector[...]) 181 writev(vector[...]) 183 fun:writev
|
D | glibc-2.6.supp | 165 writev(vector[...]) 174 writev(vector[...]) 176 fun:writev
|
D | glibc-2.2.supp | 396 writev(vector[...])/__writev/libX11.so.6.2/libX11.so.6.2 398 writev(vector[...])
|
/external/valgrind/main/memcheck/tests/ |
D | writev1.stderr.exp | 2 Syscall param writev(vector[...]) points to unaddressable byte(s) 8 Syscall param writev(vector) points to unaddressable byte(s)
|
D | writev1.c | 56 if (writev(fd, wr_iovec, 2) < 0) { in main() 68 if (writev(fd, wr_iovec, -1) < 0) { in main()
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 147 int writev(int, struct iovec *, int);
|
/external/qemu/ |
D | bt-vhci.c | 104 while (writev(s->fd, iv, 2) < 0) in vhci_host_send()
|
D | bt-host.c | 58 while (writev(s->fd, iv, 2) < 0) { in bt_host_send()
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 190 int writev(int, struct iovec *, int);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 190 int writev(int, struct iovec *, int);
|
/external/dhcpcd/ |
D | bpf.c | 156 return writev(fd, iov, 2); in send_raw_packet()
|
D | configure.c | 317 retval = writev(fd, iov, 2); in send_interface1() 400 if (writev(fd->fd, iov, 2) == -1) in run_script_reason()
|
/external/kernel-headers/original/linux/mtd/ |
D | mtd.h | 184 …int (*writev) (struct mtd_info *mtd, const struct kvec *vecs, unsigned long count, loff_t to, size… member
|
/external/dnsmasq/src/ |
D | bpf.c | 249 while (writev(daemon->dhcp_raw_fd, iov, 4) == -1 && retry_send()); in send_via_bpf()
|
/external/android-clat/ |
D | translate.c | 517 writev(fd, out, iov_len); in translate_packet()
|
/external/yaffs2/yaffs2/mtdemul/ |
D | nandemul2k.c | 627 mtd->writev = nand_writev; in nandemul2k_scan()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 522 ret = ::writev(FD, &IOV, 1); in write_impl()
|
/external/qemu/docs/ |
D | ANDROID-QEMU-PIPE.TXT | 94 Corresponds to when the guest does a write() or writev() on the
|
/external/qemu/slirp/ |
D | socket.c | 396 nn = writev(so->s, (const struct iovec *)iov, n); in sowrite()
|
/external/qemu/slirp-android/ |
D | socket.c | 404 nn = writev(so->s, (const struct iovec *)iov, n); in sowrite()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
D | prio.h | 393 PRWritevFN writev; /* Write segments as described by iovector */ member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 322 INTERCEPTOR_WITH_SUFFIX(SSIZE_T, writev, int fd, __sanitizer_iovec *iov, 325 COMMON_INTERCEPTOR_ENTER(ctx, writev, fd, iov, iovcnt); 327 SSIZE_T res = REAL(writev)(fd, iov, iovcnt); 331 #define INIT_WRITEV INTERCEPT_FUNCTION(writev)
|
/external/llvm/cmake/ |
D | config-ix.cmake | 151 check_symbol_exists(writev sys/uio.h HAVE_WRITEV)
|
12