Home
last modified time | relevance | path

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

/src/sys/compat/linux/ !
H A Dlinux_uid16.c255 error = sys_setreuid(td, &bsd); in linux_setreuid16()
/src/sys/kern/ !
H A Dkern_prot.c1342 sys_setreuid(struct thread *td, struct setreuid_args *uap) in sys_setreuid() function
H A Dinit_sysent.c195 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/arm64/linux/ !
H A Dlinux_sysent.c162 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/amd64/linux32/ !
H A Dlinux32_sysent.c221 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/amd64/linux/ !
H A Dlinux_sysent.c130 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/i386/linux/ !
H A Dlinux_sysent.c220 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/compat/freebsd32/ !
H A Dfreebsd32_sysent.c196 …{ .sy_narg = AS(setreuid_args), .sy_call = (sy_call_t *)sys_setreuid, .sy_auevent = AUE_SETREUID, …
/src/sys/sys/ !
H A Dsysproto.h2016 int sys_setreuid(struct thread *, struct setreuid_args *);