HomeSort by relevance Sort by last modified time
    Searched full:writev (Results 351 - 375 of 813) sorted by null

<<11121314151617181920>>

  /external/dhcpcd/
configure.c 317 retval = writev(fd, iov, 2);
400 if (writev(fd->fd, iov, 2) == -1)
401 syslog(LOG_ERR, "writev: %m");
dhcpcd.c     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrFormats.td     [all...]
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_streams.c 276 bytes = writev(fd, str->iovCur, str->iovCurCount);
  /external/fio/engines/
sync.c 294 ret = writev(f->fd, sd->iovecs, sd->queued);
  /external/libunwind/tests/
test-coredump-unwind.c 115 /* TODO: maybe use writev instead of memmoving? Need full_writev? */
  /external/strace/
io.c 160 SYS_FUNC(writev)
  /external/strace/linux/32/
syscallent.h 70 [ 66] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/64/
syscallent.h 67 [ 66] = { 3, TD, sys_writev, "writev" },
  /libcore/luni/src/main/java/libcore/io/
Os.java 169 public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException, InterruptedIOException; method in interface:Os
  /external/llvm/host/include/llvm/Config/
config.h 507 /* Define to 1 if you have the `writev' function. */
514 /* Define to 1 if you have the `writev' function. */
  /art/runtime/jdwp/
jdwp_main.cc 146 return TEMP_FAILURE_RETRY(writev(clientSock, &iov[0], iov.size()));
  /bionic/libc/
libc.map 1329 writev;
  /external/llvm/cmake/
config-ix.cmake 149 check_symbol_exists(writev sys/uio.h HAVE_WRITEV)
  /external/llvm/include/llvm/Config/
config.h.cmake 351 /* Define to 1 if you have the `writev' function. */
config.h.in 339 /* Define to 1 if you have the `writev' function. */
  /external/ltrace/sysdeps/linux-gnu/aarch64/
syscallent.h 87 "writev", /* 66 */
    [all...]
  /external/strace/linux/avr32/
syscallent.h 155 [127] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/bfin/
syscallent.h 175 [146] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/hppa/
syscallent.h 151 [146] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/i386/
syscallent.h 175 [146] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/m68k/
syscallent.h 175 [146] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/microblaze/
syscallent.h 175 [146] = { 3, TD, sys_writev, "writev" },
  /external/strace/linux/mips/
syscallent-n32.h 22 [6019] = { 3, TD, sys_writev, "writev" },
syscallent-n64.h 22 [5019] = { 3, TD, sys_writev, "writev" },

Completed in 356 milliseconds

<<11121314151617181920>>