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

1234567891011>>

/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c74 struct iovec *iov;
/freebsd-11-stable/lib/libc/gen/
H A Dpututxline.c258 struct iovec vec[2];
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c309 static int sdp_update_iov_used(struct socket *sk, struct iovec *iov, int len)
547 int sdp_rdma_to_iovec(struct socket *sk, struct iovec *iov, struct mbuf *mb,
642 struct iovec *iov, long *timeo)
711 int sdp_sendmsg_zcopy(struct kiocb *iocb, struct socket *sk, struct iovec *iov)
/freebsd-11-stable/tools/regression/netinet/ipbroadcast/
H A Dipbroadcast.c111 struct iovec iov[1];
/freebsd-11-stable/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c729 struct iovec iov;
746 struct iovec iov;
816 struct iovec iov;
833 struct iovec iov;
/freebsd-11-stable/tools/tools/netrate/httpd/
H A Dhttpd.c102 struct iovec header_iovec[6];
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h255 struct iovec *vec;
/freebsd-11-stable/usr.bin/wall/
H A Dwall.c98 struct iovec iov;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dnet.c268 struct iovec iov[NIOV], *iovp = iov;
287 /* now make up iovec and send */
H A Drmjob.c309 struct iovec *iov;
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscdcli.c139 struct iovec iov;
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmem.c92 struct iovec *iov;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_diff.c55 struct iovec aiov;
/freebsd-11-stable/usr.sbin/iscsid/
H A Dpdu.c257 struct iovec iov[3];
/freebsd-11-stable/usr.sbin/bhyve/
H A Dinout.c116 struct iovec iov[2];
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c90 struct iovec iv[2];
/freebsd-11-stable/contrib/serf/
H A Dserf_private.h31 /* There is no limit for iovec count on Windows, but apr_socket_sendv
258 struct iovec vec[IOV_MAX];
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgreply.h49 struct iovec;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clbio.c120 struct iovec iov;
268 struct iovec iov;
740 struct iovec iov;
774 struct iovec *t_iov;
796 t_iov = malloc(sizeof(struct iovec), M_NFSDIRECTIO, M_WAITOK);
1588 struct iovec io;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c225 static int compare_nmount_exportlist(struct iovec *, int, char *);
229 static void delete_export(struct iovec *, int, struct statfs *, char *);
1828 struct iovec *iov;
2053 compare_nmount_exportlist(struct iovec *iov, int iovlen, char *errmsg)
2288 delete_export(struct iovec *iov, int iovlen, struct statfs *fsp, char *errmsg)
3005 struct iovec *iov;
/freebsd-11-stable/sys/fs/nfsserver/
H A Dnfs_nfsdport.c345 struct iovec aiov;
571 struct iovec iv[(NFS_MAXPATHLEN+MLEN-1)/MLEN];
572 struct iovec *ivp = iv;
636 struct iovec *iv;
637 struct iovec *iv2;
662 MALLOC(iv, struct iovec *, i * sizeof (struct iovec),
723 struct iovec *ivp;
725 struct iovec *iv;
730 MALLOC(ivp, struct iovec *, cn
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dchangepw.c83 struct iovec iov[3];
177 struct iovec iov[3];
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dredir.c482 struct iovec iov[2];
530 rem = writev(p->tap, iov, sizeof(iov)/sizeof(struct iovec));
/freebsd-11-stable/tools/tools/net80211/wlaninject/
H A Dwlaninject.c123 struct iovec iov[2];
134 rc = writev(fd, iov, sizeof(iov)/sizeof(struct iovec));
/freebsd-11-stable/sys/dev/iscsi_initiator/
H A Discsivar.h165 struct iovec iov;
189 struct iovec iov[5]; // XXX: careful ...

Completed in 307 milliseconds

1234567891011>>