Searched refs:pwritev2 (Results 1 – 25 of 49) sorted by relevance
12
/external/strace/tests/ |
D | preadv2-pwritev2.gen.test | 4 run_strace_match_diff -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
D | pure_executables.am | 211 preadv2-pwritev2 \
|
D | pure_executables.list | 210 preadv2-pwritev2
|
D | gen_tests.in | 219 preadv2-pwritev2 -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
/external/strace/tests-m32/ |
D | preadv2-pwritev2.gen.test | 4 run_strace_match_diff -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
D | pure_executables.am | 211 preadv2-pwritev2 \
|
D | pure_executables.list | 210 preadv2-pwritev2
|
D | gen_tests.in | 219 preadv2-pwritev2 -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
/external/strace/tests-mx32/ |
D | preadv2-pwritev2.gen.test | 4 run_strace_match_diff -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
D | pure_executables.am | 211 preadv2-pwritev2 \
|
D | pure_executables.list | 210 preadv2-pwritev2
|
D | gen_tests.in | 219 preadv2-pwritev2 -a22 -eread=0 -ewrite=1 -e trace=preadv2,pwritev2
|
/external/fio/os/ |
D | os-linux.h | 333 static inline ssize_t pwritev2(int fd, const struct iovec *iov, int iovcnt, in pwritev2() function 348 static inline ssize_t pwritev2(int fd, const struct iovec *iov, int iovcnt, in pwritev2() function
|
/external/fio/ |
D | configure | 1424 if test "$pwritev2" != "yes" ; then 1425 pwritev2="no" 1432 return pwritev2(0, NULL, 1, 0, 0) + preadv2(0, NULL, 1, 0, 0); 1436 pwritev2="yes" 1438 echo "pwritev2/preadv2 $pwritev2" 2158 if test "$pwritev2" = "yes" ; then
|
/external/strace/ |
D | io.c | 274 SYS_FUNC(pwritev2) in SYS_FUNC() argument
|
D | sys_func.h | 188 extern SYS_FUNC(pwritev2);
|
/external/strace/linux/64/ |
D | syscallent.h | 273 [287] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/fio/engines/ |
D | sync.c | 144 ret = pwritev2(f->fd, iov, 1, io_u->offset, flags); in fio_pvsyncio2_queue()
|
/external/strace/linux/32/ |
D | syscallent.h | 280 [287] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 329 [6326] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
D | syscallent-n64.h | 325 [5322] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/strace/linux/sparc64/ |
D | syscallent.h | 358 [359] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/strace/linux/s390x/ |
D | syscallent.h | 393 [377] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 338 [347] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
/external/strace/linux/ia64/ |
D | syscallent.h | 370 [1349] = { 6, TD, SEN(pwritev2), "pwritev2" },
|
12