| /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/lib/libisns/ |
| H A D | isns_fileio.c | 42 isns_file_writev(int fd, const struct iovec *iov, int iovcnt) argument 62 isns_file_readv(int fd, const struct iovec *iov, int iovcnt) argument
|
| H A D | isns_socketio.c | 90 isns_socket_writev(isns_socket_t s, const struct iovec *iov, int iovcnt) argument 99 isns_socket_readv(isns_socket_t s, const struct iovec *iov, int iovcnt) argument
|
| H A D | isns_task.c | 203 int iovcnt, cur_iovec; local in function:isns_task_send_pdu
|
| H A D | isns_thread.c | 268 int iovcnt, more, transport_evt; local in function:isns_kevent_socket [all...] |
| /src/lib/libutil/ |
| H A D | ttymsg.c | 64 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument [all...] |
| /src/sys/kern/ |
| 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,off_t * offset,int flags,register_t * retval) argument [all...] |
| H A D | subr_copy.c | 178 int iovcnt = uio->uio_iovcnt; local in function:uiopeek
|
| /src/share/examples/refuse/ian/libfetch/ |
| H A D | common.c | 505 _fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt) argument
|
| /src/lib/libc/gen/ |
| H A D | xsyslog.c | 155 int opened, iovcnt; local in function:_vxsyslogp_r [all...] |
| /src/usr.bin/ftp/ |
| H A D | ssl.c | 97 fetch_writev(struct fetch_connect *conn, struct iovec *iov, int iovcnt) argument
|
| /src/sys/compat/netbsd32/ |
| H A D | netbsd32_fs.c | 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/net/ |
| H A D | sctp_sys_calls.c | 742 sctp_sendv(int sd,const struct iovec * iov,int iovcnt,struct sockaddr * addrs,int addrcnt,void * info,socklen_t infolen,unsigned int infotype,int flags) argument
|
| /src/lib/libpthread/ |
| H A D | pthread_cancelstub.c | 562 readv(int d, const struct iovec *iov, int iovcnt) argument 779 writev(int d, const struct iovec *iov, int iovcnt) argument
|
| /src/sys/dev/spi/ |
| H A D | spi.c | 789 spi_sendv(spi_handle_t sh,const struct iovec * iov,int iovcnt) argument
|
| /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, int iovcnt, off_ argument [all...] |
| /src/usr.sbin/syslogd/ |
| H A D | syslogd.c | 2691 wallmsg(struct filed *f, struct iovec *iov, size_t iovcnt) argument
|