Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c759 static int n_modpath = 0; in new_vfs_in_modpath() local
770 if (n_modpath != 0) { in new_vfs_in_modpath()
771 for (i = 0; i < n_modpath; i++) { in new_vfs_in_modpath()
787 n_modpath = 1; in new_vfs_in_modpath()
791 n_modpath++; in new_vfs_in_modpath()
796 pathvfs = kmem_zalloc(n_modpath * sizeof (struct pathvfs), KM_SLEEP); in new_vfs_in_modpath()
798 for (i = 0; i < n_modpath; i++) { in new_vfs_in_modpath()