Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsignal.h138 #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 Ducontext.h48 int signalcontext(ucontext_t *, int, __sighandler_t *);
H A Dsignalvar.h96 #define SIG_CATCH ((__sighandler_t *)2)
/freebsd/sys/x86/include/
H A Dsigframe.h54 __sighandler_t *sf_handler;
65 __sighandler_t *sf_handler;
/freebsd/sys/i386/include/
H A Dsigframe.h67 __sighandler_t *sf_handler;
84 __sighandler_t *sf_handler;
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c48 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
/freebsd/lib/libc/i386/gen/
H A Dsignalcontext.c41 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
/freebsd/lib/libc/powerpc/gen/
H A Dsignalcontext.c44 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
/freebsd/lib/libc/powerpc64/gen/
H A Dsignalcontext.c44 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
/freebsd/lib/libc/amd64/gen/
H A Dsignalcontext.c43 __signalcontext(ucontext_t *ucp, int sig, __sighandler_t *func) in __signalcontext()
/freebsd/lib/libc/compat-43/
H A Dsigcompat.c158 if ((__sighandler_t *)disp == SIG_HOLD) { in sigset()
/freebsd/lib/libthr/thread/
H A Dthr_sig.c203 char *addr, __sighandler_t *catcher);
302 (__sighandler_t *)sigfunc); in handle_signal()
/freebsd/sys/kern/
H A Dkern_sig.c772 ((__sighandler_t *)act->sa_sigaction != SIG_IGN && in sigact_flag_test()
773 (__sighandler_t *)act->sa_sigaction != SIG_DFL))); in sigact_flag_test()
838 (__sighandler_t *)act->sa_sigaction; in kern_sigaction()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi2911 <typedef-decl name='__sighandler_t' type-id='03347643' id='8cdd9566'/>