Home
last modified time | relevance | path

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

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