Searched refs:SIGUSR2 (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-12-stable/lib/libc/gen/
H A Dsiglist.c70 [SIGUSR2] = "USR2",
105 [SIGUSR2] = "User defined signal 2",
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_sigmask.c86 kill(getpid(), SIGUSR2); local
88 * If the mask is properly set, SIGUSR2 will not be handled
113 sigaddset(&act.sa_mask, SIGUSR2);
121 (void)sigaction(SIGUSR2, &act, NULL);
133 kill(getpid(), SIGUSR2); local
135 * If the mask is properly set, SIGUSR2 will not be handled
184 sigaddset(&act.sa_mask, SIGUSR2);
192 (void)sigaction(SIGUSR2, &act, NULL);
H A Dt_siglongjmp.c91 sigaddset(&act.sa_mask, SIGUSR2);
100 ATF_REQUIRE_EQ_MSG(sigismember(&nset, SIGUSR2), 0, "SIGUSR2 set");
/freebsd-12-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_signals.c76 signal(SIGUSR2, thehand);
81 rumptest_localsig(SIGUSR2);
/freebsd-12-stable/crypto/heimdal/kcm/
H A Dmain.c91 sigaction(SIGUSR2, &sa, NULL);
100 signal(SIGUSR2, sigusr2);
/freebsd-12-stable/libexec/rbootd/
H A Ddefs.h63 * SIGUSR1 and SIGUSR2 are defined in <signal.h> for 4.3BSD systems.
68 #ifndef SIGUSR2
69 #define SIGUSR2 SIGFPE macro
H A Drbootd.c128 (void) signal(SIGUSR2, SIG_IGN);
135 (void) signal(SIGUSR2, DebugOff);
/freebsd-12-stable/cddl/lib/libdtrace/
H A Dsignal.d88 inline int SIGUSR2 = 31;
89 #pragma D binding "1.0" SIGUSR2
127 signal == SIGUSR2 ? "SIGUSR2" :
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_raise.c47 static int sig[] = { SIGALRM, SIGIO, SIGUSR1, SIGUSR2 };
49 static int sig[] = { SIGALRM, SIGIO, SIGUSR1, SIGUSR2, SIGPWR };
/freebsd-12-stable/lib/libsysdecode/
H A Dsignal.c66 [SIGUSR2] = "SIGUSR2",
/freebsd-12-stable/lib/libvgl/
H A Dmouse.c212 mouseinfo.u.mode.signal = SIGUSR2;
215 signal(SIGUSR2, VGLMouseAction);
228 signal(SIGUSR2, SIG_IGN);
232 signal(SIGUSR2, VGLMouseAction);
H A Dmain.c117 signal(SIGUSR2, SIG_IGN);
145 signal(SIGUSR2, SIG_IGN);
/freebsd-12-stable/contrib/gdb/gdb/signals/
H A Dsignals.c86 {"SIGUSR2", "User defined signal 2"},
341 #if defined (SIGUSR2)
342 if (hostsig == SIGUSR2)
594 #if defined (SIGUSR2)
596 return SIGUSR2;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp127 internal_sigaction(SIGUSR2, &sigact, nullptr);
/freebsd-12-stable/sys/sys/
H A Drctl.h128 #define RCTL_ACTION_SIGUSR2 SIGUSR2
H A Dsignal.h128 #define SIGUSR2 31 /* user defined signal 2 */ macro
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/freebsd-12-stable/contrib/apr/threadproc/unix/
H A Dsignals.c205 #ifdef SIGUSR2
206 store_desc(SIGUSR2, "User defined signal 2");
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dstrsignal.c133 #if defined (SIGUSR2)
134 ENTRY(SIGUSR2, "SIGUSR2", "User defined signal 2"),
/freebsd-12-stable/contrib/amd/hlfsd/
H A Dhlfsd.c428 sigaddset(&(sa.sa_mask), SIGUSR2);
429 sigaction(SIGUSR2, &sa, NULL);
431 signal(SIGUSR2, proceed);
453 while (stoplight != SIGUSR2) {
763 if (kill(getppid(), SIGUSR2) < 0)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp123 SetSigaction(SIGUSR2, GracefulExitHandler);
/freebsd-12-stable/sys/compat/cloudabi/
H A Dcloudabi_proc.c123 [CLOUDABI_SIGUSR2] = SIGUSR2,
/freebsd-12-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c200 for (sig = SIGHUP; sig <= SIGUSR2; sig++)
/freebsd-12-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c622 # ifdef SIGUSR2
623 if (i == SIGUSR2)
659 # ifdef SIGUSR2
660 if (i == SIGUSR2)
/freebsd-12-stable/contrib/tcsh/
H A Dsh.init.c340 #ifdef SIGUSR2
341 if (mesg[SIGUSR2].pname == NULL) {
342 mesg[SIGUSR2].iname = "USR2";
343 mesg[SIGUSR2].pname = CSAVS(2, 15, "User signal 2");
345 #endif /* SIGUSR2 */

Completed in 273 milliseconds

123