Searched refs:KI_NGROUPS (Results 1 – 4 of 4) sorted by relevance
102 #define KI_NGROUPS 16 /* number of groups in ki_groups */ macro150 gid_t ki_groups[KI_NGROUPS]; /* groups */
153 if (ucred.cr_ngroups > KI_NGROUPS) { in kvm_proclist()154 kp->ki_ngroups = KI_NGROUPS; in kvm_proclist()
369 gid_t ki_groups[KI_NGROUPS];
1113 if (cred->cr_ngroups > KI_NGROUPS) { in fill_kinfo_proc_only()1114 kp->ki_ngroups = KI_NGROUPS; in fill_kinfo_proc_only()1448 for (i = 0; i < KI_NGROUPS; i++) in freebsd32_kinfo_proc_out()