Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h334 struct freebsd32_sigaction_args { struct
756 int freebsd32_sigaction(struct thread *, struct freebsd32_sigaction_args *);
H A Dfreebsd32_sysent.c480 …{ .sy_narg = AS(freebsd32_sigaction_args), .sy_call = (sy_call_t *)freebsd32_sigaction, .sy_aueven…
H A Dfreebsd32_misc.c2812 freebsd32_sigaction(struct thread *td, struct freebsd32_sigaction_args *uap) in freebsd32_sigaction()
H A Dfreebsd32_systrace_args.c1948 struct freebsd32_sigaction_args *p = params; in systrace_args()