Home
last modified time | relevance | path

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

/openbsd/src/regress/sys/kern/pwritev/
Dpwritev.c42 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()
DMakefile3 PROG= pwritev
/openbsd/src/lib/libc/sys/
Dw_pwritev.c23 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);
DMakefile.inc36 poll ppoll pread preadv pselect pwrite pwritev \
/openbsd/src/usr.sbin/vmd/
Dvioraw.c49 return pwritev(*(int *)file, iov, cnt, offset); in raw_pwritev()
85 file->pwritev = raw_pwritev; in virtio_raw_init()
Dvirtio.h126 ssize_t (*pwritev)(void *, struct iovec *, int, off_t); member
Dvioblk.c867 sz = dev->file.pwritev(dev->file.p, io_v, io_idx, offset); in vioblk_rw()
Dvioqcow2.c132 file->pwritev = qc2_pwritev; in virtio_qcow2_init()
/openbsd/src/lib/libc/hidden/sys/
Duio.h24 PROTO_CANCEL(pwritev);
/openbsd/src/sys/sys/
Duio.h91 ssize_t pwritev(int, const struct iovec *, int, __off_t);
/openbsd/src/regress/sys/kern/
DMakefile15 SUBDIR+= pipe pledge poll pread preadv ptmget ptrace ptrace2 pty pwrite pwritev
/openbsd/src/regress/sys/uvm/vnode/
Dtest-deadlock.c145 pwritev(-1, iov, 1, 0); in writer()
/openbsd/src/lib/libc/
DSymbols.list377 pwritev
/openbsd/src/gnu/usr.bin/perl/
Dsyscall_emulator.c1019 ret = pwritev(fd, iovp, iovcnt, offset); in syscall_emulator()
/openbsd/src/regress/usr.bin/tsort/
Dpairs1694 pwritev.o pwritev.o
1002 pwritev.o __syscall.o
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc1786 PRE_SYSCALL(pwritev)
1789 POST_SYSCALL(pwritev)
Dsanitizer_syscalls_netbsd.inc2138 PRE_SYSCALL(pwritev)
2143 POST_SYSCALL(pwritev)
Dsanitizer_common_interceptors.inc1261 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/
Dlibc_ubuntu1404_abilist.txt2681 fun:pwritev=uninstrumented