Searched refs:break_args (Results 1 – 4 of 4) sorted by relevance
68 struct break_args { struct73 sys_break(struct thread *td, struct break_args *uap) in sys_break() argument
92 struct break_args { struct1864 int sys_break(struct thread *, struct break_args *);
75 …{ .sy_narg = AS(break_args), .sy_call = (sy_call_t *)sys_break, .sy_auevent = AUE_NULL, .sy_flags …
123 struct break_args *p = params; in systrace_args()