Searched refs:iovec (Results 151 - 175 of 389) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/arm/arm/
H A Dmem.c85 struct iovec *iov;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmem.c80 struct iovec *iov;
/freebsd-11-stable/contrib/mdocml/
H A Dmandocd.c60 struct iovec iov[1];
H A Dcatman.c73 struct iovec iov;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_kevent.c86 struct iovec iov;
/freebsd-11-stable/sbin/mksnap_ffs/
H A Dmksnap_ffs.c98 struct iovec *iov;
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dtap.c136 struct iovec iov[4];
/freebsd-11-stable/usr.sbin/ctld/
H A Dpdu.c217 struct iovec iov[3];
/freebsd-11-stable/usr.sbin/ppp/
H A Dtcp.c123 tcp_iov2device(int type, struct physical *p, struct iovec *iov,
H A Dudp.c142 udp_device2iov(struct device *d, struct iovec *iov, int *niov,
178 udp_iov2device(int type, struct physical *p, struct iovec *iov, int *niov,
/freebsd-11-stable/contrib/ngatm/sscop/
H A Dcommon.c248 struct iovec iov[2];
294 struct iovec iov[2];
/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/sys/dev/nand/
H A Dnandsim_swap.c192 struct iovec aiov;
238 struct iovec aiov;
/freebsd-11-stable/sys/mips/nlm/dev/sec/
H A Dnlmseclib.c127 struct iovec *iov = NULL;
131 iov = (struct iovec *)uio->uio_iov;
/freebsd-11-stable/lib/libc/net/
H A Dsctp_sys_calls.c539 struct iovec iov;
651 struct iovec iov;
814 struct iovec iov;
823 struct iovec iov;
881 const struct iovec *iov,
912 msg.msg_iov = (struct iovec *)iov;
974 const struct iovec *iov, int iovcnt,
1169 msg.msg_iov = (struct iovec *)iov;
/freebsd-11-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c208 struct iovec iov[BLOCKIF_IOV_MAX + 2];
227 memcpy(&io->io_req.br_iov, &iov[1], sizeof(struct iovec) * (n - 2));
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h164 * @defgroup apr_file_writev{_full} max iovec size
169 size of an iovec array */
475 * Write data from iovec array to the specified file.
478 * @param nvec The number of elements in the struct iovec array. This must
490 const struct iovec *vec,
544 * Write data from iovec array to the specified file, ensuring that all of the
548 * @param nvec The number of elements in the struct iovec array. This must
557 const struct iovec *vec,
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c395 struct iovec vec[3];
650 struct iovec vec[9];
752 struct iovec vec[11];
930 struct iovec vec[6];
1012 struct iovec vec[6];
1091 struct iovec vec[3];
1139 struct iovec vec[3];
1245 struct iovec vec[12];
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h519 struct iovec;
520 extern int crypto_mbuftoiov(struct mbuf *mbuf, struct iovec **iovptr,
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_proto.h1100 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1107 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1163 char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const struct iovec *)];
1165 char rvec_l_[PADL_(const struct iovec *)]; cons
[all...]
H A Dlinux32_machdep.c151 struct iovec *iov;
159 iovlen = iovcnt * sizeof(struct iovec);
161 iov = (struct iovec *)(uio + 1);
189 linux32_copyiniov(struct l_iovec32 *iovp32, l_ulong iovcnt, struct iovec **iovp,
193 struct iovec *iov;
200 iovlen = iovcnt * sizeof(struct iovec);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dcrypto_linux.c452 struct iovec io[1];
543 struct iovec io[2];
613 struct iovec io[1];
680 struct iovec io[1];
789 struct iovec io[1];
933 struct iovec io[1];
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_proto.h1118 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1125 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1181 char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const struct iovec *)];
1183 char rvec_l_[PADL_(const struct iovec *)]; cons
[all...]
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_proto.h1020 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1027 char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
1089 char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const struct iovec *)];
1091 char rvec_l_[PADL_(const struct iovec *)]; cons
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c822 struct iovec *iov;
923 struct iovec aiov;
950 struct iovec aiov;
973 struct iovec *iov;
1000 struct iovec *iov;
1027 struct iovec *iov;
1211 struct iovec aiov;
1258 struct iovec aiov;
1286 struct iovec *iov;
1316 struct iovec *uio
[all...]

Completed in 422 milliseconds

1234567891011>>