Home
last modified time | relevance | path

Searched refs:freebsd32_thr_new_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h366 struct freebsd32_thr_new_args { struct
769 int freebsd32_thr_new(struct thread *, struct freebsd32_thr_new_args *);
H A Dfreebsd32_sysent.c525 …{ .sy_narg = AS(freebsd32_thr_new_args), .sy_call = (sy_call_t *)freebsd32_thr_new, .sy_auevent = …
H A Dfreebsd32_misc.c3223 struct freebsd32_thr_new_args *uap) in freebsd32_thr_new()
H A Dfreebsd32_systrace_args.c2198 struct freebsd32_thr_new_args *p = params; in systrace_args()