Searched refs:uio_resid (Results 226 - 243 of 243) sorted by relevance

12345678910

/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c2576 uio.uio_resid = iov.iov_len;
2583 td->td_retval[0] = args->count - uio.uio_resid;
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c520 uio->uio_resid);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c135 auio.uio_resid = len;
1970 auio.uio_resid = len;
1981 *resid = auio.uio_resid;
H A Dsa.c1473 uio->uio_resid), UIO_READ, uio);
H A Ddmu.c1361 uio->uio_resid -= tocpy;
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.c732 uio->uio_resid = len;
/freebsd-11-stable/sys/dev/atkbdc/
H A Dpsm.c2458 while ((sc->queue.count > 0) && (uio->uio_resid > 0)) {
2460 l = imin(sc->queue.count, uio->uio_resid);
2585 while (uio->uio_resid > 0) {
2586 l = imin(PSM_SMALLBUFSIZE, uio->uio_resid);
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1885 uio.uio_resid = 1000000;
2230 uio.uio_resid = sizeof(ep->mpa_pkt) - ep->mpa_pkt_len;
/freebsd-11-stable/sys/kern/
H A Duipc_mqueue.c1443 if (entry.d_reclen > uio->uio_resid)
H A Dvfs_subr.c5194 if (dp->d_reclen > ap->a_uio->uio_resid)
H A Dkern_jail.c331 opt.uio_resid = -1;
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1672 nd->nd_repstat = 0; /* uio_resid == 0, so the while is not done */
2746 * Always returns with either uio_resid unchanged, if you are at the
2747 * end of the directory, or uio_resid == 0, with all DIRBLKSIZ chunks
2799 * There is no point in reading a lot more than uio_resid, however
2800 * adding one additional DIRBLKSIZ makes sense. Since uio_resid
5505 len = (uint64_t)uiop->uio_resid;
5510 oresid = xfer = (uint64_t)uiop->uio_resid;
5536 len -= (oresid - (uint64_t)uiop->uio_resid);
5655 * Set both eof and uio_resid = 0 to end any
5659 uiop->uio_resid
[all...]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c275 uio->uio_resid, sc->my_dev );
286 uio->uio_resid, sc->my_dev );
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1596 * Also what should we use in uio.uio_resid?
1604 uio.uio_resid = 1000000000;
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c2260 l = min(buf->uio_resid, sbuf_len(&sc->emu10kx_sbuf) - sc->emu10kx_bufptr);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c3233 cm->cm_uio.uio_resid = cm->cm_iovec[0].iov_len +
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c2957 cm->cm_uio.uio_resid = cm->cm_iovec[0].iov_len +
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c256 uiop->uio_resid -= xfer;

Completed in 409 milliseconds

12345678910