Searched refs:__sighandler_t (Results 1 – 6 of 6) sorted by relevance
139 #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); typedef420 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 *);
64 int signalcontext(ucontext_t *, int, __sighandler_t *);
99 #define SIG_CATCH ((__sighandler_t *)2)
56 __sighandler_t *sf_handler;67 __sighandler_t *sf_handler;
69 __sighandler_t *sf_handler;86 __sighandler_t *sf_handler;
679 ((__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()