Lines Matching refs:mlp
120 struct mntlist *mlp; in tsol_mlist_free() local
123 mlp = mlist; in tsol_mlist_free()
124 while (mlp) { in tsol_mlist_free()
125 struct mnttab *mnt = mlp->mntl_mnt; in tsol_mlist_free()
129 oldmlp = mlp; in tsol_mlist_free()
130 mlp = mlp->mntl_next; in tsol_mlist_free()
234 struct mntlist *mlp; in getnfspathbyautofs() local
260 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getnfspathbyautofs()
261 struct mnttab *mnt = mlp->mntl_mnt; in getnfspathbyautofs()
303 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getnfspathbyautofs()
308 struct mnttab *mnt = mlp->mntl_mnt; in getnfspathbyautofs()
356 struct mntlist *mlp; in getglobalpath() local
378 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getglobalpath()
379 struct mnttab *mnt = mlp->mntl_mnt; in getglobalpath()