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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c3142 struct ipmnt *mipp; local
3144 mipp = (struct ipmnt *)kmem_alloc(sizeof (struct ipmnt), KM_SLEEP);
3145 mipp->mip_next = NULL;
3146 mipp->mip_dev = dev;
3147 mipp->mip_vfsp = vfsp;
3150 vfs_miplist_end->mip_next = mipp;
3152 vfs_miplist = mipp;
3153 vfs_miplist_end = mipp;
3164 struct ipmnt *mipp, *mipprev; local
3168 for (mipp
3710 struct ipmnt *mipp; local
[all...]

Completed in 67 milliseconds