Searched refs:freebsd14_setgroups_args (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/kern/ |
| H A D | kern_prot.c | 1201 freebsd14_setgroups(struct thread *td, struct freebsd14_setgroups_args *uap) in freebsd14_setgroups()
|
| H A D | init_sysent.c | 149 …{ compat14(AS(freebsd14_setgroups_args),setgroups), .sy_auevent = AUE_SETGROUPS, .sy_flags = 0, .s…
|
| /freebsd/sys/sys/ |
| H A D | sysproto.h | 2843 struct freebsd14_setgroups_args { struct 2848 int freebsd14_setgroups(struct thread *, struct freebsd14_setgroups_args *); argument
|
| /freebsd/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 150 …{ compat14(AS(freebsd14_setgroups_args),setgroups), .sy_auevent = AUE_SETGROUPS, .sy_flags = 0, .s…
|