Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_prot.c2045 cr->cr_agroups = in crget()
2258 while (cr->cr_agroups < oldcred->cr_agroups) { in crcopysafe()
2259 groups = oldcred->cr_agroups; in crcopysafe()
2279 if (n <= cr->cr_agroups) in crextend()
2292 if (cr->cr_agroups == 0) in crextend()
2295 cnt = cr->cr_agroups * 2; in crextend()
2307 cr->cr_agroups = cnt; in crextend()
2323 KASSERT(cr->cr_agroups >= ngrp, ("cr_ngroups is too small")); in crsetgroups_locked()
/freebsd/sys/sys/
H A Ducred.h80 int cr_agroups; /* Available groups */ member