| /freebsd-12-stable/contrib/ntp/util/ |
| D | ntptime.c | 70 #ifdef SIGSYS 214 #ifdef SIGSYS in main() 221 if (sigaction(SIGSYS, &newsigsys, &sigsys)) { in main() 232 #ifdef SIGSYS in main() 245 #ifdef SIGSYS in main() 265 #ifdef SIGSYS in main() 274 #ifdef SIGSYS in main() 372 #ifdef SIGSYS in main() 373 if (sigaction(SIGSYS, &sigsys, (struct sigaction *)NULL)) { in main() 381 #ifdef SIGSYS
|
| /freebsd-12-stable/crypto/heimdal/lib/kafs/ |
| D | afssys.c | 274 #ifdef SIGSYS in k_pioctl() 275 kill(getpid(), SIGSYS); /* You lose! */ in k_pioctl() 333 #ifdef SIGSYS in k_setpag() 334 kill(getpid(), SIGSYS); /* You lose! */ in k_setpag() 342 #ifdef SIGSYS 348 signal(SIGSYS, SIGSYS_handler); /* Need to reinstall handler on SYSV */ in SIGSYS_handler() 408 #if !defined(NO_AFS) && defined(SIGSYS) in k_hasafs() 432 #ifdef SIGSYS in k_hasafs() 433 saved_func = signal(SIGSYS, SIGSYS_handler); in k_hasafs() 557 #ifdef SIGSYS in k_hasafs() [all …]
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | siglist.c | 51 [SIGSYS] = "SYS", 86 [SIGSYS] = "Bad system call",
|
| /freebsd-12-stable/cddl/lib/libdtrace/ |
| D | signal.d | 50 inline int SIGSYS = 12; variable 51 #pragma D binding "1.0" SIGSYS 108 signal == SIGSYS ? "SIGSYS" :
|
| /freebsd-12-stable/contrib/apr/threadproc/unix/ |
| D | signals.c | 190 #ifdef SIGSYS in apr_signal_init() 191 store_desc(SIGSYS, "Bad system call"); in apr_signal_init() 300 #ifdef SIGSYS in remove_sync_sigs() 301 sigdelset(sig_mask, SIGSYS); in remove_sync_sigs()
|
| /freebsd-12-stable/contrib/gdb/gdb/signals/ |
| D | signals.c | 320 #if defined (SIGSYS) in target_signal_from_host() 321 if (hostsig == SIGSYS) in target_signal_from_host() 573 #if defined (SIGSYS) in do_target_signal_to_host() 575 return SIGSYS; in do_target_signal_to_host()
|
| /freebsd-12-stable/usr.bin/tip/tip/ |
| D | tipout.c | 145 signal(SIGSYS, intSYS); /* beautify toggle */ in tipout() 168 sigaddset(&mask, SIGSYS); in tipout()
|
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_loopfilter.c | 183 #ifdef SIGSYS 1122 #ifdef SIGSYS in start_kern_loop() 1130 if (sigaction(SIGSYS, &newsigsys, &sigsys)) { in start_kern_loop() 1139 if (sigaction(SIGSYS, &sigsys, NULL)) { in start_kern_loop() 1385 #if defined(KERNEL_PLL) && defined(SIGSYS)
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | hp | 323 >>>>>>>>>0xC4 belong 12 - received SIGSYS 342 >>>>>>>>>0xC4 belong 12 - received SIGSYS 364 >>>>>>>>>0xC4 belong 12 - received SIGSYS 386 >>>>>>>>>0xC4 belong 12 - received SIGSYS 408 >>>>>>>>>0xC4 belong 12 - received SIGSYS 429 >>>>>>>>>0xC4 belong 12 - received SIGSYS
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | strsignal.c | 118 #if defined (SIGSYS) 119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | strsignal.c | 118 #if defined (SIGSYS) 119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
|
| /freebsd-12-stable/lib/libc/tests/gen/ |
| D | getentropy_test.c | 81 signal(SIGSYS, SIG_IGN); in ATF_TP_ADD_TCS()
|
| /freebsd-12-stable/lib/libsysdecode/ |
| D | signal.c | 47 [SIGSYS] = "SIGSYS",
|
| /freebsd-12-stable/crypto/openssh/ |
| D | sandbox-seccomp-filter.c | 391 sigaddset(&mask, SIGSYS); in ssh_sandbox_child_debugging() 395 if (sigaction(SIGSYS, &act, NULL) == -1) in ssh_sandbox_child_debugging()
|
| /freebsd-12-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 210 $ SIGSYS
|
| D | el_GR.ISO8859-7.msg | 210 $ SIGSYS
|
| D | ru_RU.KOI8-R.msg | 227 $ SIGSYS
|
| D | uk_UA.UTF-8.msg | 220 $ SIGSYS
|
| D | mn_MN.UTF-8.msg | 210 $ SIGSYS
|
| D | ja_JP.UTF-8.msg | 220 $ SIGSYS
|
| D | zh_CN.UTF-8.msg | 220 $ SIGSYS
|
| D | ko_KR.UTF-8.msg | 220 $ SIGSYS
|
| D | ko_KR.eucKR.msg | 220 $ SIGSYS
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.init.c | 377 #ifdef SIGSYS in mesginit() 378 if (mesg[SIGSYS].pname == NULL) { in mesginit() 379 mesg[SIGSYS].iname = "SYS"; in mesginit() 380 mesg[SIGSYS].pname = CSAVS(2, 20, "Bad system call"); in mesginit()
|
| /freebsd-12-stable/contrib/netbsd-tests/kernel/ |
| D | t_sysv.c | 224 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY() 461 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY() 687 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY()
|