Lines Matching refs:cnt
178 int cnt;
209 cnt = 0;
211 mfp != NULL; mfp = SH_TAILQ_NEXT(mfp, q, __mpoolfile), ++cnt) {
213 cnt + 1, __memp_fns(dbmp, mfp), (u_long)mfp->ref,
216 if (cnt < FMAP_ENTRIES)
217 fmap[cnt] = R_OFFSET(dbmp, mfp);
221 dbmfp != NULL; dbmfp = TAILQ_NEXT(dbmfp, q), ++cnt) {
223 cnt + 1, __memp_fn(dbmfp), dbmfp->fd,
225 if (cnt < FMAP_ENTRIES)
226 fmap[cnt] = R_OFFSET(dbmp, mfp);
228 if (cnt < FMAP_ENTRIES)
229 fmap[cnt] = INVALID;