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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c752 static int n_modpath = 0; local
763 if (n_modpath != 0) {
764 for (i = 0; i < n_modpath; i++) {
780 n_modpath = 1;
784 n_modpath++;
789 pathvfs = kmem_zalloc(n_modpath * sizeof (struct pathvfs), KM_SLEEP);
791 for (i = 0; i < n_modpath; i++) {

Completed in 65 milliseconds