Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h836 struct ofreebsd32_sigaction_args { struct
895 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.c2882 struct ofreebsd32_sigaction_args *uap) in ofreebsd32_sigaction()