Searched refs:pwritev (Results 1 – 13 of 13) sorted by relevance
/external/strace/tests/ |
D | uio.expected | 4 pwritev\(3, \[{"\\0\\0\\0\\0", 4}\], 1, 1004211379570065135\) += 4
|
D | uio.c | 25 assert(pwritev(fd, &iov, 1, offset) == 4); in main()
|
/external/fio/ |
D | configure | 1156 pwritev="no" 1162 return pwritev(0, NULL, 1, 0) + preadv(0, NULL, 1, 0); 1166 pwritev="yes" 1168 echo "pwritev/preadv $pwritev" 1541 if test "$pwritev" = "yes" ; then
|
D | HOWTO | 664 psyncv Basic preadv(2) or pwritev(2) IO.
|
/external/strace/ |
D | NEWS | 62 * Fixed decoding of 32-bit preadv/pwritev offset on 64-bit architectures. 114 * Fixed offset decoding in preadv and pwritev syscalls. 163 preadv, pwrite, pwritev, readahead, sigaltstack, sync_file_range, sysctl, 196 preadv, prlimit64, process_vm_readv, process_vm_writev, pwritev, 307 * Implemented basic decoding of new linux syscalls: preadv, pwritev,
|
D | sys_func.h | 175 extern SYS_FUNC(pwritev);
|
D | io.c | 253 SYS_FUNC(pwritev) in SYS_FUNC() argument
|
D | configure.ac | 235 pwritev
|
/external/fio/engines/ |
D | sync.c | 90 ret = pwritev(f->fd, iov, 1, io_u->offset); in fio_pvsyncio_queue()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 529 INTERCEPTOR(SSIZE_T, pwritev, int fd, __sanitizer_iovec *iov, int iovcnt, 532 COMMON_INTERCEPTOR_ENTER(ctx, pwritev, fd, iov, iovcnt, offset); 535 SSIZE_T res = REAL(pwritev)(fd, iov, iovcnt, offset); 539 #define INIT_PWRITEV COMMON_INTERCEPT_FUNCTION(pwritev)
|
D | sanitizer_common_syscalls.inc | 1662 PRE_SYSCALL(pwritev)(long fd, const __sanitizer_iovec *vec, long vlen, 1665 POST_SYSCALL(pwritev)(long res, long fd, const __sanitizer_iovec *vec,
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2680 fun:pwritev=uninstrumented
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 938 PUBLIC d4030 0 pwritev
|