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

12345678910

/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_vnops.c522 uio->uio_resid);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c138 auio.uio_resid = len;
1993 auio.uio_resid = len;
2004 *resid = auio.uio_resid;
H A Dsa.c1479 uio->uio_resid), UIO_READ, uio);
H A Ddmu.c1402 uio->uio_resid -= tocpy;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clrpcops.c1746 nd->nd_repstat = 0; /* uio_resid == 0, so the while is not done */
2820 * Always returns with either uio_resid unchanged, if you are at the
2821 * end of the directory, or uio_resid == 0, with all DIRBLKSIZ chunks
2872 * There is no point in reading a lot more than uio_resid, however
2873 * adding one additional DIRBLKSIZ makes sense. Since uio_resid
5710 len = (uint64_t)uiop->uio_resid;
5715 oresid = xfer = (uint64_t)uiop->uio_resid;
5740 resid = uiop->uio_resid;
5821 len -= (oresid - (uint64_t)uiop->uio_resid);
5830 uiop->uio_resid
[all...]
/freebsd-12-stable/sys/dev/atkbdc/
H A Dpsm.c2469 while ((sc->queue.count > 0) && (uio->uio_resid > 0)) {
2471 l = imin(sc->queue.count, uio->uio_resid);
2596 while (uio->uio_resid > 0) {
2597 l = imin(PSM_SMALLBUFSIZE, uio->uio_resid);
/freebsd-12-stable/sys/opencrypto/
H A Dcryptodev.c793 uio->uio_resid = len;
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c1879 uio.uio_resid = 1000000;
2224 uio.uio_resid = sizeof(ep->mpa_pkt) - ep->mpa_pkt_len;
/freebsd-12-stable/sys/kern/
H A Duipc_mqueue.c1451 if (entry.d_reclen > uio->uio_resid)
H A Dkern_jail.c336 opt.uio_resid = -1;
H A Dvfs_subr.c5315 if (dp->d_reclen > ap->a_uio->uio_resid)
/freebsd-12-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-12-stable/sys/dev/mpr/
H A Dmpr_sas.c3176 cm->cm_uio.uio_resid = cm->cm_iovec[0].iov_len +
/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.c2886 cm->cm_uio.uio_resid = cm->cm_iovec[0].iov_len +
/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10kx.c2262 l = min(buf->uio_resid, sbuf_len(&sc->emu10kx_sbuf) - sc->emu10kx_bufptr);
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c1574 * Also what should we use in uio.uio_resid?
1582 uio.uio_resid = 1000000000;
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c622 uiop->uio_resid -= xfer;

Completed in 414 milliseconds

12345678910