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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c754 static struct pathvfs { struct
757 } *pathvfs; local
765 vfsp = path_to_vfs(pathvfs[i].path);
766 if (vfsp != pathvfs[i].vfsp) {
767 pathvfs[i].vfsp = vfsp;
776 * First call, initialize the pathvfs structure
789 pathvfs = kmem_zalloc(n_modpath * sizeof (struct pathvfs), KM_SLEEP);
792 pathvfs[i].path = tmp;
794 pathvfs[
[all...]

Completed in 51 milliseconds