Searched refs:gidsetsize (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c420 * Parameters: uap->gidsetsize # of gid_t's in user buffer
430 * Notes: The caller may specify a 0 value for gidsetsize, and we will
435 * When called with a 0 gidsetsize from a multithreaded program,
457 if ((ngrp = uap->gidsetsize) == 0) {
1561 * Parameters: gidsetsize Number of groups in set
1567 * EINVAL Invalid gidsetsize value
1568 * copyin:EFAULT Bad gidset or gidsetsize is
1591 setgroups1(proc_t p, u_int gidsetsize, user_addr_t gidset, uid_t gmuid, __unused int32_t *retval) argument
1599 DEBUG_CRED_ENTER("setgroups1 (%d/%d): %d 0x%016x %d\n", p->p_pid, (p->p_pptr ? p->p_pptr->p_pid : 0), gidsetsize, gidset, gmuid);
1601 ngrp = gidsetsize;
[all...]

Completed in 70 milliseconds