Searched refs:getaudit_args (Results 1 – 4 of 4) sorted by relevance
649 sys_getaudit(struct thread *td, struct getaudit_args *uap) in sys_getaudit()872 sys_getaudit(struct thread *td, struct getaudit_args *uap) in sys_getaudit()
1232 struct getaudit_args { struct2125 int sys_getaudit(struct thread *, struct getaudit_args *);
507 …{ .sy_narg = AS(getaudit_args), .sy_call = (sy_call_t *)sys_getaudit, .sy_auevent = AUE_GETAUDIT, …
2312 struct getaudit_args *p = params; in systrace_args()