Home
last modified time | relevance | path

Searched refs:bmax (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c76 static fsblkcnt_t bmax; /* maximum number of blocks on any part */ variable
384 *plimit = bmax; in splpkgmap()
547 if (btotal > bmax) in newvolume()
548 bmax = btotal; in newvolume()