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

1234567891011>>

/freebsd-11-stable/usr.bin/wall/
H A Dttymsg.h5 const char *ttymsg(struct iovec *, int, const char *, int);
/freebsd-11-stable/usr.sbin/ppp/
H A Datm.h34 struct iovec *, int *, int, int *, int *);
H A Dexec.h36 struct iovec *, int *, int, int *, int *);
H A Dudp.h36 struct iovec *, int *, int, int *, int *);
H A Dtcp.h35 struct iovec *, int *, int, int *, int *);
H A Dether.h37 extern struct device *ether_iov2device(int, struct physical *, struct iovec *,
H A Di4b.h38 struct iovec *, int *, int, int *, int *);
H A Dtty.h38 struct iovec *, int *, int, int *, int *);
H A Dnetgraph.h37 extern struct device *ng_iov2device(int, struct physical *, struct iovec *,
/freebsd-11-stable/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.c101 atomiciov6(ssize_t (*f) (int, const struct iovec *, int), int fd,
102 const struct iovec *_iov, int iovcnt,
107 struct iovec iov_array[IOV_MAX], *iov = iov_array;
166 atomiciov(ssize_t (*f) (int, const struct iovec *, int), int fd,
167 const struct iovec *_iov, int iovcnt)
/freebsd-11-stable/sys/sys/
H A D_iovec.h43 struct iovec { struct
H A Dspigenio.h35 struct iovec st_command; /* master to slave */
36 struct iovec st_data; /* slave to master and/or master to slave */
H A Duio.h64 struct iovec *uio_iov; /* scatter/gather list */
93 int copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov,
97 int copyinuio(const struct iovec *iovp, u_int iovcnt, struct uio **uiop);
116 ssize_t readv(int, const struct iovec *, int);
117 ssize_t writev(int, const struct iovec *, int);
119 ssize_t preadv(int, const struct iovec *, int, off_t);
120 ssize_t pwritev(int, const struct iovec *, int, off_t);
/freebsd-11-stable/lib/libc/sys/
H A Dreadv.c46 readv(int fd, const struct iovec *iov, int iovcnt)
49 return (((ssize_t (*)(int, const struct iovec *, int))
H A Dwritev.c46 writev(int fd, const struct iovec *iov, int iovcnt)
49 return (((ssize_t (*)(int, const struct iovec *, int))
/freebsd-11-stable/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-11-stable/sys/dev/beri/virtio/
H A Dvirtio.h66 struct iovec *iov, int n_iov, uint16_t *flags);
67 void vq_relchain(struct vqueue_info *vq, struct iovec *iov, int n, uint32_t iolen);
68 struct iovec * getcopy(struct iovec *iov, int n);
/freebsd-11-stable/lib/libnv/
H A Dmsgio.h38 struct iovec;
/freebsd-11-stable/usr.sbin/rrenumd/
H A Drrenumd.h47 struct iovec pl_sndiov;
/freebsd-11-stable/sbin/mount/
H A Dmntopts.h100 void build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, size_t len);
101 void build_iovec_argf(struct iovec **iov, int *iovlen, const char *name, const char *fmt, ...);
102 void free_iovec(struct iovec **iovec, int *iovlen);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dsocket.h38 memcpy_toiovec(struct iovec *v, unsigned char *kdata, int len)
54 memcpy_fromiovec(unsigned char *kdata, struct iovec *iov, int len)
/freebsd-11-stable/lib/libc/stdio/
H A Dperror.c52 struct iovec *v;
53 struct iovec iov[4];
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_util.h77 int cloudabi_sock_recv(struct thread *, cloudabi_fd_t, struct iovec *, size_t,
80 int cloudabi_sock_send(struct thread *, cloudabi_fd_t, struct iovec *, size_t,
/freebsd-11-stable/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];

Completed in 154 milliseconds

1234567891011>>