Home
last modified time | relevance | path

Searched refs:__sighandler_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignal.h139 #define SIG_DFL ((__sighandler_t *)0)
140 #define SIG_IGN ((__sighandler_t *)1)
141 #define SIG_ERR ((__sighandler_t *)-1)
143 #define SIG_HOLD ((__sighandler_t *)3)
161 typedef void __sighandler_t(int); typedef
420 typedef __sighandler_t *sig_t; /* type of pointer to a signal function */
453 __sighandler_t *sv_handler; /* signal handler */
511 __sighandler_t *signal(int, __sighandler_t *);
H A Ducontext.h64 int signalcontext(ucontext_t *, int, __sighandler_t *);
H A Dsignalvar.h99 #define SIG_CATCH ((__sighandler_t *)2)
/f-stack/freebsd/x86/include/
H A Dsigframe.h56 __sighandler_t *sf_handler;
67 __sighandler_t *sf_handler;
/f-stack/freebsd/i386/include/
H A Dsigframe.h69 __sighandler_t *sf_handler;
86 __sighandler_t *sf_handler;
/f-stack/freebsd/kern/
H A Dkern_sig.c679 ((__sighandler_t *)act->sa_sigaction != SIG_IGN && in sigact_flag_test()
680 (__sighandler_t *)act->sa_sigaction != SIG_DFL))); in sigact_flag_test()
745 (__sighandler_t *)act->sa_sigaction; in kern_sigaction()