Searched refs:iovec (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/wall/
H A Dttymsg.h3 const char *ttymsg(struct iovec *, int, const char *, int);
/freebsd-10.0-release/usr.sbin/ppp/
H A Datm.h34 struct iovec *, int *, int, int *, int *);
H A Dexec.h34 struct iovec *, int *, int, int *, int *);
H A Dudp.h34 struct iovec *, int *, int, int *, int *);
H A Dtcp.h33 struct iovec *, int *, int, int *, int *);
H A Dether.h35 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
H A Di4b.h36 struct iovec *, int *, int, int *, int *);
H A Dnetgraph.h35 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
H A Dtty.h36 struct iovec *, int *, int, int *, int *);
H A Ddatalink.h49 struct iovec;
130 extern struct datalink *iov2datalink(struct bundle *, struct iovec *, int *,
132 extern int datalink2iov(struct datalink *, struct iovec *, int *, int, int *,
/freebsd-10.0-release/crypto/openssh/
H A Datomicio.h46 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd,
47 const struct iovec *_iov, int iovcnt, int (*cb)(void *, size_t), void *);
48 size_t atomiciov(ssize_t (*)(int, const struct iovec *, int),
49 int, const struct iovec *, int);
H A Datomicio.c96 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd,
97 const struct iovec *_iov, int iovcnt,
102 struct iovec iov_array[IOV_MAX], *iov = iov_array;
161 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd,
162 const struct iovec *_iov, int iovcnt)
/freebsd-10.0-release/sys/sys/
H A D_iovec.h43 struct iovec { struct
H A Duio.h64 struct iovec *uio_iov; /* scatter/gather list */
92 int copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov,
96 int copyinuio(const struct iovec *iovp, u_int iovcnt, struct uio **uiop);
111 ssize_t readv(int, const struct iovec *, int);
112 ssize_t writev(int, const struct iovec *, int);
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_readv.c43 ssize_t __readv(int fd, const struct iovec *iov, int iovcnt);
48 __readv(int fd, const struct iovec *iov, int iovcnt)
H A Dthr_writev.c42 ssize_t __writev(int fd, const struct iovec *iov, int iovcnt);
47 __writev(int fd, const struct iovec *iov, int iovcnt)
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dbfdio.c146 if (abfd->iovec)
147 nread = abfd->iovec->bread (abfd, ptr, size);
189 if (abfd->iovec)
190 nwrote = abfd->iovec->bwrite (abfd, ptr, size);
214 if (abfd->iovec)
216 ptr = abfd->iovec->btell (abfd);
234 if (abfd->iovec)
235 return abfd->iovec->bflush (abfd);
249 if (abfd->iovec)
250 result = abfd->iovec
[all...]
/freebsd-10.0-release/usr.sbin/rrenumd/
H A Drrenumd.h47 struct iovec pl_sndiov;
/freebsd-10.0-release/lib/libc/stdio/
H A Dperror.c52 struct iovec *v;
53 struct iovec iov[4];
/freebsd-10.0-release/sys/ofed/include/linux/
H A Dsocket.h35 memcpy_toiovec(struct iovec *v, unsigned char *kdata, int len)
51 memcpy_fromiovec(unsigned char *kdata, struct iovec *iov, int len)
/freebsd-10.0-release/sys/mips/cavium/cryptocteon/
H A Dcryptocteonvar.h37 typedef int octo_encrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
38 typedef int octo_decrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, int auth_off, int auth_len, int crypt_off, int crypt_len, int icv_off, uint8_t *ivp);
61 struct iovec octo_iov[UIO_MAXIOV];
/freebsd-10.0-release/tools/regression/sockets/unix_passfd/
H A Dunix_passfd.c111 struct iovec iovec; local
126 iovec.iov_base = &ch;
127 iovec.iov_len = sizeof(ch);
129 msghdr.msg_iov = &iovec;
151 struct iovec iovec; local
161 iovec.iov_base = &ch;
162 iovec.iov_len = sizeof(ch);
164 msghdr.msg_iov = &iovec;
[all...]
/freebsd-10.0-release/contrib/serf/buckets/
H A Diovec_buckets.c23 struct iovec *vecs;
34 struct iovec vecs[],
42 ctx->vecs = serf_bucket_mem_alloc(allocator, len * sizeof(struct iovec));
47 /* copy all buffers to our iovec. */
66 struct iovec *vecs,
73 /* copy the requested amount of buffers to the provided iovec. */
75 struct iovec vec = ctx->vecs[ctx->current_vec];
113 struct iovec vec[1];
/freebsd-10.0-release/contrib/apr/include/
H A Dapr_want.h28 * APR_WANT_IOVEC: struct iovec
94 struct iovec struct
/freebsd-10.0-release/sbin/mount/
H A Dmntopts.h98 void build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, size_t len);
99 void build_iovec_argf(struct iovec **iov, int *iovlen, const char *name, const char *fmt, ...);

Completed in 270 milliseconds

1234567891011>>