Lines Matching refs:readsize
2708 int reqsize, tryformoredirs = 1, readsize, eof = 0, gotmnton = 0;
2724 * will never make readsize > nm_readdirsize.
2726 readsize = nmp->nm_readdirsize;
2727 if (readsize > uio_uio_resid(uiop))
2728 readsize = uio_uio_resid(uiop) + DIRBLKSIZ;
2873 * Loop around doing readdir rpc's of size readsize.
2882 *tl = txdr_unsigned(readsize);
2897 *tl++ = txdr_unsigned(readsize);
2898 *tl = txdr_unsigned(readsize);
2904 *tl = txdr_unsigned(readsize);