| /freebsd-10-stable/tests/sys/kern/ |
| D | ptrace_test.c | 82 raise(SIGSTOP); in trace_me() 96 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in attach_child() 155 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 256 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 360 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 485 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in handle_fork_events() 535 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 591 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 642 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() 916 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP); in ATF_TC_BODY() [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/ |
| D | t_ptrace_wait.c | 81 const int sigval = SIGSTOP; in ATF_TC_BODY() 139 const int sigval = SIGSTOP, sigsent = SIGINT; in ATF_TC_BODY() 195 const int sigval = SIGSTOP, sigsent = SIGINT /* Without core-dump */; in ATF_TC_BODY() 244 const int sigval = SIGSTOP, sigsent = SIGCONT; in ATF_TC_BODY() 333 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 439 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 536 validate_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 591 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 670 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() 789 forkee_status_stopped(status, SIGSTOP); in ATF_TC_BODY() [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/ |
| D | t_wait.c | 196 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY() 200 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY() 202 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY() 271 ATF_REQUIRE(kill(pid, SIGSTOP) == 0); in ATF_TC_BODY() 275 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY() 277 ATF_REQUIRE(si.si_status == SIGSTOP); in ATF_TC_BODY()
|
| /freebsd-10-stable/contrib/apr/threadproc/unix/ |
| D | signals.c | 229 #ifdef SIGSTOP in apr_signal_init() 230 store_desc(SIGSTOP, "Stopped (signal)"); in apr_signal_init() 336 #ifdef SIGSTOP in apr_signal_thread() 337 sigdelset(&sig_mask, SIGSTOP); in apr_signal_thread()
|
| /freebsd-10-stable/contrib/sendmail/libsm/ |
| D | assert.c | 83 #ifdef SIGSTOP 85 kill(getpid(), SIGSTOP);
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/arch/amd64/ |
| D | t_ptrace_wait.c | 69 const int sigval = SIGSTOP; in ATF_TC_BODY() 152 const int sigval = SIGSTOP; in ATF_TC_BODY() 209 const int sigval = SIGSTOP; in ATF_TC_BODY() 283 const int sigval = SIGSTOP; in ATF_TC_BODY() 360 const int sigval = SIGSTOP; in ATF_TC_BODY() 466 const int sigval = SIGSTOP; in ATF_TC_BODY() 572 const int sigval = SIGSTOP; in ATF_TC_BODY() 678 const int sigval = SIGSTOP; in ATF_TC_BODY() 784 const int sigval = SIGSTOP; in ATF_TC_BODY() 885 const int sigval = SIGSTOP; in ATF_TC_BODY() [all …]
|
| /freebsd-10-stable/contrib/gdb/gdb/signals/ |
| D | signals.c | 372 #if defined (SIGSTOP) in target_signal_from_host() 373 if (hostsig == SIGSTOP) in target_signal_from_host() 625 #if defined (SIGSTOP) in do_target_signal_to_host() 627 return SIGSTOP; in do_target_signal_to_host()
|
| /freebsd-10-stable/cddl/lib/libdtrace/ |
| D | signal.d | 59 inline int SIGSTOP = 17; variable 60 #pragma D binding "1.0" SIGSTOP
|
| /freebsd-10-stable/tools/test/ptrace/ |
| D | scescx.c | 344 kill(getpid(), SIGSTOP); in main() 360 assert(WSTOPSIG(status) == SIGSTOP); in main() 389 assert(WSTOPSIG(status) == SIGSTOP); in main()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_kthread.c | 185 SIGADDSET(p->p_siglist, SIGSTOP); in kproc_suspend() 202 SIGDELSET(p->p_siglist, SIGSTOP); in kproc_resume() 212 while (SIGISMEMBER(p->p_siglist, SIGSTOP)) { in kproc_suspend_check()
|
| /freebsd-10-stable/sys/sys/ |
| D | signalvar.h | 164 SIGDELSET(set, SIGKILL), SIGDELSET(set, SIGSTOP) 167 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \ 173 #define sigcantmask (sigmask(SIGKILL) | sigmask(SIGSTOP))
|
| /freebsd-10-stable/sys/fs/procfs/ |
| D | procfs_ctl.c | 96 { "urg", SIGURG }, { "stop", SIGSTOP }, 150 kern_psignal(p, SIGSTOP); in procfs_control()
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | lin-lwp.c | 379 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP); in lin_lwp_attach() 384 lp->status = W_STOPCODE (SIGSTOP); in lin_lwp_attach() 680 ret = kill_lwp (GET_LWP (lp->ptid), SIGSTOP); in stop_callback() 732 if (WSTOPSIG (status) != SIGSTOP) in stop_wait_callback() 1138 if (pid != -1 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP in child_wait() 1358 && WSTOPSIG (status) == SIGSTOP); in lin_lwp_wait() 1457 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP) in lin_lwp_wait()
|
| /freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2855/ |
| D | koi2855.c | 84 kill(getpid(), SIGSTOP); in main()
|
| /freebsd-10-stable/usr.sbin/lpr/filters.ru/koi2alt/ |
| D | koi2alt.c | 85 kill(getpid(), SIGSTOP); in main()
|
| /freebsd-10-stable/contrib/gcclibs/libiberty/ |
| D | strsignal.c | 162 #if defined (SIGSTOP) 163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
|
| /freebsd-10-stable/contrib/binutils/libiberty/ |
| D | strsignal.c | 162 #if defined (SIGSTOP) 163 ENTRY(SIGSTOP, "SIGSTOP", "Stopped (signal)"),
|
| /freebsd-10-stable/contrib/tcsh/ |
| D | sh.init.c | 577 #ifdef SIGSTOP in mesginit() 578 if (mesg[SIGSTOP].pname == NULL) { in mesginit() 579 mesg[SIGSTOP].iname = "STOP"; in mesginit() 581 mesg[SIGSTOP].pname = CSAVS(2, 46, "Suspended (signal)"); in mesginit() 583 mesg[SIGSTOP].pname = CSAVS(2, 47, "Stopped (signal)"); in mesginit()
|
| /freebsd-10-stable/tools/regression/sigqueue/sigqtest2/ |
| D | sigqtest2.c | 57 kill(getpid(), SIGSTOP); in job_control_test()
|
| /freebsd-10-stable/lib/libc/nls/ |
| D | be_BY.UTF-8.msg | 220 $ SIGSTOP
|
| D | el_GR.ISO8859-7.msg | 220 $ SIGSTOP
|
| D | uk_UA.UTF-8.msg | 230 $ SIGSTOP
|
| D | ru_RU.KOI8-R.msg | 237 $ SIGSTOP
|
| /freebsd-10-stable/sys/compat/linux/ |
| D | linux.c | 90 SIGSTOP, /* LINUX_SIGSTOP */
|
| /freebsd-10-stable/contrib/netbsd-tests/kernel/arch/i386/ |
| D | t_ptrace_wait.c | 68 const int sigval = SIGSTOP; in ATF_TC_BODY()
|