Searched refs:iovec (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.h41 struct iovec;
190 uint64_t gla, size_t len, int prot, struct iovec *iov, int iovcnt,
192 void vm_copyin(struct vmctx *ctx, int vcpu, struct iovec *guest_iov,
195 struct iovec *guest_iov, size_t len);
196 void vm_copy_teardown(struct vmctx *ctx, int vcpu, struct iovec *iov,
/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c868 * \param iovec Pointers to the body sections of the request.
881 const struct iovec *iovec, u_int num_vecs, u_int *len, void **result)
893 msg.len += iovec[i].iov_len;
905 error = xs_write_store(iovec[i].iov_base, iovec[i].iov_len);
957 struct iovec iovec; local
959 iovec.iov_base = (void *)(uintptr_t)body;
960 iovec
880 xs_talkv(struct xs_transaction t, enum xsd_sockmsg_type request_type, const struct iovec *iovec, u_int num_vecs, u_int *len, void **result) argument
1385 struct iovec iovec[2]; local
[all...]
/freebsd-11-stable/sbin/mount_cd9660/
H A Dmount_cd9660.c78 static int set_charset(struct iovec **, int *iovlen, const char *);
84 struct iovec *iov;
238 set_charset(struct iovec **iov, int *iovlen, const char *localcs)
/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/tcpdump/lbl/
H A Dos-sunos4.h132 struct iovec;
134 int readv(int, struct iovec *, int);
186 int writev(int, struct iovec *, int);
/freebsd-11-stable/sys/compat/cloudabi32/
H A Dcloudabi32_fd.c42 /* Copies in 32-bit iovec structures from userspace. */
49 struct iovec *iov;
56 uio = malloc(sizeof(struct uio) + iovcnt * sizeof(struct iovec),
58 iov = (struct iovec *)(uio + 1);
/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_fd.c42 /* Copies in 64-bit iovec structures from userspace. */
49 struct iovec *iov;
56 uio = malloc(sizeof(struct uio) + iovcnt * sizeof(struct iovec),
58 iov = (struct iovec *)(uio + 1);
/freebsd-11-stable/sbin/mount/
H A Dgetmntopts.c141 build_iovec(struct iovec **iov, int *iovlen, const char *name, void *val,
173 build_iovec_argf(struct iovec **iov, int *iovlen, const char *name,
186 * Free the iovec and reset to NULL with zero length. Useful for calling
190 free_iovec(struct iovec **iov, int *iovlen)
/freebsd-11-stable/contrib/pf/pflogd/
H A Dprivsep_fdpass.c58 struct iovec vec;
97 struct iovec vec;
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dbuddy.c58 struct iovec iov[2];
93 mh.msg_iovlen = sizeof(iov)/sizeof(struct iovec);
/freebsd-11-stable/sys/dev/mfi/
H A Dmfi_ioctl.h77 struct iovec mfi_sgl[MAX_IOCTL_SGE];
127 struct iovec lioc_sgl[MAX_LINUX_IOCTL_SGE];
/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/ofed/librdmacm/
H A Drsocket.h65 ssize_t rreadv(int socket, const struct iovec *iov, int iovcnt);
67 ssize_t rwritev(int socket, const struct iovec *iov, int iovcnt);
/freebsd-11-stable/tools/regression/sockets/unix_cmsg/
H A Dt_sockcred.c46 struct iovec iov[1];
75 struct iovec iov[1];
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dsrr.c116 struct iovec iov[2];
133 size = writev(fd, (struct iovec const *) &iov, sizeof(iov)/sizeof(iov[0]));
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_net.c166 void (*pci_vtnet_tx)(struct pci_vtnet_softc *sc, struct iovec *iov,
227 pci_vtnet_tap_tx(struct pci_vtnet_softc *sc, struct iovec *iov, int iovcnt,
257 static __inline struct iovec *
258 rx_iov_trim(struct iovec *iov, int *niov, int tlen)
260 struct iovec *riov;
281 struct iovec iov[VTNET_MAXSEGS], *riov;
368 pci_vtnet_netmap_writev(struct nm_desc *nmd, struct iovec *iov, int iovcnt)
407 pci_vtnet_netmap_readv(struct nm_desc *nmd, struct iovec *iov, int iovcnt)
454 pci_vtnet_netmap_tx(struct pci_vtnet_softc *sc, struct iovec *iov, int iovcnt,
478 struct iovec io
[all...]
H A Dblock_if.h53 struct iovec br_iov[BLOCKIF_IOV_MAX];
/freebsd-11-stable/lib/libc/resolv/
H A Dherror.c89 struct iovec iov[4], *v = iov;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dsendmsg.c47 struct iovec *iov = msg->msg_iov;
107 * an array of ::_WSABUF structures instead of ::iovec . This allows
/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_ioctl.h104 struct iovec sgl[MAX_IOCTL_SGE];
/freebsd-11-stable/sys/sys/
H A Dextattr.h73 struct iovec;
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_uio.c54 struct iovec small_iovec[1];
/freebsd-11-stable/lib/libc/gen/
H A Dsyslog.c240 struct iovec iov[2];
241 struct iovec *v = iov;
311 struct iovec iov[2];
312 struct iovec *v = iov;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DRegisterContextPOSIXProcessMonitor_x86.h78 struct iovec m_iovec;
/freebsd-11-stable/contrib/serf/buckets/
H A Dbarrier_buckets.c55 int vecs_size, struct iovec *vecs,

Completed in 341 milliseconds

1234567891011>>