Home
last modified time | relevance | path

Searched refs:SIGCONT (Results 1 – 25 of 88) sorted by relevance

1234

/freebsd/tests/sys/cddl/zfs/tests/zfsd/
H A Dzfsd_hotspare_006_pos.ksh70 $KILL -s SIGCONT `$PGREP zfsd`
86 $KILL -s SIGCONT `$PGREP zfsd`
106 $KILL -s SIGCONT `$PGREP zfsd`
/freebsd/lib/libc/gen/
H A Dsiglist.c54 [SIGCONT] = "CONT",
89 [SIGCONT] = "Continued",
/freebsd/cddl/lib/libdtrace/
H A Dsignal.d62 inline int SIGCONT = 19; variable
63 #pragma D binding "1.0" SIGCONT
113 signal == SIGCONT ? "SIGCONT" :
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c223 ATF_REQUIRE(kill(pid, SIGCONT) == 0); in ATF_TC_BODY()
229 ATF_REQUIRE(si.si_status == SIGCONT); in ATF_TC_BODY()
294 ATF_REQUIRE(kill(pid, SIGCONT) == 0); in ATF_TC_BODY()
300 ATF_REQUIRE(si.si_status == SIGCONT); in ATF_TC_BODY()
/freebsd/contrib/libedit/
H A Dsig.h55 _DO(SIGCONT) \
/freebsd/usr.bin/bc/
H A Dtty.c54 signal(SIGCONT, tstpcont); in tstpcont()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c63 #ifdef SIGCONT in signal_name()
64 case SIGCONT: in signal_name()
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h39 #define SIGCONT 18 macro
/freebsd/tools/test/stress2/misc/
H A Dsigstop.sh72 if (kill(pid, SIGCONT) == -1)
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_killable.h41 …ILL) | sigmask(SIGINT) | sigmask(SIGQUIT) | sigmask(SIGTRAP) | sigmask(SIGSTOP) | sigmask(SIGCONT))
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_signals.c107 rumptest_localsig(SIGCONT); in ATF_TC_BODY()
/freebsd/lib/libsysdecode/
H A Dsignal.c51 [SIGCONT] = "SIGCONT",
/freebsd/tests/sys/kern/
H A Dsigwait.c464 ATF_REQUIRE(kill(pid, SIGCONT) == 0); in test_wait_dequeue_sigchld()
469 support_check_siginfo(CLD_CONTINUED, SIGCONT, pid, &si, SIGCHLD); in test_wait_dequeue_sigchld()
470 support_check_sigchld(&set, CLD_CONTINUED, SIGCONT, pid, dequeue); in test_wait_dequeue_sigchld()
/freebsd/tools/regression/sigqueue/sigqtest2/
H A Dsigqtest2.c23 kill(si->si_pid, SIGCONT); in job_handler()
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg223 $ SIGCONT
H A Dmn_MN.UTF-8.msg223 $ SIGCONT
H A Duk_UA.UTF-8.msg233 $ SIGCONT
H A Del_GR.ISO8859-7.msg223 $ SIGCONT
H A Dru_RU.KOI8-R.msg240 $ SIGCONT
H A Dko_KR.UTF-8.msg233 $ SIGCONT
H A Dja_JP.UTF-8.msg233 $ SIGCONT
H A Dja_JP.eucJP.msg233 $ SIGCONT
H A Dko_KR.eucKR.msg233 $ SIGCONT
H A Dzh_CN.UTF-8.msg233 $ SIGCONT
/freebsd/contrib/tcsh/
H A Dsh.init.c595 #ifdef SIGCONT in mesginit()
596 if (mesg[SIGCONT].pname == NULL) { in mesginit()
597 mesg[SIGCONT].iname = "CONT"; in mesginit()
598 mesg[SIGCONT].pname = CSAVS(2, 50, "Continued"); in mesginit()

1234