HomeSort by: relevance | last modified time | path
    Searched defs:maxspace (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_alloc.c 212 int cg, maxspace, mincg, avgifree; local in function:ext2fs_dirpref
215 maxspace = 0;
227 if (mincg == -1 || nbfree > maxspace) {
229 maxspace = nbfree;
  /src/usr.sbin/sysinst/
label.c 2076 char defstart[24], isize[24], maxpart, minspace, maxspace, local in function:getpartoff
2110 maxspace = minspace + spaces -1;
2112 maxspace);
2114 maxspace = minspace = maxpart + 1;
2118 maxspace = 0;
2201 isize[0] <= maxspace) {

Completed in 42 milliseconds