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

/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_isc_sysent.c27 { AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STATIC }, /* 6 = getgroups */
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_sysent.c112 { AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 91 = getgroups */
/freebsd-10-stable/sys/kern/
H A Dkern_prot.c286 sys_getgroups(struct thread *td, register struct getgroups_args *uap) function
H A Dinit_sysent.c115 { AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 79 = getgroups */
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c128 { AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STATIC }, /* 79 = getgroups */
/freebsd-10-stable/sys/sys/
H A Dsysproto.h1899 int sys_getgroups(struct thread *, struct getgroups_args *);

Completed in 106 milliseconds