Home
last modified time | relevance | path

Searched defs:iovp (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libc/sys/
H A Dw_pwritev.c23 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) in pwritev()
H A Dw_preadv.c23 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) in preadv()
/openbsd-src/sys/kern/
H A Dkern_physio.c65 struct iovec *iovp; in physio() local
H A Dsys_generic.c89 iovec_copyin(const struct iovec * uiov,struct iovec ** iovp,struct iovec * aiov,unsigned int iovcnt,size_t * residp) iovec_copyin() argument
/openbsd-src/sys/dev/pv/
H A Dxenstore.c827 struct iovec iov, *iovp = &iov; in xs_watch() local
951 struct iovec *iovp = NULL; in xs_getprop() local
986 struct iovec iov, *iovp = &iov; in xs_setprop() local
1019 struct iovec *iovp = NULL; in xs_cmpprop() local
1071 struct iovec iov, *iovp = &iov; in xs_kvop() local
H A Dxen.c1457 struct iovec *iovp = NULL; in xen_hotplug() local
/openbsd-src/gnu/usr.bin/perl/
H A Dsyscall_emulator.c785 const struct iovec * iovp = (const struct iovec *)va_arg(args, long); in syscall_emulator() local
792 const struct iovec * iovp = (const struct iovec *)va_arg(args, long); in syscall_emulator() local
1008 const struct iovec * iovp = (const struct iovec *)va_arg(args, long); in syscall_emulator() local
1016 const struct iovec * iovp = (const struct iovec *)va_arg(args, long); in syscall_emulator() local
/openbsd-src/lib/libc/stdio/
H A Dvfprintf.c292 struct __siov *iovp; /* for PRINT macro */ in __vfprintf() local
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h629 #define __sanitizer_syscall_pre_readv(fd, iovp, iovcnt) \ argument
632 #define __sanitizer_syscall_post_readv(res, fd, iovp, iovcnt) \ argument
635 #define __sanitizer_syscall_pre_writev(fd, iovp, iovcnt) \ argument
638 #define __sanitizer_syscall_post_writev(res, fd, iovp, iovcnt) \ argument
1533 #define __sanitizer_syscall_pre_preadv(fd, iovp, iovcnt, PAD, offset) \ argument
1537 #define __sanitizer_syscall_post_preadv(res, fd, iovp, iovcnt, PAD, offset) \ argument
1541 #define __sanitizer_syscall_pre_pwritev(fd, iovp, iovcnt, PAD, offset) \ argument
1545 #define __sanitizer_syscall_post_pwritev(res, fd, iovp, iovcnt, PAD, offset) \ argument