Home
last modified time | relevance | path

Searched refs:SIGSYS (Results 1 – 25 of 71) sorted by relevance

123

/freebsd/contrib/ntp/util/
H A Dntptime.c70 #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 Dafssys.c274 #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 Dsiglist.c47 [SIGSYS] = "SYS",
82 [SIGSYS] = "Bad system call",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d48 inline int SIGSYS = 12; variable
49 #pragma D binding "1.0" SIGSYS
106 signal == SIGSYS ? "SIGSYS" :
/freebsd/usr.bin/tip/tip/
H A Dtipout.c135 signal(SIGSYS, intSYS); /* beautify toggle */ in tipout()
158 sigaddset(&mask, SIGSYS); in tipout()
/freebsd/contrib/ntp/ntpd/
H A Dntp_loopfilter.c183 #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/contrib/file/magic/Magdir/
H A Dhp323 >>>>>>>>>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/lib/libc/tests/gen/
H A Dgetentropy_test.c78 signal(SIGSYS, SIG_IGN); in ATF_TP_ADD_TCS()
/freebsd/tools/test/stress2/misc/
H A Dsigreturn.sh108 signal(SIGSYS, hand);
H A Dmlockall3.sh145 signal(SIGSYS, hand);
/freebsd/tools/test/stress2/testcases/badcode/
H A Dbadcode.c115 signal(SIGSYS, hand); in test()
/freebsd/lib/libsysdecode/
H A Dsignal.c44 [SIGSYS] = "SIGSYS",
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg209 $ SIGSYS
H A Dmn_MN.UTF-8.msg209 $ SIGSYS
H A Duk_UA.UTF-8.msg219 $ SIGSYS
H A Del_GR.ISO8859-7.msg209 $ SIGSYS
H A Dru_RU.KOI8-R.msg226 $ SIGSYS
H A Dko_KR.UTF-8.msg219 $ SIGSYS
H A Dja_JP.UTF-8.msg219 $ SIGSYS
H A Dja_JP.eucJP.msg219 $ SIGSYS
H A Dko_KR.eucKR.msg219 $ SIGSYS
H A Dzh_CN.UTF-8.msg219 $ SIGSYS
/freebsd/tests/sys/kern/
H A Dsigsys.c39 ATF_REQUIRE(sigaction(SIGSYS, &sa, NULL) == 0); in sigsys_test()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c202 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 Dsh.init.c377 #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()

123