Searched refs:setauid_args (Results 1 – 4 of 4) sorted by relevance
609 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()
1229 struct setauid_args { struct2124 int sys_setauid(struct thread *, struct setauid_args *);
506 …{ .sy_narg = AS(setauid_args), .sy_call = (sy_call_t *)sys_setauid, .sy_auevent = AUE_SETAUID, .sy…
2305 struct setauid_args *p = params; in systrace_args()