| /freebsd/sys/sys/ |
| H A D | uio.h | 113 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
| H A D | syscall.mk | 179 pwritev.o \
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | rdwr.sh | 127 if ((r = pwritev(fd1, &iov, 1, 0)) != len)
|
| H A D | mmap41.sh | 97 if (pwritev(fd, &iov, 1, 0) != -1)
|
| H A D | suj23.sh | 350 pwritev(fd, data, 3, 0);
|
| /freebsd/lib/libsys/ |
| H A D | Symbol.sys.map | 178 pwritev;
|
| H A D | Makefile.sys | 570 write.2 pwritev.2 \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 621 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 D | capmode.cc | 146 EXPECT_OK(pwritev(fd_file_, &io, 1, 0)); in FORK_TEST_F()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | block_if.c | 289 if ((n = pwritev(bc->bc_fd, br->br_iov, br->br_iovcnt, in blockif_proc()
|
| /freebsd/tools/regression/security/open_to_operation/ |
| H A D | open_to_operation.c | 747 return (pwritev(d, &iov, 1, 0)); in pwritev_wrapper()
|
| /freebsd/tests/sys/file/ |
| H A D | path_test.c | 712 pwritev(pathfd, &iov, 1, 0) == -1); in ATF_TC_BODY()
|
| /freebsd/contrib/openbsm/etc/ |
| H A D | audit_event | 571 43211:AUE_PWRITEV:pwritev(2):no
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 1065 pwritev(GetOpenFd(), &iov, 1, 0); in TEST_F()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1800 PRE_SYSCALL(pwritev) 1803 POST_SYSCALL(pwritev)
|
| H A D | sanitizer_syscalls_netbsd.inc | 2138 PRE_SYSCALL(pwritev) 2143 POST_SYSCALL(pwritev)
|
| H A D | sanitizer_common_interceptors.inc | 1207 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 D | camdd.c | 2484 retval = pwritev(file_dev->fd, data->iovec,
|
| /freebsd/contrib/lib9p/backend/ |
| H A D | fs.c | 1995 ret = pwritev(file->ff_fd, req->lr_data_iov, niov, in fs_write()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2686 fun:pwritev=uninstrumented
|