Searched refs:iovec (Results 76 - 100 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c179 struct iovec iov[1];
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h372 struct iovec isp_iov[PDU_MAX_IOVLEN];
/illumos-gate/usr/src/uts/sun/io/
H A Dsbusmem.c334 struct iovec *iov;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1544 iovFromBuffer(struct ct_data *ct, struct iovec *iov)
1634 struct iovec iov[2];
1652 struct iovec iov[2];
1731 struct iovec iov[3];
/illumos-gate/usr/src/lib/libresolv/
H A Dres_send.c153 struct iovec iov[2];
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_svc.c443 struct iovec *iov;
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c134 struct iovec *iov;
H A Dsysent.c155 ssize_t readv(int, struct iovec *, int);
156 ssize_t writev(int, struct iovec *, int);
157 ssize_t preadv(int, struct iovec *, int, off_t, off_t);
158 ssize_t pwritev(int, struct iovec *, int, off_t, off_t);
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c115 struct iovec *iov;
169 struct iovec *iov;
599 struct iovec *iov;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c671 * This is used later on when the iovec is built for
767 * We group the log records with an iovec and use VOP_WRITE to append
775 struct iovec *iovp;
789 size_iovecs = sizeof (struct iovec) * num_recs;
790 iovp = (struct iovec *)kmem_alloc(size_iovecs, KM_NOSLEEP);
797 /* Build the iovec based on the list of log records */
H A Dnfs3_srv.c740 struct iovec iov;
923 struct iovec iov, *iovp = NULL;
1201 kmem_free(iovp, iovcnt * sizeof (struct iovec));
1225 kmem_free(iovp, iovcnt * sizeof (struct iovec));
1266 struct iovec iov[MAX_IOVECS];
1268 struct iovec *iovp;
3104 struct iovec iov;
3361 struct iovec iov;
H A Dnfs_server.c2615 * Set up an iovec array of up to cnt pointers.
2619 mblk_to_iov(mblk_t *m, int cnt, struct iovec *iovp)
3327 struct iovec *iovp;
3373 rfs_read_alloc(uint_t len, struct iovec **iov, int *iovcnt)
3375 struct iovec *iovarr;
3383 iovarr = kmem_alloc(*iovcnt * sizeof (struct iovec), KM_SLEEP);
/illumos-gate/usr/src/uts/common/syscall/
H A Dsendfile.c97 struct iovec aiov;
399 struct iovec aiov;
689 struct iovec aiov;
1191 /* 32-bit callers need to have their iovec expanded. */
/illumos-gate/usr/src/lib/libslp/clib/
H A DSLPFindAttrs.c158 struct iovec iov[1];
316 * Allocate iovec for the messge. An AttrRqst is layed out thus:
H A DSLPFindSrvs.c167 struct iovec iov[1];
345 * Allocate iovec for the messge. A SrvRqst is layed out thus:
H A Dslp_net.c90 static void udp_make_msghdr(struct sockaddr_in *, struct iovec *, int,
205 /* build the header and iovec */
346 /* build the header and iovec */
493 /* build the header and iovec */
681 static void udp_make_msghdr(struct sockaddr_in *sin, struct iovec *iov,
/illumos-gate/usr/src/uts/common/io/
H A Dksyms.c341 struct iovec aiov;
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c1572 * Adjust the iovec array, for subsequent use. Examine each element in the
1573 * iovec array,and zero out the iov_len if the buffer was sent fully.
1579 _t_adjust_iov(int bytes_sent, struct iovec *iov, int *iovcountp)
1599 * Copy the t_iovec array to the iovec array while taking care to see
1604 * resulting iovec.
1608 struct iovec *iov, int *iovcountp)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.c804 struct iovec iov;
1240 struct iovec iov;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_marshaling.c111 * retrieve data from the mbuf chain (an iovec type structure is
1157 struct iovec *iov = uio->uio_iov;
1519 struct iovec *iov;
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h577 struct iovec;
939 int nmount(struct iovec *, unsigned int, int);
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c354 sasl_gss_encode(void *context, const struct iovec *invec, unsigned numiov,
445 static int gssapi_privacy_encode(void *context, const struct iovec *invec,
452 static int gssapi_integrity_encode(void *context, const struct iovec *invec,
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c69 struct iovec iov[1];
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dcommon.c275 struct iovec tmp;
294 /* security-encode an iovec */
297 const struct iovec *invec, unsigned numiov,
2217 /* convert an iovec to a single buffer */
2219 int _iovec_to_buf(const _sasl_global_context_t *gctx, const struct iovec *vec,
2222 int _iovec_to_buf(const struct iovec *vec,
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c296 struct iovec iov[2], *iovp = iov;

Completed in 112 milliseconds

1234567