Searched refs:iovec (Results 101 - 125 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c381 struct iovec iov;
H A Dinput.c119 struct iovec iov;
H A Doutput.c200 struct iovec iov;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute_aux6.c307 struct iovec iov;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipftest.c735 struct iovec iov;
H A Dip_fil.c842 struct iovec *io;
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c104 struct iovec aiov;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdma.c550 op->r_rdma_sg[i].iovec = vec;
/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi.h196 ulong_t io_request_count; /* size of iovec array */
199 rsmpi_iovec_t *iovec; /* ptr to array */ member in struct:__anon8899
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c887 struct iovec iov;
H A Dlookup.c814 struct iovec iov;
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c696 struct iovec iov = {0};
1437 struct iovec iov;
2432 struct iovec *iovp;
2826 struct iovec iov;
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c1170 struct iovec iov;
1206 struct iovec iov;
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c557 * Fill in iovec and receive data
580 struct iovec iov[1];
610 * idm_iov_sosend - Sends an iovec on a connection.
650 * idm_iov_sorecv - Receives an iovec from a connection
746 struct iovec iov[2];
2169 struct iovec iov[6];
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c3193 iovec32_t iovec[16]; local
3202 Pread(Proc, &iovec[0], niov*sizeof (iovec32_t), offset)
3208 for (ip = &iovec[0]; niov-- && !interrupt; ip++) {
3233 iovec_t iovec[16]; local
3248 Pread(Proc, &iovec[0], niov*sizeof (iovec_t), offset)
3254 for (ip = &iovec[0]; niov-- && !interrupt; ip++) {
3576 * Print the iovec if the syscall was successful and the fd is
3613 * Print the iovec if the syscall was successful and the fd is
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c378 struct iovec iov;
505 struct iovec iov;
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_subr.c1628 struct iovec iov;
1725 struct iovec iov;
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c2413 struct iovec aiov;
2418 bzero(&aiov, sizeof (struct iovec));
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/
H A Ddadk.c1740 struct iovec aiov;
1751 bzero((caddr_t)&aiov, sizeof (struct iovec));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c1933 struct iovec iov;
2069 struct iovec iov;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h2276 extern void mblk_to_iov(mblk_t *, int, struct iovec *);
2336 extern mblk_t *rfs_read_alloc(uint_t, struct iovec **, int *);
/illumos-gate/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c237 int _plug_iovec_to_buf(const sasl_utils_t *utils, const struct iovec *vec,
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c307 struct iovec iov[3], *iovp = iov;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c138 /* Note the iovec below is NOT the ivec in the crypto sense */
139 struct iovec iovarray_pt[2], iovarray_ct[2];
162 * first iovec has all full blocks of pt.
172 * second iovec has the parital pt and 0 padding
176 * since the first iovec includes the last partial pt,
195 * First iovec has almost all the ct but not the ct for the last
197 * secont ct iovec.
204 * Second iovec has the last ciphertext block
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c362 struct iovec aiov[1];

Completed in 669 milliseconds

1234567