Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/ntp/util/
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-12-stable/crypto/heimdal/lib/kafs/
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-12-stable/lib/libc/gen/
Dsiglist.c51 [SIGSYS] = "SYS",
86 [SIGSYS] = "Bad system call",
/freebsd-12-stable/cddl/lib/libdtrace/
Dsignal.d50 inline int SIGSYS = 12; variable
51 #pragma D binding "1.0" SIGSYS
108 signal == SIGSYS ? "SIGSYS" :
/freebsd-12-stable/contrib/apr/threadproc/unix/
Dsignals.c190 #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/
Dsignals.c320 #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/
Dtipout.c145 signal(SIGSYS, intSYS); /* beautify toggle */ in tipout()
168 sigaddset(&mask, SIGSYS); in tipout()
/freebsd-12-stable/contrib/ntp/ntpd/
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-12-stable/contrib/file/magic/Magdir/
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-12-stable/contrib/gcclibs/libiberty/
Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/freebsd-12-stable/contrib/binutils/libiberty/
Dstrsignal.c118 #if defined (SIGSYS)
119 ENTRY(SIGSYS, "SIGSYS", "Bad system call"),
/freebsd-12-stable/lib/libc/tests/gen/
Dgetentropy_test.c81 signal(SIGSYS, SIG_IGN); in ATF_TP_ADD_TCS()
/freebsd-12-stable/lib/libsysdecode/
Dsignal.c47 [SIGSYS] = "SIGSYS",
/freebsd-12-stable/crypto/openssh/
Dsandbox-seccomp-filter.c391 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/
Dbe_BY.UTF-8.msg210 $ SIGSYS
Del_GR.ISO8859-7.msg210 $ SIGSYS
Dru_RU.KOI8-R.msg227 $ SIGSYS
Duk_UA.UTF-8.msg220 $ SIGSYS
Dmn_MN.UTF-8.msg210 $ SIGSYS
Dja_JP.UTF-8.msg220 $ SIGSYS
Dzh_CN.UTF-8.msg220 $ SIGSYS
Dko_KR.UTF-8.msg220 $ SIGSYS
Dko_KR.eucKR.msg220 $ SIGSYS
/freebsd-12-stable/contrib/tcsh/
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()
/freebsd-12-stable/contrib/netbsd-tests/kernel/
Dt_sysv.c224 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()

123