Searched refs:iov_base (Results 226 - 250 of 286) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/dev/filemon/
H A Dfilemon_wrapper.c70 aiov.iov_base = msg;
/freebsd-10.2-release/sys/netsmb/
H A Dsmb_trantcp.c298 aio.iov_base = (caddr_t)&len;
/freebsd-10.2-release/sys/kern/
H A Dsubr_bus_dma.c269 addr = (caddr_t) iov[i].iov_base;
/freebsd-10.2-release/sys/amd64/linux32/
H A Dlinux.h775 uint32_t iov_base; member in struct:l_iovec32
/freebsd-10.2-release/usr.sbin/bhyve/
H A Dvirtio.c210 iov[i].iov_base = paddr_guest2host(ctx, vd->vd_addr, vd->vd_len);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c598 r = SSL_read(bev_ssl->ssl, space[i].iov_base, space[i].iov_len);
674 r = SSL_write(bev_ssl->ssl, space[i].iov_base,
/freebsd-10.2-release/contrib/wpa/hostapd/
H A Dctrl_iface.c1417 io[0].iov_base = levelstr;
1419 io[1].iov_base = (char *) buf;
/freebsd-10.2-release/contrib/serf/buckets/
H A Dssl_buckets.c866 memcpy(vecs_data + cur, vecs[i].iov_base, vecs[i].iov_len);
953 memcpy(buf + *len, vecs[i].iov_base, vecs[i].iov_len);
/freebsd-10.2-release/contrib/bmake/
H A Dmain.c1811 (void)(iov[i].iov_base = UNCONST(s), \
1812 iov[i].iov_len = strlen(iov[i].iov_base), \
/freebsd-10.2-release/sys/i386/ibcs2/
H A Dibcs2_misc.c376 aiov.iov_base = buf;
538 aiov.iov_base = buf;
/freebsd-10.2-release/sys/compat/linux/
H A Dlinux_socket.c639 aiov[0].iov_base = (char *)packet;
1083 aiov.iov_base = PTRIN(args->msg);
/freebsd-10.2-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c458 aiov.iov_base = cp;
594 ivp->iov_base = mtod(mp, caddr_t);
672 iv->iov_base = mtod(m, caddr_t) + m->m_len;
738 ivp->iov_base = cp;
998 * the symlink and set iov_base to point to it, only if it succeeds.
999 * So, if it returns with uiop->uio_iov->iov_base != NULL, that must
1628 iv.iov_base = rbuf;
1906 iv.iov_base = rbuf;
/freebsd-10.2-release/sys/nfsserver/
H A Dnfs_serv.c711 ivp->iov_base = mtod(mp, caddr_t);
900 iv->iov_base = mtod(m, caddr_t) + m->m_len;
1094 ivp->iov_base = mtod(mp, caddr_t);
2172 iv.iov_base = pathcp;
2701 iv.iov_base = rbuf;
2994 iv.iov_base = rbuf;
/freebsd-10.2-release/sys/compat/freebsd32/
H A Dfreebsd32_misc.c855 iov[i].iov_base = PTRIN(iov32.iov_base);
951 iov[i].iov_base = PTRIN(iov32.iov_base);
1307 aiov.iov_base = PTRIN(uap->buf);
2058 PTROUT_CP(auio->uio_iov[i], iov32, iov_base);
/freebsd-10.2-release/contrib/bsnmp/snmpd/
H A Dmain.c1087 iov[0].iov_base = pi->buf + pi->length;
1143 iov[0].iov_base = pi->buf;
1372 iov[0].iov_base = sndbuf;
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c2262 xiovec->iov_base = xbb_reqlist_ioaddr(reqlist,
2304 memcpy(xiovec->iov_base, *p_vaddr, xiovec->iov_len);
2410 memcpy(*p_vaddr, xiovec->iov_base, xiovec->iov_len);
/freebsd-10.2-release/sys/ufs/ffs/
H A Dffs_snapshot.c759 aiov.iov_base = (void *)snapblklist;
2048 aiov.iov_base = (void *)&snaplistsize;
2065 aiov.iov_base = snapblklist;
H A Dffs_vnops.c1242 liovec.iov_base = eae;
1343 liovec.iov_base = ip->i_ea_area;
/freebsd-10.2-release/contrib/ntp/lib/isc/unix/
H A Dsocket.c1330 iov[0].iov_base = (void *)(dev->region.base + dev->n);
1356 iov[iovcount].iov_base = (void *)(used.base
1490 iov[0].iov_base = (void *)(dev->region.base + dev->n);
1515 iov[iovcount].iov_base = (void *)(available.base);
1532 iov[iovcount].iov_base = (void *)(&sock->overflow);
1623 msg->msg_iov[i].iov_base,
/freebsd-10.2-release/sys/fs/fuse/
H A Dfuse_vnops.c1798 iov.iov_base = (caddr_t)kva;
1939 iov.iov_base = (caddr_t)kva;
/freebsd-10.2-release/sys/nfs/
H A Dbootp_subr.c719 aio.iov_base = (caddr_t) &ifctx->call;
774 aio.iov_base = (caddr_t) &gctx->reply;
/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_misc.c296 aiov.iov_base = buf;
466 aiov.iov_base = buf;
H A Dsvr4_stream.c1603 aiov.iov_base = dat.buf;
1879 aiov.iov_base = dat.buf;
/freebsd-10.2-release/crypto/openssh/
H A Dsftp-client.c111 iov[0].iov_base = mlen;
113 iov[1].iov_base = buffer_ptr(m);
/freebsd-10.2-release/contrib/netcat/
H A Dnetcat.c1055 iov.iov_base = &c;

Completed in 424 milliseconds

1234567891011>>