Searched refs:__sighandler_t (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | signal.h | 138 #define SIG_DFL ((__sighandler_t *)0) 139 #define SIG_IGN ((__sighandler_t *)1) 140 #define SIG_ERR ((__sighandler_t *)-1) 142 #define SIG_HOLD ((__sighandler_t *)3) 160 typedef void __sighandler_t(int); typedef 406 typedef __sighandler_t *sig_t; /* type of pointer to a signal function */ 416 __sighandler_t *sv_handler; /* signal handler */ 478 __sighandler_t *signal(int, __sighandler_t *);
|
H A D | ucontext.h | 48 int signalcontext(ucontext_t *, int, __sighandler_t *);
|
H A D | signalvar.h | 96 #define SIG_CATCH ((__sighandler_t *)2)
|
/freebsd/sys/x86/include/ |
H A D | sigframe.h | 54 __sighandler_t *sf_handler; 65 __sighandler_t *sf_handler;
|
/freebsd/sys/i386/include/ |
H A D | sigframe.h | 67 __sighandler_t *sf_handler; 84 __sighandler_t *sf_handler;
|
/freebsd/lib/libc/arm/gen/ |
H A D | signalcontext.c | 48 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
|
/freebsd/lib/libc/i386/gen/ |
H A D | signalcontext.c | 41 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
|
/freebsd/lib/libc/powerpc64/gen/ |
H A D | signalcontext.c | 44 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
|
/freebsd/lib/libc/powerpc/gen/ |
H A D | signalcontext.c | 44 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
|
/freebsd/lib/libc/amd64/gen/ |
H A D | signalcontext.c | 43 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
|
/freebsd/lib/libc/compat-43/ |
H A D | sigcompat.c | 158 if ((__sighandler_t *)disp == SIG_HOLD) { in sigset()
|
/freebsd/lib/libthr/thread/ |
H A D | thr_sig.c | 202 char *addr, __sighandler_t *catcher); 300 (__sighandler_t *)sigfunc); in handle_signal()
|
/freebsd/sys/kern/ |
H A D | kern_sig.c | 782 ((__sighandler_t *)act->sa_sigaction != SIG_IGN && in sigact_flag_test() 783 (__sighandler_t *)act->sa_sigaction != SIG_DFL))); in sigact_flag_test() 848 (__sighandler_t *)act->sa_sigaction; in kern_sigaction()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs.abi | 3149 <typedef-decl name='__sighandler_t' type-id='03347643' id='8cdd9566'/>
|