| /f-stack/freebsd/sys/ |
| H A D | uio.h | 56 struct iovec *uio_iov; /* scatter/gather list */ 83 int copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, 85 int copyinuio(const struct iovec *iovp, u_int iovcnt, struct uio **uiop); 104 ssize_t readv(int, const struct iovec *, int); 105 ssize_t writev(int, const struct iovec *, int); 107 ssize_t preadv(int, const struct iovec *, int, off_t); 108 ssize_t pwritev(int, const struct iovec *, int, off_t);
|
| H A D | spigenio.h | 37 struct iovec st_command; /* master to slave */ 38 struct iovec st_data; /* slave to master and/or master to slave */
|
| H A D | ktls.h | 168 struct iovec; 188 struct iovec *src, struct iovec *dst, int iovcnt,
|
| H A D | _iovec.h | 45 struct iovec { struct
|
| H A D | socket.h | 435 struct iovec *msg_iov; /* scatter/gather array */ 618 struct iovec *msg_iov; /* scatter/gather array */ 645 struct iovec *headers; /* pointer to an array of header struct iovec's */ 647 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */
|
| /f-stack/tools/compat/include/sys/ |
| H A D | uio.h | 64 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);
|
| H A D | sysproto.h | 144 char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)]; 149 char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)]; 188 char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)]; 194 char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)]; 252 char iov_l_[PADL_(struct iovec *)]; struct iovec * iov; char iov_r_[PADR_(struct iovec *)]; 261 char iov_l_[PADL_(struct iovec *)]; struct iovec * iov; char iov_r_[PADR_(struct iovec *)];
|
| H A D | _iovec.h | 36 struct iovec { struct
|
| H A D | socket.h | 429 struct iovec *msg_iov; /* scatter/gather array */ 612 struct iovec *msg_iov; /* scatter/gather array */ 639 struct iovec *headers; /* pointer to an array of header struct iovec's */ 641 struct iovec *trailers; /* pointer to an array of trailer struct iovec's */
|
| /f-stack/freebsd/kern/ |
| H A D | subr_uio.c | 102 struct iovec iov[1]; in physcopyin() 123 struct iovec iov[1]; in physcopyout() 211 struct iovec *iov; in uiomove_faultflag() 310 struct iovec *iov; in ureadc() 347 copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) in copyiniov() 354 iovlen = iovcnt * sizeof (struct iovec); in copyiniov() 367 struct iovec *iov; in copyinuio() 375 iovlen = iovcnt * sizeof (struct iovec); in copyinuio() 377 iov = (struct iovec *)(uio + 1); in copyinuio() 406 iovlen = uiop->uio_iovcnt * sizeof (struct iovec); in cloneuio() [all …]
|
| /f-stack/freebsd/mips/cavium/cryptocteon/ |
| H A D | cryptocteonvar.h | 37 typedef int octo_encrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, i… 38 typedef int octo_decrypt_t(struct octo_sess *od, struct iovec *iov, size_t iovcnt, size_t iovlen, i… 53 struct iovec octo_iov[UIO_MAXIOV];
|
| /f-stack/lib/ |
| H A D | ff_kern_subr.c | 166 struct iovec *iov; in uiomove() 228 copyinuio(const struct iovec *iovp, u_int iovcnt, struct uio **uiop) in copyinuio() 230 struct iovec *iov; in copyinuio() 238 iovlen = iovcnt * sizeof (struct iovec); in copyinuio() 243 iov = (struct iovec *)(uio + 1); in copyinuio()
|
| H A D | ff_syscall_wrapper.c | 189 struct iovec *msg_iov; /* Vector of data to send/receive into. */ 694 struct iovec aiov; in ff_read() 719 ff_readv(int fd, const struct iovec *iov, int iovcnt) in ff_readv() 727 auio.uio_iov = __DECONST(struct iovec *, iov); in ff_readv() 746 struct iovec aiov; in ff_write() 771 ff_writev(int fd, const struct iovec *iov, int iovcnt) in ff_writev() 779 auio.uio_iov = __DECONST(struct iovec *, iov); in ff_writev() 804 struct iovec aiov; in ff_sendto() 874 struct iovec aiov; in ff_recvfrom()
|
| H A D | ff_api.h | 88 ssize_t ff_readv(int fd, const struct iovec *iov, int iovcnt); 91 ssize_t ff_writev(int fd, const struct iovec *iov, int iovcnt);
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | uio.h | 37 typedef struct iovec iovec_t; 55 const struct iovec *uio_iov; 107 const struct iovec *iov, unsigned long nr_segs, size_t count) in iov_iter_init_compat() 119 uio_iovec_init(uio_t *uio, const struct iovec *iov, unsigned long nr_segs, in uio_iovec_init()
|
| /f-stack/freebsd/opencrypto/ |
| H A D | ktls_ocf.c | 159 const struct tls_record_layer *hdr, uint8_t *trailer, struct iovec *iniov, in ktls_ocf_tls_cbc_encrypt() 160 struct iovec *outiov, int iovcnt, uint64_t seqno, in ktls_ocf_tls_cbc_encrypt() 167 struct iovec iov[iovcnt + 2]; in ktls_ocf_tls_cbc_encrypt() 168 struct iovec out_iov[iovcnt + 1]; in ktls_ocf_tls_cbc_encrypt() 319 const struct tls_record_layer *hdr, uint8_t *trailer, struct iovec *iniov, in ktls_ocf_tls12_gcm_encrypt() 320 struct iovec *outiov, int iovcnt, uint64_t seqno, in ktls_ocf_tls12_gcm_encrypt() 327 struct iovec iov[iovcnt + 1]; in ktls_ocf_tls12_gcm_encrypt() 380 memcpy(iov, tag_uio->uio_iov, iovcnt * sizeof(struct iovec)); in ktls_ocf_tls12_gcm_encrypt() 457 const struct tls_record_layer *hdr, uint8_t *trailer, struct iovec *iniov, in ktls_ocf_tls13_gcm_encrypt() 458 struct iovec *outiov, int iovcnt, uint64_t seqno, uint8_t record_type) in ktls_ocf_tls13_gcm_encrypt() [all …]
|
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-vfs-direct_IO.m4 | 45 const struct iovec *iov, loff_t offset, 97 [whether aops->direct_IO() uses iovec]) 101 [aops->direct_IO() uses iovec])
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_readv_chain.c | 21 struct iovec *iov, iovs[NGX_IOVS_PREALLOCATE]; in ngx_readv_chain() 76 vec.size = sizeof(struct iovec); in ngx_readv_chain() 121 n = readv(c->fd, (struct iovec *) vec.elts, vec.nelts); in ngx_readv_chain()
|
| H A D | ngx_darwin_sendfile_chain.c | 44 struct iovec headers[NGX_IOVS_PREALLOCATE]; in ngx_darwin_sendfile_chain() 45 struct iovec trailers[NGX_IOVS_PREALLOCATE]; in ngx_darwin_sendfile_chain()
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | uio.h | 51 typedef struct iovec iovec_t; 69 struct iovec *uio_iov; /* pointer to array of iovecs */
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet_ff.c | 119 static ssize_t (*real_writev)(int, const struct iovec *, int); 122 static ssize_t (*real_readv)(int, const struct iovec *, int); 324 writev(int sockfd, const struct iovec *iov, int iovcnt) in writev() 353 readv(int sockfd, const struct iovec *iov, int iovcnt) in readv()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_zmount.c | 49 build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val, in build_iovec() 80 struct iovec *iov; in do_mount_()
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 181 struct iovec iov[3]; in xo_send_syslog() 182 struct iovec *v = iov; in xo_send_syslog() 264 struct iovec iov[2]; in xo_send_syslog() 265 struct iovec *v = iov; in xo_send_syslog()
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_ff_module.c | 114 static ssize_t (*real_writev)(int, const struct iovec *, int); 115 static ssize_t (*real_readv)(int, const struct iovec *, int); 461 writev(int sockfd, const struct iovec *iov, int iovcnt) in writev() 472 readv(int sockfd, const struct iovec *iov, int iovcnt) in readv()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_proto.h | 285 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)]; 292 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)]; 999 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… 1001 …char rvec_l_[PADL_(const struct iovec *)]; const struct iovec * rvec; char rvec_r_[PADR_(const str… 1007 …char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const str… 1009 …char rvec_l_[PADL_(const struct iovec *)]; const struct iovec * rvec; char rvec_r_[PADR_(const str… 1091 …char vec_l_[PADL_(const struct iovec *)]; const struct iovec * vec; char vec_r_[PADR_(const struct… 1099 …char vec_l_[PADL_(const struct iovec *)]; const struct iovec * vec; char vec_r_[PADR_(const struct…
|