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.c1238 struct setgroups_args { struct
1245 sys_setgroups(struct thread *td, struct setgroups_args *uap) in sys_setgroups() argument
H A Dinit_sysent.c665 …{ .sy_narg = AS(setgroups_args), .sy_call = (sy_call_t *)sys_setgroups, .sy_auevent = AUE_SETGROUP…
H A Dsystrace_args.c3497 struct setgroups_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1900 struct setgroups_args { struct
2331 int sys_setgroups(struct thread *, struct setgroups_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c666 …{ .sy_narg = AS(setgroups_args), .sy_call = (sy_call_t *)sys_setgroups, .sy_auevent = AUE_SETGROUP…
H A Dfreebsd32_systrace_args.c3410 struct setgroups_args *p = params; in systrace_args()