HomeSort by: relevance | last modified time | path
    Searched refs:mlp (Results 1 - 2 of 2) 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...]
  /src/usr.bin/showmount/
showmount.c 272 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp)
279 *mlp = NULL;
302 if (*mlp == NULL) {
303 *mlp = mp;
305 tp = *mlp;
349 mountlist_free(*mlp);

Completed in 13 milliseconds