Searched refs:pwritev (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/regress/sys/kern/pwritev/
H A DMakefile3 PROG= pwritev
H A Dpwritev.c1 /* $OpenBSD: pwritev.c,v 1.5 2011/11/06 15:00:34 guenther Exp $ */
42 if (pwritev(fd, iov, 2, 4) != 4)
43 err(1, "pwritev");
60 if ((ret = pwritev(fd, iov, 2, -1)) != -1)
61 errx(1, "pwritev with negative offset succeeded,\
64 err(1, "pwritev with negative offset");
66 if ((ret = pwritev(fd, iov, 2, LLONG_MAX)) != -1)
67 errx(1, "pwritev with wrapping offset succeeded,\
70 err(1, "pwritev with wrapping offset");
78 if (pwritev(f
[all...]
/openbsd-current/lib/libc/sys/
H A Dw_pwritev.c23 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) function
28 ret = HIDDEN(pwritev)(fd, iovp, iovcnt, offset);
32 DEF_CANCEL(pwritev); variable
H A DMakefile.inc36 poll ppoll pread preadv pselect pwrite pwritev \
/openbsd-current/lib/libc/hidden/sys/
H A Duio.h24 PROTO_CANCEL(pwritev); variable
/openbsd-current/usr.sbin/vmd/
H A Dvioraw.c49 return pwritev(*(int *)file, iov, cnt, offset);
85 file->pwritev = raw_pwritev;
H A Dvirtio.h126 ssize_t (*pwritev)(void *, struct iovec *, int, off_t); member in struct:virtio_backing
H A Dvioblk.c862 sz = dev->file.pwritev(dev->file.p, io_v, io_idx, offset);
H A Dvioqcow2.c135 file->pwritev = qc2_pwritev;
/openbsd-current/regress/sys/kern/
H A DMakefile15 SUBDIR+= pipe pledge poll pread preadv ptmget ptrace ptrace2 pty pwrite pwritev
/openbsd-current/sys/sys/
H A Duio.h91 ssize_t pwritev(int, const struct iovec *, int, __off_t);
/openbsd-current/regress/sys/uvm/vnode/
H A Dtest-deadlock.c145 pwritev(-1, iov, 1, 0);
/openbsd-current/gnu/usr.bin/perl/
H A Dsyscall_emulator.c1019 ret = pwritev(fd, iovp, iovcnt, offset);

Completed in 505 milliseconds