HomeSort by: relevance | last modified time | path
    Searched refs:WSTOPSIG (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/sys/
wait.h 63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)
  /src/tests/lib/libc/sys/
t_ptrace_threads_wait.h 886 WSTOPSIG(status));
888 ATF_CHECK_EQ_MSG(info.psi_siginfo.si_signo, WSTOPSIG(status),
889 "lwp=%d, WSTOPSIG=%d, psi_siginfo=%d", info.psi_lwpid,
890 WSTOPSIG(status), info.psi_siginfo.si_signo);
892 if (WSTOPSIG(status) != SIGTRAP) {
896 ATF_CHECK_EQ_MSG(WSTOPSIG(status), expected_sig,
898 expected_sig, WSTOPSIG(status));
928 signal_handle != TCSH_DISCARD && WSTOPSIG(status) != SIGTRAP
929 ? WSTOPSIG(status) : 0) != -1);
t_wait.c 198 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
268 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
t_ptrace_wait.h 388 strlcpy(st, strsignal(WSTOPSIG(status)), sizeof(st));
391 ATF_REQUIRE_EQ_MSG(WSTOPSIG(status), expected,
403 FORKEE_ASSERT_EQ(WSTOPSIG(status), expected);
t_ptrace_sigchld.c 105 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), expected_status);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld_linux_libcdep.cc 176 if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) {
178 (void*)(uptr)WSTOPSIG(status));
  /src/bin/sh/
jobs.c 514 st = WSTOPSIG(ps->status);
687 retval = WSTOPSIG(status) + 128;
1494 st = WSTOPSIG(status) + 128;
  /src/tests/lib/libc/gen/
t_siginfo.c 155 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), status);
  /src/usr.bin/make/
compat.c 379 status = WSTOPSIG(reason);
job.c 1923 switch (WSTOPSIG(status)) {
1934 job->node->name, WSTOPSIG(status));
  /src/lib/libutil/
passwd.c 279 raise(WSTOPSIG(pstat));
  /src/bin/ksh/
jobs.c 1468 strlcpy(buf, sigtraps[WSTOPSIG(p->status)].mess,
  /src/bin/csh/
proc.c 119 pp->p_reason = WSTOPSIG(w);
  /src/sys/compat/linux/common/
linux_misc.c 201 sig = WSTOPSIG(st);

Completed in 23 milliseconds