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

1234567891011>>

/freebsd-11-stable/bin/df/
H A Ddf.c125 struct iovec *iov = NULL;
/freebsd-11-stable/cddl/compat/opensolaris/misc/
H A Dzmount.c45 build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val,
76 struct iovec *iov;
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_brigade.c358 struct iovec *vec, int *nvec)
362 struct iovec *orig;
395 struct iovec vec[MAX_VECS];
491 const struct iovec *vec,
507 * the iovec to transient buckets rather than copying.
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestmemcache.c547 struct iovec vec[2];
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dfullrw.c66 const struct iovec *vec,
/freebsd-11-stable/contrib/apr/include/
H A Dapr_want.h28 * APR_WANT_IOVEC: struct iovec
94 struct iovec struct
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsendrecv.c194 apr_status_t apr_socket_sendv(apr_socket_t * sock, const struct iovec *vec,
661 * const struct iovec *hdtrl, int flags);
674 struct iovec hdtrarray[2];
702 /* HP-UX can only send one header iovec and one footer iovec; try to
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_strings.c177 APR_DECLARE(char *) apr_pstrcatv(apr_pool_t *a, const struct iovec *vec,
182 const struct iovec *src;
/freebsd-11-stable/contrib/atf/atf-c/
H A Dtc.c159 struct iovec iov[5];
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in2.h4601 const struct bfd_iovec *iovec;
4594 const struct bfd_iovec *iovec; member in struct: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...]
H A Dbfdwin.c158 && (abfd->iovec == NULL
159 || abfd->iovec->bseek (abfd, offset, SEEK_SET) != 0))
H A Dcache.c387 abfd->iovec = &cache_iovec;
412 if (abfd->iovec != &cache_iovec)
H A Dopncls.c106 nbfd->iovec = obfd->iovec;
560 nbfd->iovec = &opncls_iovec;
662 ret = abfd->iovec->bclose (abfd);
/freebsd-11-stable/contrib/blacklist/lib/
H A Dbl.c361 struct iovec iov;
423 struct iovec iov;
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_lsock.c445 struct iovec iov[1];
H A Dtrans_udp.c226 struct iovec iov;
277 struct iovec iov[1];
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-sunos4.h131 struct iovec;
133 int readv(int, struct iovec *, int);
186 int writev(int, struct iovec *, int);
/freebsd-11-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc147 struct iovec __iov[2];
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure30097 struct iovec iov[2];
[all...]
/freebsd-11-stable/contrib/libxo/libxo/
H A Dxo_syslog.c181 struct iovec iov[3];
182 struct iovec *v = iov;
264 struct iovec iov[2];
265 struct iovec *v = iov;
/freebsd-11-stable/contrib/mdocml/
H A Dcatman.c73 struct iovec iov;
H A Dmandocd.c60 struct iovec iov[1];
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_socket.c34 struct iovec iov;
87 struct iovec iov;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c86 struct iovec iov;

Completed in 359 milliseconds

1234567891011>>