Searched defs:iovp (Results 1 - 11 of 11) sorted by relevance
| /src/lib/libc/sys/ |
| H A D | preadv.c | 49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) argument
|
| H A D | pwritev.c | 49 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) argument
|
| /src/sys/kern/ |
| H A D | kern_physio.c | 220 struct iovec *iovp; local in function:physio
|
| H A D | sys_generic.c | 186 do_filereadv(int fd, const struct iovec *iovp, int iovcnt, argument 388 do_filewritev(int fd, const struct iovec *iovp, int iovcnt, argument [all...] |
| /src/lib/libisns/ |
| H A D | isns_task.c | 196 struct iovec *iovp; local in function:isns_task_send_pdu
|
| H A D | isns_thread.c | 261 struct iovec *iovp; local in function:isns_kevent_socket
|
| /src/sys/compat/netbsd32/ |
| H A D | netbsd32_conv.h | 260 netbsd32_to_iovecin(const struct netbsd32_iovec *iov32p, struct iovec *iovp, argument
|
| H A D | netbsd32_fs.c | 81 struct iovec *iovp; local in function:netbsd32_get_iov 137 dofilereadv32(int fd, struct file *fp, struct netbsd32_iovec *iovp, int iovcnt, off_t *offset, int flags, register_t *retval) argument 243 dofilewritev32(int fd,struct file * fp,struct netbsd32_iovec * iovp,int iovcnt,off_t * offset,int flags,register_t * retval) argument [all...] |
| /src/lib/libc/stdio/ |
| H A D | vfwprintf.c | 677 struct __siov *iovp; /* for PRINT macro */ local in function:WDECL
|
| /src/sys/nfs/ |
| H A D | nfs_vnops.c | 1301 struct iovec *iovp = uiop->uio_iov; local in function:nfs_writerpc
|
| /src/sys/rump/librump/rumpkern/ |
| H A D | rump_syscalls.c | 1555 rump___sysimpl_readv(int fd, const struct iovec * iovp, int iovcnt) argument 1585 rump___sysimpl_writev(int fd, const struct iovec * iovp, int iovcnt) argument 3289 rump___sysimpl_preadv(int fd, const struct iovec * iovp, int iovcnt, off_t offset) argument 3321 rump___sysimpl_pwritev(int fd, const struct iovec * iovp, in argument [all...] |
Completed in 18 milliseconds