Searched refs:iovec (Results 201 - 225 of 338) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sbin/mount_fusefs/
H A Dmount_fusefs.c79 * to pass it, as string, via iovec.
113 struct iovec *iov;
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-bt-linux.c301 struct iovec iv;
/freebsd-10.2-release/sys/dev/firewire/
H A Dfirewirereg.h265 struct iovec *vec;
/freebsd-10.2-release/sys/gnu/fs/reiserfs/
H A Dreiserfs_vnops.c314 struct iovec aiov;
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_getcwd.c121 struct iovec iov;
H A Dlinux_socket.c613 struct iovec aiov[1];
632 /* Prepare the msghdr and iovec structures describing the new packet */
1070 struct iovec aiov;
1155 struct iovec *iov;
1298 struct iovec *iov, *uiov;
/freebsd-10.2-release/usr.sbin/mld6query/
H A Dmld6.c181 static struct iovec iov[2];
/freebsd-10.2-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c163 struct iovec iov[2];
/freebsd-10.2-release/tools/tools/net80211/wesside/dics/
H A Ddics.c110 struct iovec iv;
/freebsd-10.2-release/tools/tools/netrate/tcpp/
H A Dtcpp_client.c169 struct iovec iov[2];
/freebsd-10.2-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c322 struct iovec io[2];
679 struct iovec io[2];
890 struct iovec io[3];
/freebsd-10.2-release/lib/libfetch/
H A Dcommon.c1075 struct iovec iov;
1084 * Note: can modify the iovec.
1087 fetch_writev(conn_t *conn, struct iovec *iov, int iovcnt)
1166 struct iovec iov[2];
/freebsd-10.2-release/sys/dev/iscsi_initiator/
H A Disc_soc.c189 struct iovec *iv;
321 struct iovec *iov = &sp->iov;
375 struct iovec *iov = pq->iov;
/freebsd-10.2-release/sys/fs/smbfs/
H A Dsmbfs_io.c312 struct iovec io;
430 struct iovec iov;
588 struct iovec iov;
/freebsd-10.2-release/sys/opencrypto/
H A Dcryptodev.c274 struct iovec iovec; member in struct:csession
669 cse->uio.uio_iov = &cse->iovec;
/freebsd-10.2-release/usr.sbin/jail/
H A Djail.c608 struct iovec jiov[4];
720 struct iovec jiov[4];
844 struct iovec jiov[2];
/freebsd-10.2-release/sys/nfsserver/
H A Dnfs_serv.c673 struct iovec iv[(NFS_MAXPATHLEN+MLEN-1)/MLEN];
674 struct iovec *ivp = iv;
776 struct iovec *iv;
777 struct iovec *iv2;
889 iv = malloc(i * sizeof (struct iovec),
968 struct iovec *ivp;
972 struct iovec *iv;
1087 ivp = malloc(cnt * sizeof (struct iovec), M_TEMP,
2133 struct iovec iv;
2624 struct iovec i
[all...]
/freebsd-10.2-release/usr.sbin/ppp/
H A Dphysical.c121 struct device *(*iov2device)(int, struct physical *, struct iovec *,
584 iov2physical(struct datalink *dl, struct iovec *iov, int *niov, int maxiov,
676 physical2iov(struct physical *p, struct iovec *iov, int *niov, int maxiov,
/freebsd-10.2-release/contrib/llvm/lib/Support/
H A Draw_ostream.cpp522 struct iovec IOV = {const_cast<void *>(Addr), Size };
/freebsd-10.2-release/contrib/serf/buckets/
H A Dbwtp_buckets.c279 struct iovec *vecs,
/freebsd-10.2-release/contrib/serf/
H A Dserf.h799 int vecs_size, struct iovec *vecs,
/freebsd-10.2-release/crypto/openssl/crypto/bio/
H A Dbss_dgram.c1102 struct iovec iov;
1334 struct iovec iov[1];
1701 struct iovec iov;
1857 struct iovec iov;
/freebsd-10.2-release/lib/libc/net/
H A Dnscachedcli.c151 struct iovec iov;
/freebsd-10.2-release/sbin/dhclient/
H A Dbpf.c312 struct iovec iov[2];
/freebsd-10.2-release/contrib/apr/file_io/unix/
H A Dreadwrite.c226 APR_DECLARE(apr_status_t) apr_file_writev(apr_file_t *thefile, const struct iovec *vec,
266 * The problem with trying to output the entire iovec is that we cannot
268 * over the iovec one at a time, we lose the atomic properties of
269 * writev(). The other option is to combine the entire iovec into one
271 * reasonable since we do not know how much data an iovec could contain.
274 * writev(), is to only write the first iovec. Callers of file_writev()
276 * ensure an entire iovec is written, use apr_file_writev_full().

Completed in 408 milliseconds

1234567891011>>