Home
last modified time | relevance | path

Searched refs:linux_getgroups (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c178 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1178 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c135 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1332 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c225 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux32_proto.h1662 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c225 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
H A Dlinux_proto.h1681 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1388 linux_getgroups(struct thread *td, struct linux_getgroups_args *args) in linux_getgroups() function