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

12

/netbsd-current/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
/netbsd-current/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
H A Disns_thread.c268 int iovcnt, more, transport_evt; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dwritev.c41 writev(int d, const struct iovec *iov, int iovcnt) argument
H A Dreadv.c41 readv(int d, const struct iovec *iov, int iovcnt) argument
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Datomicio.c101 atomiciov6(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *cb_arg) argument
167 atomiciov(ssize_t (f) int, const struct iovec *, int), int fd, const struct iovec *_iov, int iovcnt) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dstop.c45 int set_excepts, iovcnt = 1; local
[all...]
H A Derror.c121 estr_writev (const struct iovec *iov, int iovcnt) argument
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dstop.c45 int set_excepts, iovcnt = 1; local
[all...]
H A Derror.c121 estr_writev (const struct iovec *iov, int iovcnt) argument
/netbsd-current/lib/libutil/
H A Dttymsg.c64 ttymsg(struct iovec *iov, int iovcnt, const char *line, int tmout) argument
[all...]
/netbsd-current/external/bsd/tmux/dist/compat/
H A Dimsg.c185 imsg_composev(struct imsgbuf *ibuf, uint32_t type, uint32_t peerid, pid_t pid, int fd, const struct iovec *iov, int iovcnt) argument
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dlinux-syscalls.c196 ssize_t uv__preadv(int fd, const struct iovec *iov, int iovcnt, int64_t offset) { argument
205 ssize_t uv__pwritev(int fd, const struct iovec *iov, int iovcnt, int64_t offset) { argument
/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dcommon.c505 _fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt) argument
/netbsd-current/lib/libc/gen/
H A Dxsyslog.c155 int opened, iovcnt; local
[all...]
/netbsd-current/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
/netbsd-current/usr.bin/ftp/
H A Dssl.c97 fetch_writev(struct fetch_connect *conn, struct iovec *iov, int iovcnt) argument
/netbsd-current/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...]
/netbsd-current/lib/libpthread/
H A Dpthread_cancelstub.c541 readv(int d, const struct iovec *iov, int iovcnt) argument
687 writev(int d, const struct iovec *iov, int iovcnt) argument
/netbsd-current/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
/netbsd-current/external/bsd/nsd/dist/dnstap/
H A Ddnstap.c476 dt_tls_writer_write(void* obj, const struct iovec* iov, int iovcnt) argument

Completed in 191 milliseconds

12