Searched defs:iovcnt (Results 1 - 18 of 18) sorted by relevance

/src/lib/libc/sys/
H A Dpreadv.c49 preadv(int fd, const struct iovec *iovp, int iovcnt, off_t offset) argument
H A Dpwritev.c49 pwritev(int fd, const struct iovec *iovp, int iovcnt, off_t offset) argument
/src/lib/libisns/
H A Disns_fileio.c42 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 Disns_socketio.c90 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 Disns_task.c203 int iovcnt, cur_iovec; local in function:isns_task_send_pdu
H A Disns_thread.c268 int iovcnt, more, transport_evt; local in function:isns_kevent_socket
[all...]
/src/lib/libutil/
H A Dttymsg.c64 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
[all...]
/src/sys/kern/
H A Dsys_generic.c186 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 Dsubr_copy.c178 int iovcnt = uio->uio_iovcnt; local in function:uiopeek
/src/share/examples/refuse/ian/libfetch/
H A Dcommon.c505 _fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt) argument
/src/lib/libc/gen/
H A Dxsyslog.c155 int opened, iovcnt; local in function:_vxsyslogp_r
[all...]
/src/usr.bin/ftp/
H A Dssl.c97 fetch_writev(struct fetch_connect *conn, struct iovec *iov, int iovcnt) argument
/src/sys/compat/netbsd32/
H A Dnetbsd32_fs.c137 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 Dsctp_sys_calls.c742 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 Dpthread_cancelstub.c562 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 Dspi.c789 spi_sendv(spi_handle_t sh,const struct iovec * iov,int iovcnt) argument
/src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c1555 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 Dsyslogd.c2691 wallmsg(struct filed *f, struct iovec *iov, size_t iovcnt) argument

Completed in 47 milliseconds