Symbol: sigaction
bin/dd/misc.c
170
struct sigaction sa;
bin/dd/misc.c
176
error = sigaction(SIGINT, &sa, 0);
bin/pax/pax.c
319
setup_sig(int sig, const struct sigaction *n_hand)
bin/pax/pax.c
321
struct sigaction o_hand;
bin/pax/pax.c
323
if (sigaction(sig, NULL, &o_hand) < 0)
bin/pax/pax.c
329
return (sigaction(sig, n_hand, NULL));
bin/pax/pax.c
342
struct sigaction n_hand;
bin/pax/pax.c
404
if ((sigaction(SIGPIPE, &n_hand, NULL) < 0) ||
bin/pax/pax.c
405
(sigaction(SIGXFSZ, &n_hand, NULL) < 0))
bin/sh/jobs.c
1144
struct sigaction sa, osa;
bin/sh/jobs.c
1170
sigaction(SIGCHLD, &sa, &osa);
bin/sh/jobs.c
1200
sigaction(SIGCHLD, &osa, NULL);
bin/sh/trap.c
255
struct sigaction sa;
bin/sh/trap.c
324
sigaction(signo, &sa, NULL);
bin/sh/trap.c
334
struct sigaction sa;
bin/sh/trap.c
336
if (sigaction(signo, (struct sigaction *)0, &sa) == -1)
bin/timeout/timeout.c
272
struct sigaction sa;
bin/timeout/timeout.c
397
if (sigaction(sig, &sa, NULL) < 0)
crypto/heimdal/appl/ftp/ftp/ftp.c
331
struct sigaction sa, osa;
crypto/heimdal/appl/ftp/ftp/ftp.c
339
sigaction (SIGINT, &sa, &osa);
crypto/heimdal/appl/ftp/ftp/ftp.c
349
sigaction (SIGINT, &osa, NULL);
crypto/heimdal/appl/ftp/ftp/ftp.c
399
sigaction (SIGINT, &osa, NULL);
crypto/heimdal/appl/login/login.c
574
struct sigaction sa;
crypto/heimdal/appl/login/login.c
636
sigaction(SIGALRM, &sa, NULL);
crypto/heimdal/appl/login/read_string.c
117
sigaction(i, &sigs[i], NULL);
crypto/heimdal/appl/login/read_string.c
53
struct sigaction sigs[NSIG];
crypto/heimdal/appl/login/read_string.c
55
struct sigaction sa;
crypto/heimdal/appl/login/read_string.c
73
if (sigaction(i, &sa, &sigs[i]) == 0)
crypto/heimdal/kcm/main.c
78
struct sigaction sa;
crypto/heimdal/kcm/main.c
84
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kcm/main.c
85
sigaction(SIGTERM, &sa, NULL);
crypto/heimdal/kcm/main.c
88
sigaction(SIGUSR1, &sa, NULL);
crypto/heimdal/kcm/main.c
91
sigaction(SIGUSR2, &sa, NULL);
crypto/heimdal/kcm/main.c
94
sigaction(SIGPIPE, &sa, NULL);
crypto/heimdal/kdc/main.c
128
struct sigaction sa;
crypto/heimdal/kdc/main.c
134
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kdc/main.c
135
sigaction(SIGTERM, &sa, NULL);
crypto/heimdal/kdc/main.c
137
sigaction(SIGXCPU, &sa, NULL);
crypto/heimdal/kdc/main.c
142
sigaction(SIGPIPE, &sa, NULL);
crypto/heimdal/kpasswd/kpasswdd.c
884
struct sigaction sa;
crypto/heimdal/kpasswd/kpasswdd.c
890
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/kpasswd/kpasswdd.c
891
sigaction(SIGTERM, &sa, NULL);
crypto/heimdal/lib/asn1/check-common.c
213
struct sigaction sa, osa;
crypto/heimdal/lib/asn1/check-common.c
232
sigaction (SIGSEGV, &sa, &osa);
crypto/heimdal/lib/asn1/check-common.c
338
sigaction (SIGSEGV, &osa, NULL);
crypto/heimdal/lib/asn1/check-common.c
366
struct sigaction sa, osa;
crypto/heimdal/lib/asn1/check-common.c
385
sigaction (SIGSEGV, &sa, &osa);
crypto/heimdal/lib/asn1/check-common.c
417
sigaction (SIGSEGV, &osa, NULL);
crypto/heimdal/lib/hdb/hdb-ldap.c
1595
struct sigaction sa;
crypto/heimdal/lib/hdb/hdb-ldap.c
1601
sigaction(SIGPIPE, &sa, NULL);
crypto/heimdal/lib/kadm5/ipropd_common.c
50
struct sigaction sa;
crypto/heimdal/lib/kadm5/ipropd_common.c
56
sigaction(SIGINT, &sa, NULL);
crypto/heimdal/lib/kadm5/ipropd_common.c
57
sigaction(SIGTERM, &sa, NULL);
crypto/heimdal/lib/kadm5/ipropd_common.c
58
sigaction(SIGXCPU, &sa, NULL);
crypto/heimdal/lib/kadm5/ipropd_common.c
61
sigaction(SIGPIPE, &sa, NULL);
crypto/heimdal/lib/roken/parse_reply-test.c
83
struct sigaction sa;
crypto/heimdal/lib/roken/parse_reply-test.c
88
sigaction (SIGSEGV, &sa, NULL);
crypto/heimdal/lib/roken/rkpty.c
370
struct sigaction sa;
crypto/heimdal/lib/roken/rkpty.c
376
sigaction(SIGALRM, &sa, NULL);
crypto/heimdal/lib/roken/signal.c
53
struct sigaction saNew, saOld;
crypto/heimdal/lib/roken/signal.c
72
if (sigaction(iSig, &saNew, &saOld) < 0)
crypto/heimdal/lib/roken/test-mem.c
167
sigaction (SIGSEGV, &sa, &osa);
crypto/heimdal/lib/roken/test-mem.c
208
sigaction (SIGSEGV, &osa, NULL);
crypto/heimdal/lib/roken/test-mem.c
59
struct sigaction sa, osa;
crypto/krb5/src/kdc/main.c
480
struct sigaction s_action;
crypto/krb5/src/kdc/main.c
491
(void) sigaction(SIGINT, &s_action, (struct sigaction *) NULL);
crypto/krb5/src/kdc/main.c
492
(void) sigaction(SIGTERM, &s_action, (struct sigaction *) NULL);
crypto/krb5/src/kdc/main.c
493
(void) sigaction(SIGQUIT, &s_action, (struct sigaction *) NULL);
crypto/krb5/src/kdc/main.c
495
(void) sigaction(SIGHUP, &s_action, (struct sigaction *) NULL);
crypto/krb5/src/kprop/kpropd.c
201
struct sigaction s_action;
crypto/krb5/src/kprop/kpropd.c
206
sigaction(sig, &s_action, NULL);
crypto/krb5/src/lib/krb5/os/prompter.c
137
struct sigaction sa;
crypto/krb5/src/lib/krb5/os/prompter.c
142
sigaction(SIGINT, &sa, osigint);
crypto/krb5/src/lib/krb5/os/prompter.c
152
sigaction(SIGINT, osigint, NULL);
crypto/krb5/src/lib/krb5/os/prompter.c
17
typedef struct sigaction osiginfo;
crypto/krb5/src/lib/rpc/unit-test/server.c
137
(void) sigaction(SIGHUP, &sa, NULL);
crypto/krb5/src/lib/rpc/unit-test/server.c
138
(void) sigaction(SIGINT, &sa, NULL);
crypto/krb5/src/lib/rpc/unit-test/server.c
139
(void) sigaction(SIGTERM, &sa, NULL);
crypto/krb5/src/lib/rpc/unit-test/server.c
66
struct sigaction sa;
crypto/krb5/src/util/ss/list_rqs.c
110
sigaction(SIGINT, &osig, (struct sigaction *)0);
crypto/krb5/src/util/ss/list_rqs.c
36
struct sigaction nsig, osig;
crypto/krb5/src/util/ss/list_rqs.c
59
sigaction(SIGINT, &nsig, &osig);
crypto/krb5/src/util/ss/listen.c
103
sigaction(SIGINT, &nsig, &isig);
crypto/krb5/src/util/ss/listen.c
119
sigaction(SIGCONT, &nsig, &csig);
crypto/krb5/src/util/ss/listen.c
137
sigaction(SIGCONT, &csig, (struct sigaction *)0);
crypto/krb5/src/util/ss/listen.c
162
sigaction(SIGINT, &isig, (struct sigaction *)0);
crypto/krb5/src/util/ss/listen.c
76
struct sigaction isig, csig, nsig, osig;
crypto/krb5/src/util/ss/pager.c
73
struct sigaction sa;
crypto/krb5/src/util/ss/pager.c
82
sigaction(SIGINT, &sa, (struct sigaction *)0);
crypto/krb5/src/util/verto/ev.c
4102
struct sigaction sa;
crypto/krb5/src/util/verto/ev.c
4109
sigaction (w->signum, &sa, 0);
crypto/openssh/misc.c
2711
struct sigaction sa, osa;
crypto/openssh/misc.c
2721
if (sigaction(signum, &sa, &osa) == -1) {
crypto/openssh/openbsd-compat/bsd-pselect.c
133
struct sigaction sa, osa;
crypto/openssh/openbsd-compat/bsd-pselect.c
149
if (sigaction(sig, NULL, &sa) == 0 &&
crypto/openssh/openbsd-compat/bsd-pselect.c
153
if (sigaction(sig, &sa, &osa) == 0) {
crypto/openssh/openbsd-compat/bsd-pselect.c
185
if (sigaction(sig, NULL, &sa) == 0) {
crypto/openssh/openbsd-compat/bsd-pselect.c
187
if (sigaction(sig, &sa, NULL) == 0) {
crypto/openssh/openbsd-compat/readpassphrase.c
118
(void)sigaction(SIGALRM, &sa, &savealrm);
crypto/openssh/openbsd-compat/readpassphrase.c
119
(void)sigaction(SIGHUP, &sa, &savehup);
crypto/openssh/openbsd-compat/readpassphrase.c
120
(void)sigaction(SIGINT, &sa, &saveint);
crypto/openssh/openbsd-compat/readpassphrase.c
121
(void)sigaction(SIGPIPE, &sa, &savepipe);
crypto/openssh/openbsd-compat/readpassphrase.c
122
(void)sigaction(SIGQUIT, &sa, &savequit);
crypto/openssh/openbsd-compat/readpassphrase.c
123
(void)sigaction(SIGTERM, &sa, &saveterm);
crypto/openssh/openbsd-compat/readpassphrase.c
124
(void)sigaction(SIGTSTP, &sa, &savetstp);
crypto/openssh/openbsd-compat/readpassphrase.c
125
(void)sigaction(SIGTTIN, &sa, &savettin);
crypto/openssh/openbsd-compat/readpassphrase.c
126
(void)sigaction(SIGTTOU, &sa, &savettou);
crypto/openssh/openbsd-compat/readpassphrase.c
160
(void)sigaction(SIGALRM, &savealrm, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
161
(void)sigaction(SIGHUP, &savehup, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
162
(void)sigaction(SIGINT, &saveint, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
163
(void)sigaction(SIGQUIT, &savequit, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
164
(void)sigaction(SIGPIPE, &savepipe, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
165
(void)sigaction(SIGTERM, &saveterm, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
166
(void)sigaction(SIGTSTP, &savetstp, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
167
(void)sigaction(SIGTTIN, &savettin, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
168
(void)sigaction(SIGTTOU, &savettou, NULL);
crypto/openssh/openbsd-compat/readpassphrase.c
60
struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm;
crypto/openssh/openbsd-compat/readpassphrase.c
61
struct sigaction savetstp, savettin, savettou, savepipe;
crypto/openssh/openbsd-compat/sigact.c
49
sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact)
crypto/openssh/openbsd-compat/sigact.h
81
int sigaction(int sig, struct sigaction *sigact, struct sigaction *osigact);
crypto/openssh/sandbox-seccomp-filter.c
469
struct sigaction act;
crypto/openssh/sandbox-seccomp-filter.c
479
if (sigaction(SIGSYS, &act, NULL) == -1)
crypto/openssh/sftp.c
2295
struct sigaction sa;
crypto/openssh/sftp.c
2300
if (sigaction(SIGINT, &sa, NULL) == -1) {
crypto/openssh/sshd-session.c
225
struct sigaction sa;
crypto/openssh/sshd-session.c
234
(void)sigaction(SIGTERM, &sa, NULL);
crypto/openssl/crypto/armcap.c
254
struct sigaction ill_oact, ill_act;
crypto/openssl/crypto/armcap.c
369
sigaction(SIGILL, &ill_act, &ill_oact);
crypto/openssl/crypto/armcap.c
402
sigaction(SIGILL, &ill_oact, NULL);
crypto/openssl/crypto/ppccap.c
143
struct sigaction ill_oact, ill_act;
crypto/openssl/crypto/ppccap.c
276
sigaction(SIGILL, &ill_act, &ill_oact);
crypto/openssl/crypto/ppccap.c
322
sigaction(SIGILL, &ill_oact, NULL);
crypto/openssl/crypto/s390xcap.c
145
struct sigaction ill_act, oact_ill, oact_fpe;
crypto/openssl/crypto/s390xcap.c
155
sigaction(SIGILL, &ill_act, &oact_ill);
crypto/openssl/crypto/s390xcap.c
156
sigaction(SIGFPE, &ill_act, &oact_fpe);
crypto/openssl/crypto/s390xcap.c
172
sigaction(SIGFPE, &oact_fpe, NULL);
crypto/openssl/crypto/s390xcap.c
173
sigaction(SIGILL, &oact_ill, NULL);
crypto/openssl/crypto/sparcv9cap.c
175
sigaction(SIGILL, &common_act, &ill_oact);
crypto/openssl/crypto/sparcv9cap.c
176
sigaction(SIGBUS, &common_act, &bus_oact); /* T1 fails 16-bit ldda [on
crypto/openssl/crypto/sparcv9cap.c
225
sigaction(SIGBUS, &bus_oact, NULL);
crypto/openssl/crypto/sparcv9cap.c
226
sigaction(SIGILL, &ill_oact, NULL);
crypto/openssl/crypto/sparcv9cap.c
87
struct sigaction common_act, ill_oact, bus_oact;
crypto/openssl/crypto/ui/ui_openssl.c
156
static struct sigaction savsig[NX509_SIG];
crypto/openssl/crypto/ui/ui_openssl.c
579
struct sigaction sa;
crypto/openssl/crypto/ui/ui_openssl.c
607
sigaction(i, &sa, &savsig[i]);
crypto/openssl/crypto/ui/ui_openssl.c
640
sigaction(i, &savsig[i], NULL);
crypto/openssl/demos/bio/saccept.c
40
struct sigaction sa;
crypto/openssl/demos/bio/saccept.c
48
sigaction(SIGINT, &sa, NULL);
crypto/openssl/test/sanitytest.c
265
struct sigaction sa;
crypto/openssl/test/sanitytest.c
271
if (sigaction(SIGALRM, &sa, NULL)) {
include/signal.h
87
int sigaction(int, const struct sigaction * __restrict,
include/signal.h
88
struct sigaction * __restrict);
lib/geom/part/geom_part.c
907
struct sigaction si_sa;
lib/geom/part/geom_part.c
935
if (sigaction(SIGINT, &si_sa, 0) == -1)
lib/libc/compat-43/sigcompat.c
129
struct sigaction sa;
lib/libc/compat-43/sigcompat.c
151
struct sigaction sa, psa;
lib/libc/compat-43/sigcompat.c
43
struct sigaction sa, osa;
lib/libc/compat-43/sigcompat.c
44
struct sigaction *sap, *osap;
lib/libc/gen/daemon.c
46
struct sigaction osa, sa;
lib/libc/gen/posix_spawn.c
99
struct sigaction sigact = { .sa_flags = 0, .sa_handler = SIG_DFL };
lib/libc/gen/readpassphrase.c
49
struct sigaction sa, savealrm, saveint, savehup, savequit, saveterm;
lib/libc/gen/readpassphrase.c
50
struct sigaction savetstp, savettin, savettou, savepipe;
lib/libc/gen/siginterrupt.c
45
struct sigaction sa;
lib/libc/gen/siginterrupt.c
48
if ((ret = __libc_sigaction(sig, (struct sigaction *)0, &sa)) < 0)
lib/libc/gen/siginterrupt.c
57
return (__libc_sigaction(sig, &sa, (struct sigaction *)0));
lib/libc/gen/signal.c
45
struct sigaction sa, osa;
lib/libc/include/libc_private.h
338
struct sigaction;
lib/libc/include/libc_private.h
351
int __libc_sigaction(int, const struct sigaction *,
lib/libc/include/libc_private.h
352
struct sigaction *) __hidden;
lib/libc/include/un-namespace.h
247
int _sigaction(int, const struct sigaction *, struct sigaction *);
lib/libc/secure/libc_stack_protector.c
103
struct sigaction sa;
lib/libc/secure/libc_stack_protector.c
118
(void)sigaction(SIGABRT, &sa, NULL);
lib/libc/stdlib/abort.c
45
struct sigaction act;
lib/libc/stdlib/system.c
60
static struct sigaction ointact, oquitact;
lib/libc/stdlib/system.c
61
struct sigaction ign;
lib/libc/sys/sigaction.c
36
__weak_reference(sigaction, __libc_sigaction);
lib/libc/sys/sigaction.c
40
sigaction(int sig, const struct sigaction *act, struct sigaction *oact)
lib/libc/sys/sigaction.c
42
return (INTERPOS_SYS(sigaction, sig, act, oact));
lib/libc/tests/gen/dlopen_empty_test.c
61
struct sigaction act, oact;
lib/libc/tests/gen/dlopen_empty_test.c
74
ATF_CHECK_MSG(sigaction(SIGSEGV, &act, &oact) != -1,
lib/libc/tests/gen/popen_test.c
139
struct sigaction act, oact;
lib/libc/tests/gen/popen_test.c
159
ATF_CHECK_MSG(sigaction(SIGPIPE, &act, &oact) != -1,
lib/libc/tests/gen/popen_test.c
177
ATF_CHECK_MSG(sigaction(SIGPIPE, &oact, NULL) != -1,
lib/libc/tests/gen/wordexp_test.c
273
struct sigaction sa;
lib/libc/tests/gen/wordexp_test.c
281
r = sigaction(SIGCHLD, &sa, NULL);
lib/libc/tests/gen/wordexp_test.c
291
r = sigaction(SIGCHLD, &sa, NULL);
lib/libc/tests/gen/wordexp_test.c
298
struct sigaction sa;
lib/libc/tests/gen/wordexp_test.c
306
r = sigaction(SIGCHLD, &sa, NULL);
lib/libc/tests/gen/wordexp_test.c
316
r = sigaction(SIGCHLD, &sa, NULL);
lib/libc/tests/stdio/eintr_test.c
63
struct sigaction sa;
lib/libc/tests/stdio/eintr_test.c
74
ATF_REQUIRE(sigaction(SIGHUP, &sa, NULL) == 0);
lib/libc/tests/stdlib/system_test.c
109
struct sigaction sigint, sigquit, sigact;
lib/libc/tests/stdlib/system_test.c
130
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigint));
lib/libc/tests/stdlib/system_test.c
131
ATF_REQUIRE_EQ(0, sigaction(SIGQUIT, NULL, &sigquit));
lib/libc/tests/stdlib/system_test.c
152
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigact));
lib/libc/tests/stdlib/system_test.c
154
ATF_REQUIRE_EQ(0, sigaction(SIGQUIT, NULL, &sigact));
lib/libc/tests/stdlib/system_test.c
170
ATF_REQUIRE_EQ(0, sigaction(SIGINT, NULL, &sigact));
lib/libc/tests/stdlib/system_test.c
174
ATF_REQUIRE_EQ(0, sigaction(SIGQUIT, NULL, &sigact));
lib/libexecinfo/tests/sigtramp_test.c
56
struct sigaction act;
lib/libexecinfo/tests/sigtramp_test.c
63
sigaction(SIGUSR1, &act, NULL);
lib/libsys/_libsys.h
311
typedef int (__sys_sigaction_t)(int, const struct sigaction *, struct sigaction *);
lib/libsys/_libsys.h
53
struct sigaction;
lib/libsys/_libsys.h
721
int __sys_sigaction(int sig, const struct sigaction * act, struct sigaction * oact);
lib/libsys/interposing_table.c
59
SLOT(sigaction, __sys_sigaction),
lib/libthr/tests/pthread_sigqueue_test.c
81
struct sigaction sa;
lib/libthr/tests/pthread_sigqueue_test.c
93
if (sigaction(SIGUSR1, &sa, NULL) != 0)
lib/libthr/thread/thr_private.h
459
struct sigaction deferred_sigact;
lib/libthr/thread/thr_private.h
882
int __sys_sigaction(int, const struct sigaction *, struct sigaction *);
lib/libthr/thread/thr_private.h
995
int __thr_sigaction(int sig, const struct sigaction *act,
lib/libthr/thread/thr_private.h
996
struct sigaction *oact) __hidden;
lib/libthr/thread/thr_sig.c
231
struct sigaction act;
lib/libthr/thread/thr_sig.c
253
memcpy(&curthread->deferred_sigact, &act, sizeof(struct sigaction));
lib/libthr/thread/thr_sig.c
265
handle_signal(struct sigaction *actp, int sig, siginfo_t *info, ucontext_t *ucp)
lib/libthr/thread/thr_sig.c
397
struct sigaction act;
lib/libthr/thread/thr_sig.c
475
struct sigaction act, nact, oact;
lib/libthr/thread/thr_sig.c
520
struct sigaction *actp;
lib/libthr/thread/thr_sig.c
522
struct sigaction kact;
lib/libthr/thread/thr_sig.c
55
struct sigaction sigact;
lib/libthr/thread/thr_sig.c
589
__thr_sigaction(int sig, const struct sigaction *act, struct sigaction *oact)
lib/libthr/thread/thr_sig.c
591
struct sigaction newact, oldact, oldact2;
lib/libthr/thread/thr_sig.c
69
static void handle_signal(struct sigaction *, int, siginfo_t *, ucontext_t *);
lib/libthr/thread/thr_syscalls.c
685
SLOT(sigaction);
lib/libutil/pw_util.c
282
struct sigaction sa, sa_int, sa_quit;
lib/libutil/pw_util.c
295
sigaction(SIGINT, &sa, &sa_int);
lib/libutil/pw_util.c
296
sigaction(SIGQUIT, &sa, &sa_quit);
lib/libutil/pw_util.c
304
sigaction(SIGINT, &sa_int, NULL);
lib/libutil/pw_util.c
305
sigaction(SIGQUIT, &sa_quit, NULL);
lib/libutil/pw_util.c
339
sigaction(SIGINT, &sa_int, NULL);
lib/libutil/pw_util.c
340
sigaction(SIGQUIT, &sa_quit, NULL);
lib/msun/tests/fenv_test.c
392
struct sigaction act;
lib/msun/tests/fenv_test.c
450
ATF_CHECK_EQ(0, sigaction(SIGFPE, &act, NULL));
lib/msun/tests/fenv_test.c
489
struct sigaction act;
lib/msun/tests/fenv_test.c
527
ATF_CHECK_EQ(0, sigaction(SIGFPE, &act, NULL));
libexec/bootpd/bootpd.c
183
struct sigaction sa;
libexec/bootpd/bootpd.c
477
if (sigaction(SIGHUP, &sa, NULL) < 0) {
libexec/bootpd/bootpd.c
481
if (sigaction(SIGUSR1, &sa, NULL) < 0) {
libexec/pppoed/pppoed.c
504
struct sigaction act;
libexec/pppoed/pppoed.c
641
sigaction(SIGHUP, &act, NULL);
libexec/pppoed/pppoed.c
642
sigaction(SIGINT, &act, NULL);
libexec/pppoed/pppoed.c
643
sigaction(SIGQUIT, &act, NULL);
libexec/pppoed/pppoed.c
644
sigaction(SIGTERM, &act, NULL);
libexec/tftpd/tests/functional.c
263
struct sigaction sa = { .sa_handler = sigalrm };
libexec/tftpd/tests/functional.c
273
ATF_REQUIRE_INTEQ(0, sigaction(SIGALRM, &sa, NULL));
sbin/devd/devd.cc
231
struct sigaction ign, intact, quitact;
sbin/devd/devd.cc
244
::sigaction(SIGINT, &ign, &intact);
sbin/devd/devd.cc
245
::sigaction(SIGQUIT, &ign, &quitact);
sbin/devd/devd.cc
256
::sigaction(SIGINT, &intact, NULL);
sbin/devd/devd.cc
257
::sigaction(SIGQUIT, &quitact, NULL);
sbin/devd/devd.cc
274
::sigaction(SIGINT, &intact, NULL);
sbin/devd/devd.cc
275
::sigaction(SIGQUIT, &quitact, NULL);
sbin/init/init.c
1041
struct sigaction sa;
sbin/init/init.c
1049
sigaction(SIGTSTP, &sa, NULL);
sbin/init/init.c
1050
sigaction(SIGHUP, &sa, NULL);
sbin/init/init.c
195
struct sigaction sa;
sbin/init/init.c
311
sigaction(SIGTTIN, &sa, NULL);
sbin/init/init.c
312
sigaction(SIGTTOU, &sa, NULL);
sbin/init/init.c
419
struct sigaction sa;
sbin/init/init.c
431
sigaction(sig, &sa, NULL);
sbin/newfs_msdos/mkfs_msdos.c
238
struct sigaction si_sa;
sbin/newfs_msdos/mkfs_msdos.c
648
if (sigaction(SIGINFO, &si_sa, NULL) == -1) {
sbin/ping/ping.c
204
struct sigaction si_sa;
sbin/ping/ping.c
849
if (sigaction(SIGINT, &si_sa, 0) == -1)
sbin/ping/ping.c
852
if (sigaction(SIGINFO, &si_sa, 0) == -1)
sbin/ping/ping.c
856
if (sigaction(SIGALRM, &si_sa, 0) == -1)
sbin/ping/ping6.c
1128
if (sigaction(SIGINT, &si_sa, 0) == -1)
sbin/ping/ping6.c
1131
if (sigaction(SIGINFO, &si_sa, 0) == -1)
sbin/ping/ping6.c
1135
if (sigaction(SIGALRM, &si_sa, 0) == -1)
sbin/ping/ping6.c
1248
sigaction(SIGINT, &si_sa, 0);
sbin/ping/ping6.c
1249
sigaction(SIGALRM, &si_sa, 0);
sbin/ping/ping6.c
274
struct sigaction si_sa;
sbin/route/route.c
842
struct sigaction sa;
sbin/route/route.c
859
if (sigaction(SIGALRM, &sa, 0) == -1)
sys/compat/freebsd32/freebsd32_misc.c
2858
struct sigaction sa, osa, *sap;
sys/compat/freebsd32/freebsd32_misc.c
2887
struct sigaction sa, osa, *sap;
sys/compat/freebsd32/freebsd32_misc.c
2925
struct sigaction sa, osa, *sap;
sys/compat/freebsd32/freebsd32_misc.c
2962
struct sigaction sa, osa, *sap;
sys/compat/linux/linux_signal.c
137
bsd_to_linux_sigaction(struct sigaction *bsa, l_sigaction_t *lsa)
sys/compat/linux/linux_signal.c
168
struct sigaction act, oact, *nsa, *osa;
sys/compat/linux/linux_signal.c
73
linux_to_bsd_sigaction(l_sigaction_t *lsa, struct sigaction *bsa)
sys/kern/init_sysent.c
115
{ compat(AS(osigaction_args),sigaction), .sy_auevent = AUE_SIGACTION, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 46 = old sigaction */
sys/kern/init_sysent.c
411
{ compat4(AS(freebsd4_sigaction_args),sigaction), .sy_auevent = AUE_SIGACTION, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 342 = freebsd4 sigaction */
sys/kern/kern_sig.c
1003
struct sigaction nsa, osa;
sys/kern/kern_sig.c
1004
struct sigaction *nsap, *osap;
sys/kern/kern_sig.c
1528
struct sigaction nsa, osa;
sys/kern/kern_sig.c
1529
struct sigaction *nsap, *osap;
sys/kern/kern_sig.c
771
sigact_flag_test(const struct sigaction *act, int flag)
sys/kern/kern_sig.c
791
kern_sigaction(struct thread *td, int sig, const struct sigaction *act,
sys/kern/kern_sig.c
792
struct sigaction *oact, int flags)
sys/kern/kern_sig.c
938
struct sigaction *act;
sys/kern/kern_sig.c
939
struct sigaction *oact;
sys/kern/kern_sig.c
945
struct sigaction act, oact;
sys/kern/kern_sig.c
946
struct sigaction *actp, *oactp;
sys/kern/kern_sig.c
966
struct sigaction *act;
sys/kern/kern_sig.c
967
struct sigaction *oact;
sys/kern/kern_sig.c
973
struct sigaction act, oact;
sys/kern/kern_sig.c
974
struct sigaction *actp, *oactp;
sys/sys/syscallsubr.h
348
int kern_sigaction(struct thread *td, int sig, const struct sigaction *act,
sys/sys/syscallsubr.h
349
struct sigaction *oact, int flags);
sys/sys/sysproto.h
1107
char act_l_[PADL_(const struct sigaction *)]; const struct sigaction * act; char act_r_[PADR_(const struct sigaction *)];
sys/sys/sysproto.h
1108
char oact_l_[PADL_(struct sigaction *)]; struct sigaction * oact; char oact_r_[PADR_(struct sigaction *)];
sys/sys/sysproto.h
2577
char act_l_[PADL_(const struct sigaction *)]; const struct sigaction * act; char act_r_[PADR_(const struct sigaction *)];
sys/sys/sysproto.h
2578
char oact_l_[PADL_(struct sigaction *)]; struct sigaction * oact; char oact_r_[PADR_(struct sigaction *)];
tests/sys/arch/aarch64/sve.c
144
struct sigaction sa = {
tests/sys/arch/aarch64/sve.c
151
ATF_REQUIRE(sigaction(SIGTRAP, &sa, NULL) == 0);
tests/sys/arch/aarch64/sve.c
190
struct sigaction sa = {
tests/sys/arch/aarch64/sve.c
203
ATF_REQUIRE(sigaction(SIGTRAP, &sa, NULL) == 0);
tests/sys/fifo/fifo_io.c
316
struct sigaction act, oact;
tests/sys/fifo/fifo_io.c
323
if (sigaction(SIGALRM, &act, &oact) < 0) {
tests/sys/fifo/fifo_io.c
331
if (sigaction(SIGALRM, &oact, NULL) < 0) {
tests/sys/fifo/fifo_io.c
356
struct sigaction act, oact;
tests/sys/fifo/fifo_io.c
363
if (sigaction(SIGALRM, &act, &oact) < 0) {
tests/sys/fifo/fifo_io.c
371
if (sigaction(SIGALRM, &oact, NULL) < 0) {
tests/sys/file/flock_helper.c
1551
struct sigaction sa;
tests/sys/file/flock_helper.c
1573
sigaction(SIGALRM, &sa, 0);
tests/sys/fs/fusefs/copy_file_range.cc
129
struct sigaction sa;
tests/sys/fs/fusefs/copy_file_range.cc
135
sigaction(SIGXFSZ, &sa, NULL);
tests/sys/fs/fusefs/fallocate.cc
146
struct sigaction sa;
tests/sys/fs/fusefs/fallocate.cc
150
sigaction(SIGXFSZ, &sa, NULL);
tests/sys/fs/fusefs/interrupt.cc
172
struct sigaction sa;
tests/sys/fs/fusefs/interrupt.cc
179
sigaction(SIGUSR2, &sa, NULL);
tests/sys/fs/fusefs/mockfs.cc
446
struct sigaction sa;
tests/sys/fs/fusefs/mockfs.cc
550
if (0 != sigaction(SIGUSR1, &sa, NULL))
tests/sys/fs/fusefs/read.cc
1168
struct sigaction sa;
tests/sys/fs/fusefs/read.cc
1200
ASSERT_EQ(0, sigaction(SIGBUS, &sa, NULL)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
1272
struct sigaction sa;
tests/sys/fs/fusefs/read.cc
1327
ASSERT_EQ(0, sigaction(SIGBUS, &sa, NULL)) << strerror(errno);
tests/sys/fs/fusefs/read.cc
148
struct sigaction sa;
tests/sys/fs/fusefs/read.cc
152
sigaction(SIGBUS, &sa, NULL);
tests/sys/fs/fusefs/write.cc
60
struct sigaction sa;
tests/sys/fs/fusefs/write.cc
64
sigaction(SIGXFSZ, &sa, NULL);
tests/sys/kern/basic_signal.c
112
struct sigaction sa = {
tests/sys/kern/basic_signal.c
117
ATF_REQUIRE(sigaction(SIGTRAP, &sa, NULL) == 0);
tests/sys/kern/basic_signal.c
170
struct sigaction sa = {
tests/sys/kern/basic_signal.c
175
ATF_REQUIRE(sigaction(SIGUSR1, &sa, NULL) == 0);
tests/sys/kern/basic_signal.c
197
struct sigaction sa = {
tests/sys/kern/basic_signal.c
202
ATF_REQUIRE(sigaction(SIGUSR1, &sa, NULL) == 0);
tests/sys/kern/basic_signal.c
48
struct sigaction sa = {
tests/sys/kern/basic_signal.c
53
ATF_REQUIRE(sigaction(SIGUSR1, &sa, NULL) == 0);
tests/sys/kern/basic_signal.c
54
ATF_REQUIRE(sigaction(SIGUSR2, &sa, NULL) == 0);
tests/sys/kern/basic_signal.c
55
ATF_REQUIRE(sigaction(SIGALRM, &sa, NULL) == 0);
tests/sys/kern/reaper.c
143
struct sigaction act;
tests/sys/kern/reaper.c
158
r = sigaction(SIGCHLD, &act, NULL);
tests/sys/kern/reaper.c
230
struct sigaction act;
tests/sys/kern/reaper.c
244
r = sigaction(SIGCHLD, &act, NULL);
tests/sys/kern/sigaltstack.c
100
ATF_REQUIRE(sigaction(SIGUSR2, &sa, NULL) == 0);
tests/sys/kern/sigaltstack.c
94
struct sigaction sa = {
tests/sys/kern/sigaltstack.c
99
ATF_REQUIRE(sigaction(SIGUSR1, &sa, NULL) == 0);
tests/sys/kern/sigsys.c
34
struct sigaction sa;
tests/sys/kern/sigsys.c
39
ATF_REQUIRE(sigaction(SIGSYS, &sa, NULL) == 0);
tests/sys/kern/sigwait.c
430
struct sigaction sa;
tests/sys/kern/sigwait.c
438
ATF_REQUIRE(sigaction(SIGCHLD, &sa, NULL) == 0);
tests/sys/kern/sigwait.c
74
struct sigaction sa;
tests/sys/kern/sigwait.c
81
ATF_REQUIRE(sigaction(SIGALRM, &sa, NULL) == 0);
tests/sys/kern/unix_dgram.c
141
ATF_REQUIRE(sigaction(SIGALRM, &sigact, NULL) == 0);
tests/sys/kern/unix_dgram.c
58
static struct sigaction sigact = {
tests/sys/kern/unix_seqpacket_test.c
542
struct sigaction sa = {
tests/sys/kern/unix_seqpacket_test.c
549
ATF_REQUIRE(sigaction(SIGPIPE, &sa, NULL) == 0);
tests/sys/kern/unix_seqpacket_test.c
572
ATF_REQUIRE(sigaction(SIGPIPE, &sa, NULL) == 0);
tests/sys/kqueue/kqueue_fork.c
48
struct sigaction sa;
tests/sys/kqueue/kqueue_fork.c
55
error = sigaction(SIGINT, &sa, NULL);
tests/sys/mqueue/mqtest5.c
30
struct sigaction sa;
tests/sys/mqueue/mqtest5.c
44
sigaction(SIGRTMIN, &sa, NULL);
tests/sys/netlink/netlink_socket.c
133
ATF_REQUIRE(sigaction(SIGALRM, &sigact, NULL) == 0);
tests/sys/netlink/netlink_socket.c
59
static struct sigaction sigact = {
tests/sys/netmap/ctrl-api-test.c
2264
struct sigaction sa;
tests/sys/netmap/ctrl-api-test.c
2290
ret = sigaction(SIGINT, &sa, NULL);
tests/sys/netmap/ctrl-api-test.c
2295
ret = sigaction(SIGTERM, &sa, NULL);
tests/sys/posixshm/posixshm_test.c
885
struct sigaction sa;
tests/sys/posixshm/posixshm_test.c
938
ATF_REQUIRE_MSG(sigaction(SIGUSR1, &sa, (struct sigaction *)0) == 0,
tests/sys/vm/page_fault_signal.c
51
struct sigaction sa;
tests/sys/vm/page_fault_signal.c
58
r = sigaction(SIGILL, &sa, NULL);
tests/sys/vm/page_fault_signal.c
60
r = sigaction(SIGBUS, &sa, NULL);
tests/sys/vm/page_fault_signal.c
62
r = sigaction(SIGSEGV, &sa, NULL);
tools/regression/sigqueue/sigqtest1/sigqtest1.c
22
struct sigaction sa;
tools/regression/sigqueue/sigqtest1/sigqtest1.c
31
sigaction(SIGRTMIN, &sa, NULL);
tools/regression/sigqueue/sigqtest2/sigqtest2.c
41
struct sigaction sa;
tools/regression/sigqueue/sigqtest2/sigqtest2.c
48
sigaction(SIGCHLD, &sa, NULL);
tools/regression/sigqueue/sigqtest2/sigqtest2.c
80
struct sigaction sa;
tools/regression/sigqueue/sigqtest2/sigqtest2.c
91
sigaction(SIGRTMIN, &sa, NULL);
tools/regression/sockets/sblock/sblock.c
154
struct sigaction sa;
tools/regression/sockets/sblock/sblock.c
156
if (sigaction(SIGHUP, NULL, &sa) < 0)
tools/regression/sockets/sblock/sblock.c
164
if (sigaction(SIGHUP, &sa, NULL) < 0)
tools/regression/sockets/unix_cmsg/unix_cmsg.c
280
struct sigaction sigact;
tools/regression/sockets/unix_cmsg/unix_cmsg.c
289
if (sigaction(SIGPIPE, &sigact, (struct sigaction *)NULL) < 0) {
tools/regression/sysvmsg/msgtest.c
103
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/regression/sysvmsg/msgtest.c
113
if (sigaction(SIGCHLD, &sa, NULL) == -1)
tools/regression/sysvmsg/msgtest.c
88
struct sigaction sa;
tools/regression/sysvsem/semtest.c
109
if (sigaction(SIGCHLD, &sa, NULL) == -1)
tools/regression/sysvsem/semtest.c
83
struct sigaction sa;
tools/regression/sysvsem/semtest.c
99
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/regression/sysvshm/shmtest.c
68
struct sigaction sa;
tools/regression/sysvshm/shmtest.c
83
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/regression/sysvshm/shmtest.c
93
if (sigaction(SIGCHLD, &sa, NULL) == -1)
tools/test/gpioevents/gpioevents.c
438
struct sigaction sigact;
tools/test/gpioevents/gpioevents.c
444
if (sigaction(SIGIO, &sigact, NULL) < 0)
tools/test/pthread_vfork/pthread_vfork_test.c
75
struct sigaction reapchildren;
tools/test/pthread_vfork/pthread_vfork_test.c
81
if (sigaction(SIGCHLD, &reapchildren, NULL) == -1)
tools/test/vm86/vm86_test.c
100
if (sigaction(SIGILL, &sa, NULL) == -1)
tools/test/vm86/vm86_test.c
77
struct sigaction sa;
tools/test/vm86/vm86_test.c
96
if (sigaction(SIGBUS, &sa, NULL) == -1)
tools/test/vm86/vm86_test.c
98
if (sigaction(SIGSEGV, &sa, NULL) == -1)
tools/test/xregs_sig/xregs_sig.c
211
struct sigaction sa;
tools/test/xregs_sig/xregs_sig.c
218
if (sigaction(SIGALRM, &sa, NULL) == -1) {
tools/test/xregs_sig/xregs_sig.c
226
if (sigaction(SIGUSR1, &sa, NULL) == -1) {
tools/tools/netmap/pkt-gen.c
2930
struct sigaction sa;
tools/tools/netmap/pkt-gen.c
3383
if (sigaction(SIGINT, &sa, NULL) < 0) {
usr.bin/at/at.c
216
struct sigaction act;
usr.bin/at/at.c
233
sigaction(SIGINT, &act, NULL);
usr.bin/at/at.c
258
sigaction(SIGALRM, &act, NULL);
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
163
if (sigaction(SIGTERM, &sa, NULL) < 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
166
if (sigaction(SIGHUP, &sa, NULL) < 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
169
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
175
if (sigaction(SIGCHLD, &sa, NULL) < 0)
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
77
struct sigaction sa;
usr.bin/cmp/regular.c
107
if (sigaction(SIGSEGV, &act, &oact))
usr.bin/cmp/regular.c
163
if (sigaction(SIGSEGV, &oact, NULL))
usr.bin/cmp/regular.c
57
struct sigaction act, oact;
usr.bin/csplit/csplit.c
154
sigaction(SIGHUP, &sa, NULL);
usr.bin/csplit/csplit.c
155
sigaction(SIGINT, &sa, NULL);
usr.bin/csplit/csplit.c
156
sigaction(SIGTERM, &sa, NULL);
usr.bin/csplit/csplit.c
96
struct sigaction sa;
usr.bin/dpv/dpv.c
259
struct sigaction act;
usr.bin/dpv/dpv.c
451
sigaction(SIGINT, &act, 0);
usr.bin/fetch/fetch.c
1129
sigaction(SIGALRM, &sa, NULL);
usr.bin/fetch/fetch.c
1131
sigaction(SIGINT, &sa, NULL);
usr.bin/fetch/fetch.c
912
struct sigaction sa;
usr.bin/lockf/lockf.c
102
struct sigaction sa_chld = {
usr.bin/lockf/lockf.c
196
struct sigaction act;
usr.bin/lockf/lockf.c
201
sigaction(SIGALRM, &act, NULL);
usr.bin/lockf/lockf.c
275
(void)sigaction(SIGCHLD, &sa_chld, &sa_prev);
usr.bin/login/login.c
1008
(void)sigaction(signo, &sa, NULL);
usr.bin/login/login.c
173
struct sigaction sa;
usr.bin/login/login.c
181
(void)sigaction(SIGQUIT, &sa, NULL);
usr.bin/login/login.c
182
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/login/login.c
183
(void)sigaction(SIGHUP, &sa, NULL);
usr.bin/login/login.c
192
(void)sigaction(SIGALRM, &sa, NULL);
usr.bin/login/login.c
382
(void)sigaction(SIGHUP, &sa, NULL);
usr.bin/login/login.c
383
(void)sigaction(SIGTERM, &sa, NULL);
usr.bin/login/login.c
640
(void)sigaction(SIGALRM, &sa, NULL);
usr.bin/login/login.c
641
(void)sigaction(SIGQUIT, &sa, NULL);
usr.bin/login/login.c
642
(void)sigaction(SIGINT, &sa, NULL);
usr.bin/login/login.c
643
(void)sigaction(SIGTERM, &sa, NULL);
usr.bin/login/login.c
644
(void)sigaction(SIGHUP, &sa, NULL);
usr.bin/login/login.c
646
(void)sigaction(SIGTSTP, &sa, NULL);
usr.bin/login/login.c
869
struct sigaction newint, oldint;
usr.bin/login/login.c
879
sigaction(SIGINT, &newint, &oldint);
usr.bin/login/login.c
882
sigaction(SIGINT, &oldint, NULL);
usr.bin/login/login.c
994
struct sigaction sa;
usr.bin/script/script.c
280
struct sigaction sa = { .sa_handler = resizeit };
usr.bin/script/script.c
283
sigaction(SIGWINCH, &sa, NULL);
usr.bin/sort/sort.c
454
struct sigaction sa;
usr.bin/sort/sort.c
460
if (sigaction(SIGTERM, &sa, NULL) < 0) {
usr.bin/sort/sort.c
464
if (sigaction(SIGHUP, &sa, NULL) < 0) {
usr.bin/sort/sort.c
468
if (sigaction(SIGINT, &sa, NULL) < 0) {
usr.bin/sort/sort.c
472
if (sigaction(SIGQUIT, &sa, NULL) < 0) {
usr.bin/sort/sort.c
476
if (sigaction(SIGABRT, &sa, NULL) < 0) {
usr.bin/sort/sort.c
480
if (sigaction(SIGBUS, &sa, NULL) < 0) {
usr.bin/sort/sort.c
484
if (sigaction(SIGSEGV, &sa, NULL) < 0) {
usr.bin/sort/sort.c
488
if (sigaction(SIGUSR1, &sa, NULL) < 0) {
usr.bin/sort/sort.c
492
if (sigaction(SIGUSR2, &sa, NULL) < 0) {
usr.bin/su/su.c
155
struct sigaction sa, sa_int, sa_quit, sa_pipe;
usr.bin/su/su.c
422
sigaction(SIGINT, &sa, &sa_int);
usr.bin/su/su.c
423
sigaction(SIGQUIT, &sa, &sa_quit);
usr.bin/su/su.c
424
sigaction(SIGPIPE, &sa, &sa_pipe);
usr.bin/su/su.c
426
sigaction(SIGTSTP, &sa, NULL);
usr.bin/su/su.c
436
sigaction(SIGTTOU, &sa, NULL);
usr.bin/su/su.c
442
sigaction(SIGPIPE, &sa_pipe, NULL);
usr.bin/su/su.c
471
sigaction(SIGPIPE, &sa_pipe, NULL);
usr.bin/su/su.c
472
sigaction(SIGINT, &sa_int, NULL);
usr.bin/su/su.c
473
sigaction(SIGQUIT, &sa_quit, NULL);
usr.bin/talk/init_disp.c
73
struct sigaction sa;
usr.bin/talk/init_disp.c
77
(void) sigaction(SIGTSTP, (struct sigaction *)0, &sa);
usr.bin/talk/init_disp.c
79
(void) sigaction(SIGTSTP, &sa, (struct sigaction *)0);
usr.bin/truss/main.c
166
sigaction(SIGINT, &sa, NULL);
usr.bin/truss/main.c
167
sigaction(SIGQUIT, &sa, NULL);
usr.bin/truss/main.c
168
sigaction(SIGTERM, &sa, NULL);
usr.bin/truss/main.c
68
struct sigaction sa;
usr.bin/truss/syscalls.c
2129
struct sigaction sa;
usr.sbin/apmd/apmd.c
577
struct sigaction nsa;
usr.sbin/apmd/apmd.c
592
sigaction(SIGHUP, &nsa, NULL);
usr.sbin/apmd/apmd.c
593
sigaction(SIGCHLD, &nsa, NULL);
usr.sbin/apmd/apmd.c
594
sigaction(SIGTERM, &nsa, NULL);
usr.sbin/autofs/automountd.c
377
struct sigaction sa;
usr.sbin/autofs/automountd.c
383
error = sigaction(SIGCHLD, &sa, NULL);
usr.sbin/bluetooth/bthidd/bthidd.c
138
if (sigaction(SIGTERM, &sa, NULL) < 0 ||
usr.sbin/bluetooth/bthidd/bthidd.c
139
sigaction(SIGHUP, &sa, NULL) < 0 ||
usr.sbin/bluetooth/bthidd/bthidd.c
140
sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bluetooth/bthidd/bthidd.c
147
if (sigaction(SIGPIPE, &sa, NULL) < 0) {
usr.sbin/bluetooth/bthidd/bthidd.c
155
if (sigaction(SIGCHLD, &sa, NULL) < 0) {
usr.sbin/bluetooth/bthidd/bthidd.c
68
struct sigaction sa;
usr.sbin/bluetooth/hcsecd/hcsecd.c
109
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/bluetooth/hcsecd/hcsecd.c
111
if (sigaction(SIGTERM, &sa, NULL) < 0)
usr.sbin/bluetooth/hcsecd/hcsecd.c
116
if (sigaction(SIGHUP, &sa, NULL) < 0)
usr.sbin/bluetooth/hcsecd/hcsecd.c
72
struct sigaction sa;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
184
struct sigaction sa;
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
192
if (sigaction(SIGTERM, &sa, NULL) < 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
198
if (sigaction(SIGHUP, &sa, NULL) < 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
204
if (sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
213
if (sigaction(SIGCHLD, &sa, NULL) < 0) {
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
351
sigaction(SIGTERM, &sa, NULL);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
352
sigaction(SIGHUP, &sa, NULL);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
353
sigaction(SIGINT, &sa, NULL);
usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.c
354
sigaction(SIGCHLD, &sa, NULL);
usr.sbin/bluetooth/sdpd/main.c
113
if (sigaction(SIGTERM, &sa, NULL) < 0 ||
usr.sbin/bluetooth/sdpd/main.c
114
sigaction(SIGHUP, &sa, NULL) < 0 ||
usr.sbin/bluetooth/sdpd/main.c
115
sigaction(SIGINT, &sa, NULL) < 0) {
usr.sbin/bluetooth/sdpd/main.c
122
if (sigaction(SIGPIPE, &sa, NULL) < 0) {
usr.sbin/bluetooth/sdpd/main.c
73
struct sigaction sa;
usr.sbin/bsdinstall/distextract/distextract.c
138
sigaction(SIGINT, &act, 0);
usr.sbin/bsdinstall/distextract/distextract.c
70
struct sigaction act;
usr.sbin/bsdinstall/runconsoles/child.c
226
struct sigaction sa;
usr.sbin/bsdinstall/runconsoles/child.c
245
error = sigaction(SIGCHLD, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/child.c
249
error = sigaction(SIGALRM, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/child.c
253
error = sigaction(SIGTERM, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/child.c
256
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/child.c
259
error = sigaction(SIGQUIT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
440
struct sigaction sa;
usr.sbin/bsdinstall/runconsoles/runconsoles.c
470
error = sigaction(SIGCHLD, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
475
error = sigaction(SIGALRM, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
479
error = sigaction(SIGTERM, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
483
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
486
error = sigaction(SIGQUIT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
503
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
506
error = sigaction(SIGQUIT, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
510
error = sigaction(SIGPIPE, &sa, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
513
error = sigaction(SIGTTOU, &sa, NULL);
usr.sbin/ctld/ctld.cc
2263
struct sigaction sa;
usr.sbin/ctld/ctld.cc
2279
error = sigaction(SIGALRM, &sa, NULL);
usr.sbin/ctld/ctld.cc
2481
struct sigaction sa;
usr.sbin/ctld/ctld.cc
2487
error = sigaction(SIGHUP, &sa, NULL);
usr.sbin/ctld/ctld.cc
2492
error = sigaction(SIGTERM, &sa, NULL);
usr.sbin/ctld/ctld.cc
2497
error = sigaction(SIGINT, &sa, NULL);
usr.sbin/ctld/ctld.cc
2502
error = sigaction(SIGCHLD, &sa, NULL);
usr.sbin/inetd/builtins.c
751
struct sigaction sa;
usr.sbin/inetd/builtins.c
756
sigaction(SIGALRM, &sa, (struct sigaction *)0);
usr.sbin/inetd/inetd.c
322
struct sigaction sa, saalrm, sachld, sahup, sapipe;
usr.sbin/inetd/inetd.c
521
sa = (struct sigaction){
usr.sbin/inetd/inetd.c
529
sigaction(SIGALRM, &sa, &saalrm);
usr.sbin/inetd/inetd.c
531
sigaction(SIGHUP, &sa, &sahup);
usr.sbin/inetd/inetd.c
532
sigaction(SIGCHLD, &sa, &sachld);
usr.sbin/inetd/inetd.c
534
sigaction(SIGPIPE, &sa, &sapipe);
usr.sbin/inetd/inetd.c
728
sigaction(SIGALRM, &saalrm, (struct sigaction *)0);
usr.sbin/inetd/inetd.c
729
sigaction(SIGCHLD, &sachld, (struct sigaction *)0);
usr.sbin/inetd/inetd.c
730
sigaction(SIGHUP, &sahup, (struct sigaction *)0);
usr.sbin/inetd/inetd.c
868
sigaction(SIGPIPE, &sapipe,
usr.sbin/inetd/inetd.c
869
(struct sigaction *)0);
usr.sbin/iscsid/iscsid.c
573
struct sigaction sa;
usr.sbin/iscsid/iscsid.c
585
error = sigaction(SIGALRM, &sa, NULL);
usr.sbin/iscsid/iscsid.c
618
struct sigaction sa;
usr.sbin/iscsid/iscsid.c
624
error = sigaction(SIGCHLD, &sa, NULL);
usr.sbin/ngctl/main.c
280
struct sigaction act;
usr.sbin/ngctl/main.c
285
sigaction(SIGUSR1, &act, NULL);
usr.sbin/pmc/cmd_pmc_stat.c
318
struct sigaction sa;
usr.sbin/pmc/cmd_pmc_stat.c
405
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/pmcstat/pmcstat.c
1294
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/pmcstat/pmcstat.c
460
struct sigaction sa;
usr.sbin/pppctl/pppctl.c
278
struct sigaction act, oact;
usr.sbin/pppctl/pppctl.c
289
sigaction(SIGUSR1, &act, &oact);
usr.sbin/pppctl/pppctl.c
376
struct sigaction act, oact;
usr.sbin/pppctl/pppctl.c
525
sigaction(SIGALRM, &act, &oact);
usr.sbin/pppctl/pppctl.c
533
sigaction(SIGALRM, &oact, 0);
usr.sbin/pppctl/pppctl.c
554
sigaction(SIGALRM, &oact, 0);
usr.sbin/rpc.lockd/lockd.c
120
struct sigaction sigalarm;
usr.sbin/rpc.lockd/lockd.c
444
if (sigaction(SIGALRM, &sigalarm, NULL) != 0) {
usr.sbin/rpc.statd/statd.c
307
sigaction(SIGCHLD, &sa, NULL);
usr.sbin/rpc.statd/statd.c
82
struct sigaction sa;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
167
struct sigaction sa;
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
271
sigaction(SIGCHLD, &sa, NULL);
usr.sbin/syslogd/syslogd.c
3714
struct sigaction act = { };
usr.sbin/syslogd/syslogd.c
3738
if (sigaction(sigcatch[i], &act, NULL) == -1)
usr.sbin/syslogd/syslogd.c
489
struct sigaction act = { };
usr.sbin/syslogd/syslogd.c
744
if (sigaction(sigcatch[i], &act, NULL) == -1) {
usr.sbin/virtual_oss/virtual_oss/main.c
2544
struct sigaction sa;
usr.sbin/virtual_oss/virtual_oss/main.c
2567
if (sigaction(SIGINT, &sa, NULL) < 0)
usr.sbin/virtual_oss/virtual_oss/main.c
2569
if (sigaction(SIGTERM, &sa, NULL) < 0)