Lines Matching refs:resid
421 size_t resid = len; in tarfs_read_file() local
427 tnp->name, uiop->uio_offset, resid); in tarfs_read_file()
428 for (i = 0; i < tnp->nblk && resid > 0; ++i) { in tarfs_read_file()
433 while (resid > 0 && in tarfs_read_file()
437 if (copylen > resid) in tarfs_read_file()
438 copylen = resid; in tarfs_read_file()
452 resid -= copylen - auio.uio_resid; in tarfs_read_file()
454 while (resid > 0 && in tarfs_read_file()
458 if (copylen > resid) in tarfs_read_file()
459 copylen = resid; in tarfs_read_file()
471 resid -= copylen - auio.uio_resid; in tarfs_read_file()
475 tnp->name, len - resid); in tarfs_read_file()