Home
last modified time | relevance | path

Searched refs:cr_agroups (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/kern/
HDkern_prot.c1828 cr->cr_agroups = in crget()
1985 while (cr->cr_agroups < oldcred->cr_agroups) { in crcopysafe()
1986 groups = oldcred->cr_agroups; in crcopysafe()
2006 if (n <= cr->cr_agroups) in crextend()
2019 if (cr->cr_agroups == 0) in crextend()
2022 cnt = cr->cr_agroups * 2; in crextend()
2034 cr->cr_agroups = cnt; in crextend()
2050 KASSERT(cr->cr_agroups >= ngrp, ("cr_ngroups is too small")); in crsetgroups_locked()
/NextBSD/sys/sys/
HDucred.h68 int cr_agroups; /* Available groups */ member