Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Ducred.h68 int cr_agroups; /* Available groups */ member
/f-stack/freebsd/kern/
H A Dkern_prot.c2004 cr->cr_agroups = in crget()
2227 while (cr->cr_agroups < oldcred->cr_agroups) { in crcopysafe()
2228 groups = oldcred->cr_agroups; in crcopysafe()
2248 if (n <= cr->cr_agroups) in crextend()
2261 if (cr->cr_agroups == 0) in crextend()
2264 cnt = cr->cr_agroups * 2; in crextend()
2276 cr->cr_agroups = cnt; in crextend()
2292 KASSERT(cr->cr_agroups >= ngrp, ("cr_ngroups is too small")); in crsetgroups_locked()
/f-stack/freebsd/sys/
H A Ducred.h83 int cr_agroups; /* Available groups */ member