Searched refs:ngrp (Results 1 – 6 of 6) sorted by relevance
299 u_int ngrp; in sys_getgroups() local303 ngrp = cred->cr_ngroups; in sys_getgroups()309 if (uap->gidsetsize < ngrp) in sys_getgroups()314 td->td_retval[0] = ngrp; in sys_getgroups()835 crextend(newcred, ngrp); in kern_setgroups()849 if (ngrp == 0) { in kern_setgroups()2295 cr->cr_ngroups = ngrp; in crsetgroups_locked()2305 for (i = 2; i < ngrp; i++) { in crsetgroups_locked()2321 if (ngrp > ngroups_max + 1) in crsetgroups()2322 ngrp = ngroups_max + 1; in crsetgroups()[all …]
214 uint64_t ngrp : 1; /**< WORD1[NGRP] must not be set when WORD1[R] member293 uint64_t ngrp : 1;
264 uint64_t ngrp : 1; /**< Must be 0 when PKT_INST_HDR[R] = 0. member
4493 uint64_t ngrp : 1; /**< Becomes PKT_INST_HDR[NGRP] member4502 uint64_t ngrp : 1;4559 uint64_t ngrp : 1; /**< Becomes PKT_INST_HDR[NGRP] member4568 uint64_t ngrp : 1;
1031 uint64_t ngrp : 1; /**< Port/Controller X NGRP */ member1045 uint64_t ngrp : 1;
274 int kern_setgroups(struct thread *td, u_int ngrp, gid_t *groups);