Searched refs:getauid_args (Results 1 – 4 of 4) sorted by relevance
594 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid()858 sys_getauid(struct thread *td, struct getauid_args *uap) in sys_getauid()
1226 struct getauid_args { struct2123 int sys_getauid(struct thread *, struct getauid_args *);
505 …{ .sy_narg = AS(getauid_args), .sy_call = (sy_call_t *)sys_getauid, .sy_auevent = AUE_GETAUID, .sy…
2298 struct getauid_args *p = params; in systrace_args()