Searched refs:pwritev (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/regress/sys/kern/pwritev/ |
| D | pwritev.c | 42 if (pwritev(fd, iov, 2, 4) != 4) in main() 60 if ((ret = pwritev(fd, iov, 2, -1)) != -1) in main() 66 if ((ret = pwritev(fd, iov, 2, LLONG_MAX)) != -1) in main() 78 if (pwritev(fd, iov, 2, 2) != 4) in main() 91 else if ((ret = pwritev(fd, iov, 2, 7)) != -1) in main()
|
| D | Makefile | 3 PROG= pwritev
|
| /openbsd/src/lib/libc/sys/ |
| D | w_pwritev.c | 23 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) in pwritev() function 28 ret = HIDDEN(pwritev)(fd, iovp, iovcnt, offset); in pwritev() 32 DEF_CANCEL(pwritev);
|
| D | Makefile.inc | 36 poll ppoll pread preadv pselect pwrite pwritev \
|
| /openbsd/src/usr.sbin/vmd/ |
| D | vioraw.c | 49 return pwritev(*(int *)file, iov, cnt, offset); in raw_pwritev() 85 file->pwritev = raw_pwritev; in virtio_raw_init()
|
| D | virtio.h | 126 ssize_t (*pwritev)(void *, struct iovec *, int, off_t); member
|
| D | vioblk.c | 867 sz = dev->file.pwritev(dev->file.p, io_v, io_idx, offset); in vioblk_rw()
|
| D | vioqcow2.c | 132 file->pwritev = qc2_pwritev; in virtio_qcow2_init()
|
| /openbsd/src/lib/libc/hidden/sys/ |
| D | uio.h | 24 PROTO_CANCEL(pwritev);
|
| /openbsd/src/sys/sys/ |
| D | uio.h | 91 ssize_t pwritev(int, const struct iovec *, int, __off_t);
|
| /openbsd/src/regress/sys/kern/ |
| D | Makefile | 15 SUBDIR+= pipe pledge poll pread preadv ptmget ptrace ptrace2 pty pwrite pwritev
|
| /openbsd/src/regress/sys/uvm/vnode/ |
| D | test-deadlock.c | 145 pwritev(-1, iov, 1, 0); in writer()
|
| /openbsd/src/lib/libc/ |
| D | Symbols.list | 377 pwritev
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | syscall_emulator.c | 1019 ret = pwritev(fd, iovp, iovcnt, offset); in syscall_emulator()
|
| /openbsd/src/regress/usr.bin/tsort/ |
| D | pairs1 | 694 pwritev.o pwritev.o 1002 pwritev.o __syscall.o
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_common_syscalls.inc | 1786 PRE_SYSCALL(pwritev) 1789 POST_SYSCALL(pwritev)
|
| D | sanitizer_syscalls_netbsd.inc | 2138 PRE_SYSCALL(pwritev) 2143 POST_SYSCALL(pwritev)
|
| D | sanitizer_common_interceptors.inc | 1261 INTERCEPTOR(SSIZE_T, pwritev, int fd, __sanitizer_iovec *iov, int iovcnt, 1264 COMMON_INTERCEPTOR_ENTER(ctx, pwritev, fd, iov, iovcnt, offset); 1267 SSIZE_T res = REAL(pwritev)(fd, iov, iovcnt, offset); 1271 #define INIT_PWRITEV COMMON_INTERCEPT_FUNCTION(pwritev)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | libc_ubuntu1404_abilist.txt | 2681 fun:pwritev=uninstrumented
|