Searched refs:SIGSYS (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c274 #ifdef SIGSYS
275 kill(getpid(), SIGSYS); /* You lose! */ local
333 #ifdef SIGSYS
334 kill(getpid(), SIGSYS); /* You lose! */ local
342 #ifdef SIGSYS
348 signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */
408 #if !defined(NO_AFS) && defined(SIGSYS)
426 * If the syscall is absent we recive a SIGSYS.
432 #ifdef SIGSYS
433 saved_func = signal(SIGSYS, SIGSYS_handle
[all...]
/freebsd-11-stable/contrib/ntp/util/
H A Dntptime.c70 #ifdef SIGSYS
214 #ifdef SIGSYS
221 if (sigaction(SIGSYS, &newsigsys, &sigsys)) {
222 perror("sigaction() fails to save SIGSYS trap");
225 #endif /* SIGSYS */
232 #ifdef SIGSYS
245 #ifdef SIGSYS
265 #ifdef SIGSYS
274 #ifdef SIGSYS
372 #ifdef SIGSYS
[all...]
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsignal.d50 inline int SIGSYS = 12;
51 #pragma D binding "1.0" SIGSYS
108 signal == SIGSYS ? "SIGSYS" :
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c190 #ifdef SIGSYS
191 store_desc(SIGSYS, "Bad system call");
300 #ifdef SIGSYS
301 sigdelset(sig_mask, SIGSYS);
/freebsd-11-stable/lib/libsysdecode/
H A Dsignal.c47 [SIGSYS] = "SIGSYS",
/freebsd-11-stable/usr.bin/tip/tip/
H A Dtipout.c143 signal(SIGSYS, intSYS); /* beautify toggle */
166 sigaddset(&mask, SIGSYS);
/freebsd-11-stable/contrib/gdb/gdb/signals/
H A Dsignals.c67 {"SIGSYS", "Bad system call"},
321 #if defined (SIGSYS)
322 if (hostsig == SIGSYS)
574 #if defined (SIGSYS)
576 return SIGSYS;
/freebsd-11-stable/sys/sys/
H A Drctl.h108 #define RCTL_ACTION_SIGSYS SIGSYS
H A Dsignal.h93 #define SIGSYS 12 /* non-existent system call invoked */ macro
/freebsd-11-stable/sys/compat/linux/
H A Dlinux.c49 LINUX_SIGSYS, /* SIGSYS */
107 SIGSYS /* LINUX_SIGSYS */
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/freebsd-11-stable/crypto/openssh/
H A Dsandbox-seccomp-filter.c292 debug3("%s: installing SIGSYS handler", __func__);
295 sigaddset(&mask, SIGSYS);
299 if (sigaction(SIGSYS, &act, NULL) == -1)
300 fatal("%s: sigaction(SIGSYS): %s", __func__, strerror(errno));
302 fatal("%s: sigprocmask(SIGSYS): %s",
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_loopfilter.c186 #ifdef SIGSYS
191 #endif /* SIGSYS */
1120 #ifdef SIGSYS
1128 if (sigaction(SIGSYS, &newsigsys, &sigsys)) {
1129 msyslog(LOG_ERR, "sigaction() trap SIGSYS: %m");
1137 if (sigaction(SIGSYS, &sigsys, NULL)) {
1139 "sigaction() restore SIGSYS: %m");
1143 #else /* SIGSYS */
1147 #endif /* SIGSYS */
1378 #if defined(KERNEL_PLL) && defined(SIGSYS)
[all...]
/freebsd-11-stable/tools/regression/sysvshm/
H A Dshmtest.c78 * Install a SIGSYS handler so that we can exit gracefully if
84 if (sigaction(SIGSYS, &sa, NULL) == -1)
85 err(1, "sigaction SIGSYS");
/freebsd-11-stable/usr.bin/ktrace/
H A Dktrace.c134 (void)signal(SIGSYS, no_ktrace);
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c115 [CLOUDABI_SIGSYS] = SIGSYS,
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c547 sigemptyset(&set, SIGSYS);
563 sigaction(SIGSYS, &old_sigsys_handler, NULL);
568 sigaction(SIGSYS, NULL, &old_sigsys_handler);
569 signal(SIGSYS, catch_sigsys);
602 sigaction(SIGSYS, &old_sigsys_handler, NULL);
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_sysv.c219 * Install a SIGSYS handler so that we can exit gracefully if
226 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1,
227 "sigaction SIGSYS: %d", errno);
456 * Install a SIGSYS handler so that we can exit gracefully if
463 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1,
464 "sigaction SIGSYS: %d", errno);
682 * Install a SIGSYS handler so that we can exit gracefully if
689 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1,
690 "sigaction SIGSYS: %d", errno);
/freebsd-11-stable/lib/libutil/
H A Dlogin_class.c532 sigaction(SIGSYS, &sa, &prevsa);
534 sigaction(SIGSYS, &prevsa, NULL);
/freebsd-11-stable/tools/regression/sysvmsg/
H A Dmsgtest.c98 * Install a SIGSYS handler so that we can exit gracefully if
104 if (sigaction(SIGSYS, &sa, NULL) == -1)
105 err(1, "sigaction SIGSYS");
/freebsd-11-stable/tools/regression/sysvsem/
H A Dsemtest.c94 * Install a SIGSYS handler so that we can exit gracefully if
100 if (sigaction(SIGSYS, &sa, NULL) == -1)
101 err(1, "sigaction SIGSYS");
/freebsd-11-stable/sys/fs/procfs/
H A Dprocfs_ctl.c94 { "sys", SIGSYS }, { "pipe", SIGPIPE },
/freebsd-11-stable/usr.sbin/nfscbd/
H A Dnfscbd.c197 (void)signal(SIGSYS, nonfs);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld_lock.c310 sigdelset(&fullsigmask, SIGSYS);

Completed in 333 milliseconds

12