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

  /src/usr.sbin/mountd/
mountd.c 2145 struct mountlist *mlp, **mlpp; local in function:get_mountlist
2154 mlpp = &mlhead;
2167 *mlpp = mlp;
2168 mlpp = &mlp->ml_next;
2176 struct mountlist *mlp, **mlpp; local in function:del_mlist
2193 mlpp = &mlhead;
2211 *mlpp = mlp = mlp->ml_next;
2215 mlpp = &mlp->ml_next;
2239 struct mountlist *mlp, **mlpp; local in function:add_mlist
2242 mlpp = &mlhead
    [all...]
mountd.c 2145 struct mountlist *mlp, **mlpp; local in function:get_mountlist
2154 mlpp = &mlhead;
2167 *mlpp = mlp;
2168 mlpp = &mlp->ml_next;
2176 struct mountlist *mlp, **mlpp; local in function:del_mlist
2193 mlpp = &mlhead;
2211 *mlpp = mlp = mlp->ml_next;
2215 mlpp = &mlp->ml_next;
2239 struct mountlist *mlp, **mlpp; local in function:add_mlist
2242 mlpp = &mlhead
    [all...]

Completed in 23 milliseconds