Home
last modified time | relevance | path

Searched refs:ofreebsd32_sigaction_args (Results 1 – 3 of 3) sorted by relevance

/src/sys/compat/freebsd32/
H A Dfreebsd32_proto.h844 struct ofreebsd32_sigaction_args { struct
903 int ofreebsd32_sigaction(struct thread *, struct ofreebsd32_sigaction_args *);
H A Dfreebsd32_sysent.c116 …{ compat(AS(ofreebsd32_sigaction_args),freebsd32_sigaction), .sy_auevent = AUE_SIGACTION, .sy_flag…
H A Dfreebsd32_misc.c2922 struct ofreebsd32_sigaction_args *uap) in ofreebsd32_sigaction()