Searched refs:minherit_args (Results 1 – 4 of 4) sorted by relevance
696 struct minherit_args { struct703 sys_minherit(struct thread *td, struct minherit_args *uap) in sys_minherit() argument
689 struct minherit_args { struct1998 int sys_minherit(struct thread *, struct minherit_args *);
308 …{ .sy_narg = AS(minherit_args), .sy_call = (sy_call_t *)sys_minherit, .sy_auevent = AUE_MINHERIT, …
1271 struct minherit_args *p = params; in systrace_args()