Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c196 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 176 = linux_getgid …
H A Dlinux_proto.h1191 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c124 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = linux_getgid …
H A Dlinux_proto.h1330 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c220 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 = linux_getgid …
H A Dlinux32_proto.h1661 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c220 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 = linux_getgid …
H A Dlinux_proto.h1680 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1757 linux_getgid(struct thread *td, struct linux_getgid_args *args) in linux_getgid() function