Searched defs:npaths_alloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_subr.c2819 int npaths_alloc = 0; local
2875 if (npaths == npaths_alloc) {
2876 npaths_alloc += 64;
2878 kmem_zalloc((npaths_alloc + 1) *
2913 *npathsp_alloc = npaths_alloc;
2919 sdev_modctl_readdir_free(char **pathlist, int npaths, int npaths_alloc) argument
2928 kmem_free(pathlist, (npaths_alloc + 1) * sizeof (char *));
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c2163 int npaths_alloc; local
2190 &npaths, &npaths_alloc, 0)) != 0) {
2230 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc);
2244 int npaths_alloc; local
2258 &npaths, &npaths_alloc, 1)) != 0) {
2268 sdev_modctl_readdir_free(dirlist, npaths, npaths_alloc);

Completed in 82 milliseconds