Searched refs:sys_getresgid (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_prot.c | 1619 sys_getresgid(struct thread *td, struct getresgid_args *uap) in sys_getresgid() function
|
H A D | init_sysent.c | 430 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 167 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 228 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 137 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 229 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 431 …{ .sy_narg = AS(getresgid_args), .sy_call = (sy_call_t *)sys_getresgid, .sy_auevent = AUE_GETRESGI…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2098 int sys_getresgid(struct thread *, struct getresgid_args *);
|