Searched refs:sstk_args (Results 1 – 4 of 4) sorted by relevance
131 struct sstk_args { struct137 sys_sstk(struct thread *td, struct sstk_args *uap) in sys_sstk() argument
264 struct sstk_args { struct1904 int sys_sstk(struct thread *, struct sstk_args *);
128 …{ .sy_narg = AS(sstk_args), .sy_call = (sy_call_t *)sys_sstk, .sy_auevent = AUE_SSTK, .sy_flags = …
430 struct sstk_args *p = params; in systrace_args()