Searched refs:writev (Results 1 – 25 of 43) sorted by relevance
12
/external/valgrind/ |
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/memcheck/tests/ |
D | writev1.c | 56 if (writev(fd, wr_iovec, 2) < 0) { in main() 68 if (writev(fd, wr_iovec, -1) < 0) { in main()
|
D | writev1.stderr.exp | 2 Syscall param writev(vector[...]) points to unaddressable byte(s)
|
/external/fio/os/windows/posix/include/sys/ |
D | uio.h | 14 ssize_t writev(int fildes, const struct iovec *iov, int iovcnt);
|
/external/android-clat/ |
D | tun.c | 88 return writev(fd, out, iov_len); in send_tun()
|
D | clatd_test.cpp | 426 writev(fd, out, iov_len); in send_rawv6()
|
/external/openssh/openbsd-compat/ |
D | openbsd-compat.h | 160 int writev(int, struct iovec *, int);
|
/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/selinux/policycoreutils/mcstrans/src/ |
D | mcstransd.c | 105 while (((count = writev(fd, resp_hdr, 3)) < 0) && (errno == EINTR)); in send_response() 114 while (((count = writev(fd, &resp_data, 1)) < 0) && (errno == EINTR)); in send_response()
|
/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()
|
D | dhcpcd.c | 1616 if (writev(fd->fd, iov, 2) == -1) { in handle_args() 1627 if (writev(fd->fd, iov, 2) == -1) { in handle_args()
|
/external/ltrace/etc/ |
D | syscalls.conf | 116 ulong writev(int,addr,int);
|
/external/dnsmasq/src/ |
D | bpf.c | 249 while (writev(daemon->dhcp_raw_fd, iov, 4) == -1 && retry_send()); in send_via_bpf()
|
/external/strace/ |
D | sys_func.h | 297 extern SYS_FUNC(writev);
|
D | io.c | 160 SYS_FUNC(writev) in SYS_FUNC() argument
|
/external/fio/engines/ |
D | sync.c | 294 ret = writev(f->fd, sd->iovecs, sd->queued); in fio_vsyncio_commit()
|
/external/llvm/lib/Support/ |
D | raw_ostream.cpp | 581 ret = ::writev(FD, &IOV, 1); in write_impl()
|
/external/fio/os/windows/ |
D | posix.c | 710 ssize_t writev(int fildes, const struct iovec *iov, int iovcnt) in writev() function
|
/external/llvm/include/llvm/Config/ |
D | config.h.in | 339 /* Define to 1 if you have the `writev' function. */
|
12