Searched refs:WSTOPSIG (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10-stable/contrib/gdb/gdb/
H A Dgdb_wait.h76 #ifndef WSTOPSIG
77 #define WSTOPSIG WEXITSTATUS macro
H A Dlin-lwp.c144 strsignal (WSTOPSIG (status)));
147 strsignal (WSTOPSIG (status)));
331 && WIFSTOPPED (status) && WSTOPSIG (status));
385 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP);
406 strsignal (WSTOPSIG (lp->status)),
413 WSTOPSIG (lp->status)) < 0)
442 WSTOPSIG (lp->status)) < 0)
450 strsignal (WSTOPSIG (lp->status)));
721 if (flush_mask && sigismember (flush_mask, WSTOPSIG (status)))
740 if (WSTOPSIG (statu
[all...]
H A Dlynx-nat.c438 && WSTOPSIG (status) == SIGTRAP
460 && WSTOPSIG (status) == SIGTRAP
495 target_signal_from_host (WSTOPSIG (status));
/freebsd-10-stable/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
53 #ifndef WSTOPSIG
54 # define WSTOPSIG(x) WSTOPPED macro
H A Dcompat.c430 status = WSTOPSIG(reason); /* stopped */
/freebsd-10-stable/contrib/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
H A Dsh.proc.c62 #ifndef WSTOPSIG
63 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
64 #endif /* !WSTOPSIG */
292 pp->p_reason = WSTOPSIG(w);
/freebsd-10-stable/tests/sys/kern/
H A Dptrace_test.c96 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
155 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
256 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP);
360 CHILD_REQUIRE(WSTOPSIG(status) == SIGSTOP);
485 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
496 ATF_REQUIRE(WSTOPSIG(status) == SIGTRAP);
535 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
591 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
642 ATF_REQUIRE(WSTOPSIG(status) == SIGSTOP);
916 ATF_REQUIRE(WSTOPSIG(statu
[all...]
/freebsd-10-stable/tools/test/ptrace/
H A Dscescx.c79 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WSTOPSIG(status)));
210 assert(WSTOPSIG(status) == SIGTRAP);
235 assert(WSTOPSIG(status) == SIGTRAP);
276 assert(WSTOPSIG(status) == SIGTRAP);
360 assert(WSTOPSIG(status) == SIGSTOP);
389 assert(WSTOPSIG(status) == SIGSTOP);
/freebsd-10-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c372 || (WSTOPSIG (*wstatp) != 32
373 && WSTOPSIG (*wstatp) != 33)))
483 && WSTOPSIG (wstat) == SIGSTOP
500 WSTOPSIG (wstat), event_child->tid,
504 WSTOPSIG (wstat));
511 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGTRAP)
694 return ((unsigned char) WSTOPSIG (w));
740 && WSTOPSIG (wstat) != SIGSTOP)
/freebsd-10-stable/lib/libproc/
H A Dproc_util.c66 if (phdl->status == PS_STOP && WSTOPSIG(phdl->wstat) != SIGTRAP)
67 pending = WSTOPSIG(phdl->wstat);
/freebsd-10-stable/sys/sys/
H A Dwait.h55 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/freebsd-10-stable/contrib/libreadline/examples/rlfe/
H A Dos.h459 #ifndef WSTOPSIG
461 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
463 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.h301 strlcpy(st, strsignal(WSTOPSIG(status)), sizeof(st));
304 ATF_REQUIRE_EQ_MSG(WSTOPSIG(status), expected,
316 FORKEE_ASSERT_EQ(WSTOPSIG(status), expected);
/freebsd-10-stable/release/picobsd/tinyware/passwd/
H A Dpw_util.c223 raise(WSTOPSIG(pstat));
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_wait.c200 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
275 ATF_REQUIRE(WIFSTOPPED(st) && WSTOPSIG(st) == SIGSTOP);
/freebsd-10-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/freebsd-10-stable/contrib/gcc/
H A Dsystem.h342 #ifndef WSTOPSIG
343 #define WSTOPSIG WEXITSTATUS macro
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c176 if (WSTOPSIG(status) <= 0 ||
177 WSTOPSIG(status) > IBCS2_SIGTBLSZ)
180 IBCS2_STOPCODE(bsd_to_ibcs2_sig[_SIG_IDX(WSTOPSIG(status))]);
/freebsd-10-stable/contrib/groff/src/roff/groff/
H A Dpipeline.c53 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/freebsd-10-stable/usr.sbin/ppp/
H A Dexec.c367 WSTOPSIG(stat));
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_siginfo.c160 ATF_REQUIRE_EQ(WSTOPSIG(info->si_status), status);
/freebsd-10-stable/lib/libutil/
H A Dpw_util.c332 raise(WSTOPSIG(pstat));
/freebsd-10-stable/bin/sh/
H A Djobs.c324 i = WSTOPSIG(ps->status);
1006 st = WSTOPSIG(status) + 128;
/freebsd-10-stable/usr.bin/make/
H A Djob.c1064 job->node->name, WSTOPSIG(*status));
3046 status = WSTOPSIG(reason);

Completed in 405 milliseconds

12