Searched refs:sa_sigaction (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.1-release/lib/libkse/thread/
H A Dthr_sigaction.c89 newact.sa_sigaction = _thr_sig_handler;
98 newact.sa_sigaction = _thr_sig_handler;
H A Dthr_sig.c369 sigfunc = _thread_sigact[sig - 1].sa_sigaction;
458 sigfunc = _thread_sigact[sig - 1].sa_sigaction;
730 sigfunc = _thread_sigact[sig - 1].sa_sigaction;
1195 sigfunc = _thread_sigact[i - 1].sa_sigaction;
1200 act.sa_sigaction =
1214 act.sa_sigaction = (__siginfohandler_t *)&_thr_sig_handler;
/freebsd-10.1-release/tools/regression/sigqueue/sigqtest1/
H A Dsigqtest1.c31 sa.sa_sigaction = handler;
/freebsd-10.1-release/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c48 sa.sa_sigaction = job_handler;
91 sa.sa_sigaction = rtsig_handler;
/freebsd-10.1-release/contrib/gcc/config/rs6000/
H A Dhost-darwin.c150 sact.sa_sigaction = segv_handler;
/freebsd-10.1-release/tools/regression/mqueue/mqtest5/
H A Dmqtest5.c42 sa.sa_sigaction = (void *) SIG_DFL;
/freebsd-10.1-release/contrib/diff/lib/
H A Dc-stack.c257 act.sa_sigaction = segv_handler;
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dsignal.c55 n.sa_sigaction = (void(*)(int, siginfo_t *, void *)) handler;
/freebsd-10.1-release/crypto/openssh/
H A Dsandbox-seccomp-filter.c180 act.sa_sigaction = &ssh_sandbox_violation;
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_sig.c227 sigfunc = actp->sa_sigaction;
405 act.sa_sigaction = (__siginfohandler_t *)&sigcancel_handler;
541 newact.sa_sigaction = thr_sighandler;
/freebsd-10.1-release/sys/sys/
H A Dsignal.h313 /* If SA_SIGINFO is set, sa_sigaction must be used instead of sa_handler. */
314 #define sa_sigaction __sigaction_u.__sa_sigaction macro
/freebsd-10.1-release/gnu/usr.bin/rcs/lib/
H A Drcsutil.c39 * (catchsigaction): New name for `catchsig', for sa_sigaction signature.
41 * (setup_catchsig): Use sa_sigaction only if has_sa_sigaction.
50 * (setup_catchsig): If using SA_SIGINFO, use sa_sigaction, not sa_handler.
632 act.sa_sigaction = catchsigaction;
/freebsd-10.1-release/sys/kern/
H A Dkern_sig.c639 ((__sighandler_t *)act->sa_sigaction != SIG_IGN &&
640 (__sighandler_t *)act->sa_sigaction != SIG_DFL)));
682 oact->sa_sigaction =
707 (__sighandler_t *)act->sa_sigaction;
/freebsd-10.1-release/usr.bin/sort/
H A Dsort.c466 sa.sa_sigaction = &sig_handler;
/freebsd-10.1-release/contrib/ntp/parseutil/
H A Ddcfd.c1589 act.sa_sigaction = (void (*) (int, siginfo_t *, void *))0;
/freebsd-10.1-release/contrib/ntp/
H A Dconfigure30774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking struct sigaction for sa_sigaction" >&5
30775 $as_echo_n "checking struct sigaction for sa_sigaction... " >&6; }
30789 act.sa_sigaction = 0;
[all...]

Completed in 307 milliseconds