Searched defs:maxpaths (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c52 unsigned int maxpaths; member in struct:__anon4476
502 unsigned int maxpaths; local
504 if (pnsetp->npath == pnsetp->maxpaths) {
505 maxpaths = (pnsetp->maxpaths == 0) ? 512 : pnsetp->maxpaths * 2;
506 newpaths = realloc(pnsetp->paths, sizeof (char *) * maxpaths);
510 pnsetp->maxpaths = maxpaths;
546 pnsetp->maxpaths
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c1211 uint16_t maxpaths = 4; local
1222 if (npaths < minpaths || npaths > maxpaths) {
1225 "between %d and %d.\n"), minpaths, maxpaths);
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c790 int maxpaths = 0; local
845 maxpaths++;
852 return (maxdevis > maxpaths ? maxdevis : maxpaths);

Completed in 87 milliseconds