Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/arm64/linux/
Dlinux_sysent.c178 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
Dlinux_proto.h1191 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12-stable/sys/amd64/linux/
Dlinux_sysent.c135 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
Dlinux_proto.h1373 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_sysent.c225 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
Dlinux32_proto.h1688 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12-stable/sys/i386/linux/
Dlinux_sysent.c225 …{ AS(linux_getgroups_args), (sy_call_t *)linux_getgroups, AUE_GETGROUPS, NULL, 0, 0, 0, SY_THR_STA…
Dlinux_proto.h1696 int linux_getgroups(struct thread *, struct linux_getgroups_args *);
/freebsd-12-stable/sys/compat/linux/
Dlinux_misc.c1275 linux_getgroups(struct thread *td, struct linux_getgroups_args *args) in linux_getgroups() function