/openbsd-src/lib/libc/sys/ |
H A D | w_pwritev.c | 23 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) in pwritev()
|
H A D | w_preadv.c | 23 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) in preadv()
|
/openbsd-src/sys/kern/ |
H A D | kern_physio.c | 65 struct iovec *iovp; in physio() local
|
H A D | sys_generic.c | 89 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 D | xenstore.c | 827 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 D | xen.c | 1457 struct iovec *iovp = NULL; in xen_hotplug() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | syscall_emulator.c | 785 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 D | vfprintf.c | 292 struct __siov *iovp; /* for PRINT macro */ in __vfprintf() local
|
/openbsd-src/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 629 #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
|