Searched refs:maxbno (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm_private.h54 long maxbno; /* size of dirfile in bits */ member in struct:apr_sdbm_t
81 db->maxbno = (long)(finfo.size * BYTESIZ); \
H A Dsdbm.c457 while (dbit < db->maxbno && getdbit(db, dbit))
538 if (dbit >= db->maxbno)
539 db->maxbno += DBLKSIZ * BYTESIZ;
/freebsd-13-stable/sbin/fsck_ffs/
H A Dfsutil.c498 ufs1_daddr_t fragno, cgbno, maxbno; local
511 maxbno = fragstoblks(&sblock, sblock.fs_fpg);
515 bzero(cg_clustersfree(cgp), howmany(maxbno, CHAR_BIT));
518 for (cgbno = 0; cgbno < maxbno; cgbno++) {

Completed in 89 milliseconds