HomeSort by: relevance | last modified time | path
    Searched defs:mlp (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mountd/
mountd.c 800 struct mountlist *mlp; local in function:xdr_mlist
805 mlp = mlhead;
806 while (mlp) {
809 strp = &mlp->ml_host[0];
812 strp = &mlp->ml_dirp[0];
815 mlp = mlp->ml_next;
2145 struct mountlist *mlp, **mlpp; local in function:get_mountlist
2161 mlp = emalloc(sizeof(*mlp));
2176 struct mountlist *mlp, **mlpp; local in function:del_mlist
2239 struct mountlist *mlp, **mlpp; local in function:add_mlist
    [all...]
mountd.c 800 struct mountlist *mlp; local in function:xdr_mlist
805 mlp = mlhead;
806 while (mlp) {
809 strp = &mlp->ml_host[0];
812 strp = &mlp->ml_dirp[0];
815 mlp = mlp->ml_next;
2145 struct mountlist *mlp, **mlpp; local in function:get_mountlist
2161 mlp = emalloc(sizeof(*mlp));
2176 struct mountlist *mlp, **mlpp; local in function:del_mlist
2239 struct mountlist *mlp, **mlpp; local in function:add_mlist
    [all...]
mountd.c 800 struct mountlist *mlp; local in function:xdr_mlist
805 mlp = mlhead;
806 while (mlp) {
809 strp = &mlp->ml_host[0];
812 strp = &mlp->ml_dirp[0];
815 mlp = mlp->ml_next;
2145 struct mountlist *mlp, **mlpp; local in function:get_mountlist
2161 mlp = emalloc(sizeof(*mlp));
2176 struct mountlist *mlp, **mlpp; local in function:del_mlist
2239 struct mountlist *mlp, **mlpp; local in function:add_mlist
    [all...]

Completed in 42 milliseconds