Home
last modified time | relevance | path

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

/freebsd/sys/arm64/linux/
H A Dlinux_sysent.c193 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getgid, .sy_auevent = AUE_GETGID, .sy_flags = 0, .sy…
H A Dlinux_proto.h1384 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd/sys/amd64/linux/
H A Dlinux_sysent.c121 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getgid, .sy_auevent = AUE_GETGID, .sy_flags = 0, .sy…
H A Dlinux_proto.h1528 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd/sys/i386/linux/
H A Dlinux_sysent.c217 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getgid, .sy_auevent = AUE_GETGID, .sy_flags = 0, .sy…
H A Dlinux_proto.h1884 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysent.c218 …{ .sy_narg = 0, .sy_call = (sy_call_t *)linux_getgid, .sy_auevent = AUE_GETGID, .sy_flags = 0, .sy…
H A Dlinux32_proto.h1889 int linux_getgid(struct thread *, struct linux_getgid_args *);
/freebsd/sys/compat/linux/
H A Dlinux_misc.c1504 linux_getgid(struct thread *td, struct linux_getgid_args *args) in linux_getgid() function