HomeSort by relevance Sort by last modified time
    Searched full:preadv (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/tests/
uio.test 3 # Check how pread/pwrite and preadv/pwritev syscalls are traced.
30 grep_log 'preadv' '\(3, \[{"\\0\\0\\0\\0", 4}\], 1, 1004211379570065135\) += 4'
uio.c 16 assert(preadv(fd, &iov, 1, offset) == 4);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
uio.h 66 extern ssize_t preadv (int __fd, __const struct iovec *__iovec, int __count,
82 extern ssize_t __REDIRECT (preadv, (int __fd, __const struct iovec *__iovec,
89 # define preadv preadv64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
uio.h 66 extern ssize_t preadv (int __fd, __const struct iovec *__iovec, int __count,
82 extern ssize_t __REDIRECT (preadv, (int __fd, __const struct iovec *__iovec,
89 # define preadv preadv64 macro
  /external/ltrace/sysdeps/linux-gnu/m68k/
syscallent.h 351 "preadv", /* 329 */
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 90 "preadv", /* 69 */
  /external/ltrace/sysdeps/linux-gnu/mips/
syscallent.h 352 "preadv", /* 330 */
  /external/ltrace/sysdeps/linux-gnu/ppc/
syscallent.h 342 "preadv", /* 320 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 355 "preadv", /* 333 */
syscallent1.h 317 "preadv", /* 295 */
  /external/qemu/
posix-aio-compat.c 155 return preadv(fd, iov, nr_iov, offset);
250 * Try preadv/pwritev first and fall back to linearizing the
  /external/strace/linux/x32/
syscallent.h 296 { 4, TD, printargs, "64:preadv" }, /* 295 */
340 { 4, TD, sys_preadv, "preadv" }, /* 534 */
  /external/strace/
NEWS 32 * Fixed offset decoding in preadv and pwritev syscalls.
81 preadv, pwrite, pwritev, readahead, sigaltstack, sync_file_range, sysctl,
114 preadv, prlimit64, process_vm_readv, process_vm_writev, pwritev,
225 * Implemented basic decoding of new linux syscalls: preadv, pwritev,
aio.c 202 { "preadv", SUB_VECTOR },
  /external/strace/linux/or1k/
syscallent.h 70 { 5, TD, sys_preadv, "preadv" }, /* 69 */
  /external/fio/
configure 1082 # Check whether we have pwritev/preadv
1089 return pwritev(0, NULL, 1, 0) + preadv(0, NULL, 1, 0);
1095 echo "pwritev/preadv $pwritev"
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 340 RESTRICT_SYSCALL_DEATH_TEST(preadv);
  /external/fio/engines/
sync.c 86 ret = preadv(f->fd, iov, 1, io_u->offset);
  /external/strace/linux/aarch64/
syscallent1.h 70 { 4, TD, sys_preadv, "preadv" }, /* 69 */
  /external/strace/linux/arc/
syscallent.h 70 { 5, TD, sys_preadv, "preadv" }, /* 69 */
  /external/strace/linux/hppa/
syscallent.h 320 { 5, TD, sys_preadv, "preadv" }, /* 315 */
  /external/strace/linux/metag/
syscallent.h 70 { 5, TD, sys_preadv, "preadv" }, /* 69 */
  /external/strace/linux/tile/
syscallent.h 70 { 4, TD, sys_preadv, "preadv" }, /* 69 */
syscallent1.h 70 { 5, TD, sys_preadv, "preadv" }, /* 69 */
  /external/strace/linux/x86_64/
syscallent.h 296 { 4, TD, sys_preadv, "preadv" }, /* 295 */

Completed in 401 milliseconds

1 2 3 4 5 6 7 8