OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pwritev
(Results
1 - 3
of
3
) sorted by null
/external/fio/
configure
1082
# Check whether we have
pwritev
/preadv
1083
pwritev
="no"
1089
return
pwritev
(0, NULL, 1, 0) + preadv(0, NULL, 1, 0);
1092
if compile_prog "" "" "
pwritev
"; then
1093
pwritev
="yes"
1095
echo "
pwritev
/preadv $
pwritev
"
1313
if test "$
pwritev
" = "yes" ; then
/external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc
354
RESTRICT_SYSCALL_DEATH_TEST(
pwritev
);
/external/fio/engines/
sync.c
88
ret =
pwritev
(f->fd, iov, 1, io_u->offset);
Completed in 128 milliseconds