Home
last modified time | relevance | path

Searched refs:setauid_args (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/security/audit/
H A Daudit_syscalls.c609 sys_setauid(struct thread *td, struct setauid_args *uap) in sys_setauid()
865 sys_setauid(struct thread *td, struct setauid_args *uap) in sys_setauid()
/f-stack/freebsd/sys/
H A Dsysproto.h1229 struct setauid_args { struct
2124 int sys_setauid(struct thread *, struct setauid_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c506 …{ .sy_narg = AS(setauid_args), .sy_call = (sy_call_t *)sys_setauid, .sy_auevent = AUE_SETAUID, .sy…
H A Dsystrace_args.c2305 struct setauid_args *p = params; in systrace_args()