Searched refs:getgroups_args (Results 1 - 8 of 8) 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/kern/
H A Dkern_prot.c280 struct getgroups_args { struct
286 sys_getgroups(struct thread *td, register struct getgroups_args *uap)
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 */
H A Dsystrace_args.c493 struct getgroups_args *p = params;
/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/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 */
H A Dfreebsd32_systrace_args.c496 struct getgroups_args *p = params;
/freebsd-10-stable/sys/sys/
H A Dsysproto.h293 struct getgroups_args { struct
1899 int sys_getgroups(struct thread *, struct getgroups_args *);

Completed in 277 milliseconds