Home | History | Annotate | Download | only in amd

Lines Matching defs:mlp

128   mntlist *ml, *mlp;
134 for (mlp = ml = read_mtab("restart", mnttab_file_name);
135 mlp;
136 mlp = mlp->mnext) {
137 mntent_t *me = mlp->mnt;
187 mntlist *ml, *mlp;
197 for (mlp = ml = read_mtab("restart", mnttab_file_name);
198 mlp;
199 mlp = mlp->mnext) {
200 mntent_t *me = mlp->mnt;
208 continue; /* to next mlp */
280 } /* end of "for (mlp" */