Searched refs:KI_NGROUPS (Results 1 – 3 of 3) sorted by relevance
103 #define KI_NGROUPS 16 /* number of groups in ki_groups */ macro151 gid_t ki_groups[KI_NGROUPS]; /* groups */
104 #define KI_NGROUPS 16 /* number of groups in ki_groups */ macro152 gid_t ki_groups[KI_NGROUPS]; /* groups */
1078 if (cred->cr_ngroups > KI_NGROUPS) { in fill_kinfo_proc_only()1079 kp->ki_ngroups = KI_NGROUPS; in fill_kinfo_proc_only()1418 for (i = 0; i < KI_NGROUPS; i++) in freebsd32_kinfo_proc_out()