Lines Matching refs:mlp
117 struct mntlist *mlp; in tsol_mlist_free() local
120 mlp = mlist; in tsol_mlist_free()
121 while (mlp) { in tsol_mlist_free()
122 struct mnttab *mnt = mlp->mntl_mnt; in tsol_mlist_free()
126 oldmlp = mlp; in tsol_mlist_free()
127 mlp = mlp->mntl_next; in tsol_mlist_free()
231 struct mntlist *mlp; in getnfspathbyautofs() local
257 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getnfspathbyautofs()
258 struct mnttab *mnt = mlp->mntl_mnt; in getnfspathbyautofs()
300 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getnfspathbyautofs()
305 struct mnttab *mnt = mlp->mntl_mnt; in getnfspathbyautofs()
353 struct mntlist *mlp; in getglobalpath() local
375 for (mlp = mlist; mlp; mlp = mlp->mntl_next) { in getglobalpath()
376 struct mnttab *mnt = mlp->mntl_mnt; in getglobalpath()