| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | aarch64-dbreg-contents.c | 110 assert (WSTOPSIG (status) == SIGUSR1); in main() 125 if (WSTOPSIG (status) == SIGUSR2) in main() 131 assert (WSTOPSIG (status) == SIGTRAP); in main()
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | wait.h | 34 #ifndef WSTOPSIG 35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
|
| /netbsd/src/external/bsd/openldap/dist/include/ac/ |
| D | wait.h | 48 #ifndef WSTOPSIG 49 # define WSTOPSIG(s) LDAP_HI(s) macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | linux-nat.c | 569 child_stop_signal = WSTOPSIG (status); in follow_fork() 1037 if (WSTOPSIG (status) != SIGSTOP) in linux_nat_post_attach_wait() 1329 signo = gdb_signal_from_host (WSTOPSIG (lp->status)); in get_detach_signal() 1789 && WSTOPSIG (lp->status) in resume() 1790 && sigismember (&pass_mask, WSTOPSIG (lp->status))) in resume() 1798 signo = gdb_signal_from_host (WSTOPSIG (lp->status)); in resume() 1994 if (WSTOPSIG (new_lp->status) != SIGSTOP) in follow_clone() 2337 if (WIFSTOPPED (status) && WSTOPSIG (status) == SYSCALL_SIGTRAP) in wait_lwp() 2355 if (WIFSTOPPED (status) && WSTOPSIG (status) == SIGTRAP in wait_lwp() 2447 && WSTOPSIG (lp->status) == SIGINT) in set_ignore_sigint() [all …]
|
| D | ia64-linux-nat.c | 920 return WIFSTOPPED (status) && (WSTOPSIG (status) == SIGTRAP in low_status_is_event() 921 || WSTOPSIG (status) == SIGILL); in low_status_is_event()
|
| D | inf-child.c | 65 (gdb_signal_from_host (WSTOPSIG (hoststatus))); in host_status_to_waitstatus()
|
| /netbsd/src/tests/lib/libc/sys/ |
| D | t_ptrace_threads_wait.h | 886 WSTOPSIG(status)); in thread_concurrent_test() 888 ATF_CHECK_EQ_MSG(info.psi_siginfo.si_signo, WSTOPSIG(status), in thread_concurrent_test() 890 WSTOPSIG(status), info.psi_siginfo.si_signo); in thread_concurrent_test() 892 if (WSTOPSIG(status) != SIGTRAP) { in thread_concurrent_test() 896 ATF_CHECK_EQ_MSG(WSTOPSIG(status), expected_sig, in thread_concurrent_test() 898 expected_sig, WSTOPSIG(status)); in thread_concurrent_test() 928 signal_handle != TCSH_DISCARD && WSTOPSIG(status) != SIGTRAP in thread_concurrent_test() 929 ? WSTOPSIG(status) : 0) != -1); in thread_concurrent_test()
|
| D | t_wait.c | 198 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY() 268 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP); in ATF_TC_BODY()
|
| D | t_ptrace_wait.h | 386 strlcpy(st, strsignal(WSTOPSIG(status)), sizeof(st)); in validate_status_stopped() 389 ATF_REQUIRE_EQ_MSG(WSTOPSIG(status), expected, in validate_status_stopped() 401 FORKEE_ASSERT_EQ(WSTOPSIG(status), expected); in forkee_status_stopped()
|
| D | t_ptrace_sigchld.c | 105 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), expected_status); in sigchld_action()
|
| /netbsd/src/external/gpl3/gcc/dist/fixincludes/tests/base/sys/ |
| D | wait.h | 13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1) macro
|
| /netbsd/src/sys/sys/ |
| D | wait.h | 63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff) macro
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | server.c | 513 if (WSTOPSIG(status) == SIGTTIN || WSTOPSIG(status) == SIGTTOU) in server_child_stopped()
|
| D | job.c | 354 if (WSTOPSIG(status) == SIGTTIN || WSTOPSIG(status) == SIGTTOU) in job_check_died()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| D | test-pexecute.c | 62 #ifndef WSTOPSIG 63 #define WSTOPSIG WEXITSTATUS macro
|
| /netbsd/src/external/ibm-public/postfix/dist/src/master/ |
| D | master_spawn.c | 330 serv->path, pid, WSTOPSIG(status)); in master_reap_child()
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | process.cpp | 371 rv << "stopped(" << WSTOPSIG(mutable_status); in str()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | system.h | 426 #ifndef WSTOPSIG 427 #define WSTOPSIG WEXITSTATUS macro
|
| /netbsd/src/bin/sh/ |
| D | jobs.c | 514 st = WSTOPSIG(ps->status); in showjob() 687 retval = WSTOPSIG(status) + 128; in jobstatus() 1494 st = WSTOPSIG(status) + 128; in waitforjob()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_siginfo.c | 155 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), status); in sigchild_action()
|
| /netbsd/src/external/bsd/am-utils/dist/conf/nfs_prot/ |
| D | nfs_prot_nextstep.h | 258 #define WSTOPSIG(status) (int)(WIFSTOPPED(status) ? \ macro
|
| /netbsd/src/usr.bin/make/ |
| D | compat.c | 381 status = WSTOPSIG(reason); in Compat_RunCommand()
|
| D | job.c | 2084 switch (WSTOPSIG(status)) { in JobReapChild() 2095 job->node->name, WSTOPSIG(status)); in JobReapChild()
|
| /netbsd/src/lib/libutil/ |
| D | passwd.c | 279 raise(WSTOPSIG(pstat)); in pw_edit()
|
| /netbsd/src/external/bsd/cron/dist/ |
| D | crontab.c | 501 (void)kill(getpid(), WSTOPSIG(waiter)); in edit_cmd()
|