Home
last modified time | relevance | path

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

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