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

  /src/usr.sbin/mountd/
mountd.c 228 static struct grouplist *grphead; variable in typeref:struct:grouplist *
418 grphead = NULL;
1175 grp->gr_next = grphead;
1176 grphead = tgrp;
1248 grp = grphead;
1254 grphead = NULL;
mountd.c 228 static struct grouplist *grphead; variable in typeref:struct:grouplist *
418 grphead = NULL;
1175 grp->gr_next = grphead;
1176 grphead = tgrp;
1248 grp = grphead;
1254 grphead = NULL;

Completed in 24 milliseconds