Lines Matching defs:readsize
3394 int reqsize, tryformoredirs = 1, readsize, eof = 0, gotmnton = 0;
3412 * will never make readsize > nm_readdirsize.
3414 readsize = nmp->nm_readdirsize;
3415 if (readsize > uiop->uio_resid)
3416 readsize = uiop->uio_resid + DIRBLKSIZ;
3566 * Loop around doing readdir rpc's of size readsize.
3575 *tl = txdr_unsigned(readsize);
3590 *tl++ = txdr_unsigned(readsize);
3591 *tl = txdr_unsigned(readsize);
3597 *tl = txdr_unsigned(readsize);