Home
last modified time | relevance | path

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

/trueos/sys/amd64/linux32/
HDlinux32_sysent.c222 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 = linux_getgid …
HDlinux32_proto.h1260 int linux_getgid(struct thread *, struct linux_getgid_args *);
/trueos/sys/i386/linux/
HDlinux_sysent.c221 …{ 0, (sy_call_t *)linux_getgid, AUE_GETGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 200 = linux_getgid …
HDlinux_proto.h1272 int linux_getgid(struct thread *, struct linux_getgid_args *);
/trueos/sys/compat/linux/
HDlinux_misc.c1560 linux_getgid(struct thread *td, struct linux_getgid_args *args) in linux_getgid() function