Symbol: SIGSYS
bin/timeout/timeout.c
146
case SIGSYS:
crypto/heimdal/lib/kafs/afssys.c
274
#ifdef SIGSYS
crypto/heimdal/lib/kafs/afssys.c
275
kill(getpid(), SIGSYS); /* You lose! */
crypto/heimdal/lib/kafs/afssys.c
333
#ifdef SIGSYS
crypto/heimdal/lib/kafs/afssys.c
334
kill(getpid(), SIGSYS); /* You lose! */
crypto/heimdal/lib/kafs/afssys.c
342
#ifdef SIGSYS
crypto/heimdal/lib/kafs/afssys.c
348
signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */
crypto/heimdal/lib/kafs/afssys.c
408
#if !defined(NO_AFS) && defined(SIGSYS)
crypto/heimdal/lib/kafs/afssys.c
432
#ifdef SIGSYS
crypto/heimdal/lib/kafs/afssys.c
433
saved_func = signal(SIGSYS, SIGSYS_handler);
crypto/heimdal/lib/kafs/afssys.c
557
#ifdef SIGSYS
crypto/heimdal/lib/kafs/afssys.c
558
signal(SIGSYS, saved_func);
crypto/openssh/misc.c
3207
case SIGSYS:
crypto/openssh/sandbox-seccomp-filter.c
522
sigaddset(&mask, SIGSYS);
crypto/openssh/sandbox-seccomp-filter.c
526
if (sigaction(SIGSYS, &act, NULL) == -1)
lib/libc/gen/siglist.c
47
[SIGSYS] = "SYS",
lib/libc/gen/siglist.c
82
[SIGSYS] = "Bad system call",
lib/libc/tests/gen/getentropy_test.c
79
signal(SIGSYS, SIG_IGN);
lib/libsysdecode/signal.c
44
[SIGSYS] = "SIGSYS",
lib/libthr/thread/thr_sig.c
83
_SIG_BIT(SIGSEGV)|_SIG_BIT(SIGTRAP)|_SIG_BIT(SIGSYS)),
sbin/init/init.c
306
handle(disaster, SIGABRT, SIGFPE, SIGILL, SIGSEGV, SIGBUS, SIGSYS,
sbin/init/init.c
312
delset(&mask, SIGABRT, SIGFPE, SIGILL, SIGSEGV, SIGBUS, SIGSYS,
share/examples/scsi_target/scsi_target.c
274
signal(SIGSYS, SIG_IGN);
share/examples/scsi_target/scsi_target.c
283
signal(SIGSYS, SIG_DFL);
sys/compat/linux/linux.c
129
SIGSYS /* LINUX_SIGSYS */
sys/kern/kern_sig.c
216
[SIGSYS] = SIGPROP_KILL | SIGPROP_CORE,
sys/kern/kern_sig.c
3766
tdsignal(td, SIGSYS);
sys/sys/rctl.h
107
#define RCTL_ACTION_SIGSYS SIGSYS
tests/sys/capsicum/linux.cc
1109
EXPECT_EQ(SIGSYS, WTERMSIG(status));
tests/sys/kern/sigsys.c
39
ATF_REQUIRE(sigaction(SIGSYS, &sa, NULL) == 0);
tools/regression/posixsem/posixsem.c
1408
signal(SIGSYS, SIG_IGN);
tools/regression/sysvmsg/msgtest.c
103
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/regression/sysvsem/semtest.c
99
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/regression/sysvshm/shmtest.c
83
if (sigaction(SIGSYS, &sa, NULL) == -1)
tools/test/stress2/testcases/badcode/badcode.c
115
signal(SIGSYS, hand);
usr.bin/ipcrm/ipcrm.c
221
signal(SIGSYS, not_configured);
usr.bin/ktrace/ktrace.c
121
(void)signal(SIGSYS, no_ktrace);
usr.bin/tip/tip/cmds.c
753
kill(tipout_pid, SIGSYS);
usr.bin/tip/tip/tipout.c
135
signal(SIGSYS, intSYS); /* beautify toggle */
usr.bin/tip/tip/tipout.c
158
sigaddset(&mask, SIGSYS);
usr.sbin/nfscbd/nfscbd.c
195
(void)signal(SIGSYS, nonfs);
usr.sbin/nfsd/nfsd.c
448
(void)signal(SIGSYS, nonfs);