Searched refs:mlpp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c3008 struct mountlist *mlp, **mlpp; local
3021 mlpp = &mlhead;
3036 *mlpp = mlp;
3037 mlpp = &mlp->ml_next;
3045 struct mountlist *mlp, **mlpp; local
3050 mlpp = &mlhead;
3057 *mlpp = mlp = mlp->ml_next;
3060 mlpp = &mlp->ml_next;
3081 struct mountlist *mlp, **mlpp; local
3084 mlpp
[all...]

Completed in 64 milliseconds