/freebsd/contrib/ntp/util/ |
H A 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/crypto/heimdal/lib/kafs/ |
H A 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/lib/libc/gen/ |
H A D | siglist.c | 47 [SIGSYS] = "SYS", 82 [SIGSYS] = "Bad system call",
|
/freebsd/cddl/lib/libdtrace/ |
H A D | signal.d | 48 inline int SIGSYS = 12; variable 49 #pragma D binding "1.0" SIGSYS 106 signal == SIGSYS ? "SIGSYS" :
|
/freebsd/usr.bin/tip/tip/ |
H A D | tipout.c | 135 signal(SIGSYS, intSYS); /* beautify toggle */ in tipout() 158 sigaddset(&mask, SIGSYS); in tipout()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_loopfilter.c | 183 #ifdef SIGSYS 188 #endif /* SIGSYS */ 1138 #ifdef SIGSYS in start_kern_loop() 1146 if (sigaction(SIGSYS, &newsigsys, &sigsys)) { in start_kern_loop() 1147 msyslog(LOG_ERR, "sigaction() trap SIGSYS: %m"); in start_kern_loop() 1155 if (sigaction(SIGSYS, &sigsys, NULL)) { in start_kern_loop() 1157 "sigaction() restore SIGSYS: %m"); in start_kern_loop() 1161 #else /* SIGSYS */ in start_kern_loop() 1165 #endif /* SIGSYS */ in start_kern_loop() 1401 #if defined(KERNEL_PLL) && defined(SIGSYS) in pll_trap() [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | hp | 304 >>>>>>>>>0xC4 belong 12 - received SIGSYS 323 >>>>>>>>>0xC4 belong 12 - received SIGSYS 345 >>>>>>>>>0xC4 belong 12 - received SIGSYS 367 >>>>>>>>>0xC4 belong 12 - received SIGSYS 389 >>>>>>>>>0xC4 belong 12 - received SIGSYS 410 >>>>>>>>>0xC4 belong 12 - received SIGSYS
|
/freebsd/lib/libc/tests/gen/ |
H A D | getentropy_test.c | 79 signal(SIGSYS, SIG_IGN); in ATF_TP_ADD_TCS()
|
/freebsd/tools/test/stress2/misc/ |
H A D | sigreturn.sh | 108 signal(SIGSYS, hand);
|
H A D | mlockall3.sh | 145 signal(SIGSYS, hand);
|
/freebsd/lib/libsysdecode/ |
H A D | signal.c | 44 [SIGSYS] = "SIGSYS",
|
/freebsd/tools/test/stress2/testcases/badcode/ |
H A D | badcode.c | 115 signal(SIGSYS, hand); in test()
|
/freebsd/lib/libc/nls/ |
H A D | be_BY.UTF-8.msg | 209 $ SIGSYS
|
H A D | mn_MN.UTF-8.msg | 209 $ SIGSYS
|
H A D | uk_UA.UTF-8.msg | 219 $ SIGSYS
|
H A D | ru_RU.UTF-8.msg | 224 $ SIGSYS
|
H A D | ru_RU.KOI8-R.msg | 224 $ SIGSYS
|
H A D | el_GR.ISO8859-7.msg | 209 $ SIGSYS
|
H A D | ja_JP.UTF-8.msg | 219 $ SIGSYS
|
H A D | ja_JP.eucJP.msg | 219 $ SIGSYS
|
H A D | ko_KR.UTF-8.msg | 219 $ SIGSYS
|
H A D | ko_KR.eucKR.msg | 219 $ SIGSYS
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 202 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY() 418 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY() 621 ATF_REQUIRE_MSG(sigaction(SIGSYS, &sa, NULL) != -1, in ATF_TC_BODY()
|
/freebsd/contrib/tcsh/ |
H A 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/tests/sys/kern/ |
H A D | sigsys.c | 39 ATF_REQUIRE(sigaction(SIGSYS, &sa, NULL) == 0); in sigsys_test()
|