Lines Matching refs:anon
1563 struct expcred anon; in get_exportlist_one() local
1572 anon.cr_groups = NULL; in get_exportlist_one()
1587 anon.cr_groups = anon.cr_smallgrps; in get_exportlist_one()
1588 anon.cr_uid = UID_NOBODY; in get_exportlist_one()
1589 anon.cr_ngroups = 1; in get_exportlist_one()
1590 anon.cr_groups[0] = GID_NOGROUP; in get_exportlist_one()
1634 &exflags, &anon)) { in get_exportlist_one()
1843 cp_cred(&grp->gr_anon, &anon); in get_exportlist_one()
1846 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one()
1899 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one()
1904 opt_flags, &anon, exflags); in get_exportlist_one()
1919 if (anon.cr_groups != anon.cr_smallgrps) { in get_exportlist_one()
1920 free(anon.cr_groups); in get_exportlist_one()
1921 anon.cr_groups = NULL; in get_exportlist_one()