Searched refs:getgroups_args (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_isc_sysent.c | 27 …{ AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_prot.c | 282 struct getgroups_args { struct 288 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups() argument
|
| H A D | init_sysent.c | 131 …{ AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| H A D | systrace_args.c | 472 struct getgroups_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 138 …{ AS(getgroups_args), (sy_call_t *)sys_getgroups, AUE_GETGROUPS, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| H A D | freebsd32_systrace_args.c | 475 struct getgroups_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 286 struct getgroups_args { struct 1852 int sys_getgroups(struct thread *, struct getgroups_args *);
|