Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c56 unsigned int maxpaths; member
506 unsigned int maxpaths; in pnset_add() local
508 if (pnsetp->npath == pnsetp->maxpaths) { in pnset_add()
509 maxpaths = (pnsetp->maxpaths == 0) ? 512 : pnsetp->maxpaths * 2; in pnset_add()
510 newpaths = realloc(pnsetp->paths, sizeof (char *) * maxpaths); in pnset_add()
514 pnsetp->maxpaths = maxpaths; in pnset_add()
550 pnsetp->maxpaths = 0; in pnset_empty()
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c805 int maxpaths = 0; in e_devid_cache_devi_path_lists() local
860 maxpaths++; in e_devid_cache_devi_path_lists()
867 return (maxdevis > maxpaths ? maxdevis : maxpaths); in e_devid_cache_devi_path_lists()