Searched refs:maxlvl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/bin/ps/
H A Dps.c947 int dst, lvl, maxlvl, n, ndst, nsrc, siblings, src; local
956 maxlvl = 0;
984 if (maxlvl < ki[n].ki_d.level)
985 maxlvl = ki[n].ki_d.level;
1017 path = malloc((maxlvl + 7) / 8);
1018 memset(path, '\0', (maxlvl + 7) / 8);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1969 int lvl, maxlvl; local
1990 maxlvl = dn->dn_phys->dn_nlevels;
1992 for (lvl = minlvl; lvl <= maxlvl; lvl++) {

Completed in 41 milliseconds