Home
last modified time | relevance | path

Searched refs:setgroups_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c1186 struct setgroups_args { struct
1193 sys_setgroups(struct thread *td, struct setgroups_args *uap) in sys_setgroups() argument
H A Dinit_sysent.c149 …{ .sy_narg = AS(setgroups_args), .sy_call = (sy_call_t *)sys_setgroups, .sy_auevent = AUE_SETGROUP…
H A Dsystrace_args.c467 struct setgroups_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h280 struct setgroups_args { struct
1946 int sys_setgroups(struct thread *, struct setgroups_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c150 …{ .sy_narg = AS(setgroups_args), .sy_call = (sy_call_t *)sys_setgroups, .sy_auevent = AUE_SETGROUP…
H A Dfreebsd32_systrace_args.c470 struct setgroups_args *p = params; in systrace_args()