Home
last modified time | relevance | path

Searched refs:pwritev (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/sys/
H A Duio.h113 ssize_t pwritev(int, const struct iovec *, int, off_t);
H A Dsyscall.mk179 pwritev.o \
/freebsd/tools/test/stress2/misc/
H A Drdwr.sh127 if ((r = pwritev(fd1, &iov, 1, 0)) != len)
H A Dmmap41.sh97 if (pwritev(fd, &iov, 1, 0) != -1)
H A Dsuj23.sh350 pwritev(fd, data, 3, 0);
/freebsd/lib/libsys/
H A DSymbol.sys.map178 pwritev;
H A DMakefile.sys570 write.2 pwritev.2 \
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp621 INTERCEPTOR(ssize_t, pwritev, int fd, const struct iovec *iov, int count, argument
624 return REAL(pwritev)(fd, iov, count, offset);
626 #define RTSAN_MAYBE_INTERCEPT_PWRITEV INTERCEPT_FUNCTION(pwritev)
/freebsd/tests/sys/capsicum/
H A Dcapmode.cc146 EXPECT_OK(pwritev(fd_file_, &io, 1, 0)); in FORK_TEST_F()
/freebsd/usr.sbin/bhyve/
H A Dblock_if.c289 if ((n = pwritev(bc->bc_fd, br->br_iov, br->br_iovcnt, in blockif_proc()
/freebsd/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c747 return (pwritev(d, &iov, 1, 0)); in pwritev_wrapper()
/freebsd/tests/sys/file/
H A Dpath_test.c712 pwritev(pathfd, &iov, 1, 0) == -1); in ATF_TC_BODY()
/freebsd/contrib/openbsm/etc/
H A Daudit_event571 43211:AUE_PWRITEV:pwritev(2):no
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/
H A Drtsan_test_interceptors_posix.cpp1065 pwritev(GetOpenFd(), &iov, 1, 0); in TEST_F()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc1800 PRE_SYSCALL(pwritev)
1803 POST_SYSCALL(pwritev)
H A Dsanitizer_syscalls_netbsd.inc2138 PRE_SYSCALL(pwritev)
2143 POST_SYSCALL(pwritev)
H A Dsanitizer_common_interceptors.inc1207 INTERCEPTOR(SSIZE_T, pwritev, int fd, __sanitizer_iovec *iov, int iovcnt,
1210 COMMON_INTERCEPTOR_ENTER(ctx, pwritev, fd, iov, iovcnt, offset);
1213 SSIZE_T res = COMMON_INTERCEPTOR_BLOCK_REAL(pwritev)(fd, iov, iovcnt, offset);
1217 #define INIT_PWRITEV COMMON_INTERCEPT_FUNCTION(pwritev)
/freebsd/usr.sbin/camdd/
H A Dcamdd.c2484 retval = pwritev(file_dev->fd, data->iovec,
/freebsd/contrib/lib9p/backend/
H A Dfs.c1995 ret = pwritev(file->ff_fd, req->lr_data_iov, niov, in fs_write()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2686 fun:pwritev=uninstrumented