| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | bsd-waitpid.h | 34 #undef WIFSTOPPED 40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro 41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | lin-lwp.c | 138 if (WIFSTOPPED (status)) in status_to_str() 325 && WIFSTOPPED (status) && WSTOPSIG (status)); in lin_lwp_attach_lwp() 379 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP); in lin_lwp_attach() 396 gdb_assert (lp->status == 0 || WIFSTOPPED (lp->status)); in detach_callback() 427 gdb_assert (lp->status == 0 || WIFSTOPPED (lp->status)); in detach_callback() 659 gdb_assert (WIFSTOPPED (status)); in wait_lwp() 893 if (WIFSTOPPED (lp->status) && sigismember (flush_mask, WSTOPSIG (lp->status))) in flush_callback() 947 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in count_events_callback() 975 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP) in select_event_lwp_callback() 1003 && WIFSTOPPED (lp->status) && WSTOPSIG (lp->status) == SIGTRAP in cancel_breakpoints_callback() [all …]
|
| D | gdb_wait.h | 53 #ifndef WIFSTOPPED 61 #define WIFSTOPPED(w) ((w)&0x40) macro 64 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
|
| D | lynx-nat.c | 437 if (WIFSTOPPED (status) in child_wait() 459 else if (WIFSTOPPED (status) in child_wait() 485 else if (!WIFSTOPPED (status)) in child_wait()
|
| /freebsd-9-stable/tools/test/ptrace/ |
| D | scescx.c | 74 if (WIFSTOPPED(status)) { in decode_wait_status() 209 assert(WIFSTOPPED(status)); in trace_sc() 234 assert(WIFSTOPPED(status)); in trace_sc() 275 assert(WIFSTOPPED(status)); in trace_cont() 359 assert(WIFSTOPPED(status)); in main() 388 assert(WIFSTOPPED(status)); in main()
|
| /freebsd-9-stable/gnu/usr.bin/gdb/gdbserver/ |
| D | fbsd-low.c | 229 } while (WIFSTOPPED (wstat)); in fbsd_kill_one_process() 371 && (!WIFSTOPPED (*wstatp) in fbsd_wait_for_process() 383 && WIFSTOPPED (*wstatp)) in fbsd_wait_for_process() 456 if (! WIFSTOPPED (wstat)) in fbsd_wait_for_event() 482 if (WIFSTOPPED (wstat) in fbsd_wait_for_event() 496 if (WIFSTOPPED (wstat)) in fbsd_wait_for_event() 511 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGTRAP) in fbsd_wait_for_event() 677 else if (!WIFSTOPPED (w)) in fbsd_wait() 689 if (!WIFSTOPPED (w)) in fbsd_wait() 739 if (WIFSTOPPED (wstat) in wait_for_sigstop()
|
| /freebsd-9-stable/contrib/cvs/lib/ |
| D | wait.h | 21 #ifndef WIFSTOPPED 22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
|
| /freebsd-9-stable/lib/libproc/ |
| D | proc_create.c | 109 if (WIFSTOPPED(status) == 0) in proc_attach() 170 if (WIFSTOPPED(status) == 0) { in proc_create()
|
| D | proc_bkpt.c | 63 } else if (!WIFSTOPPED(status)) { in proc_stop() 220 if (!WIFSTOPPED(status)) { in proc_bkptexec()
|
| D | proc_util.c | 154 if (WIFSTOPPED(status)) in proc_wstatus()
|
| /freebsd-9-stable/lib/libproc/test/t1-bkpt/ |
| D | t1-bkpt.c | 55 assert(WIFSTOPPED(proc_wstatus(phdl))); in t1_bkpt_d()
|
| /freebsd-9-stable/bin/sh/ |
| D | jobs.c | 239 if (WIFSTOPPED(ps->status)) { in restartjob() 325 while (!WIFSTOPPED(ps->status) && ps > jp->ps) in showjob() 327 if (WIFSTOPPED(ps->status)) in showjob() 488 else if (WIFSTOPPED(status)) in waitcmd() 987 else if (WIFSTOPPED(status)) in waitforjob() 1032 (pid > 0 && WIFSTOPPED(status) && !iflag)); in dowait() 1061 else if (WIFSTOPPED(sp->status)) in dowait()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | mi.wait.h | 33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
|
| D | tc.wait.h | 150 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
|
| /freebsd-9-stable/sys/sys/ |
| D | wait.h | 54 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
|
| /freebsd-9-stable/usr.bin/truss/ |
| D | setup.c | 210 if (WIFSTOPPED(waitval)) { in waitevent()
|
| /freebsd-9-stable/release/picobsd/tinyware/passwd/ |
| D | pw_util.c | 222 else if (WIFSTOPPED(pstat)) in pw_edit()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | sandbox-systrace.c | 119 if (!WIFSTOPPED(status)) { in ssh_sandbox_parent()
|
| /freebsd-9-stable/contrib/sendmail/include/sm/ |
| D | conf.h | 717 # undef WIFSTOPPED 2339 # undef WIFSTOPPED 2897 # ifndef WIFSTOPPED 2898 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | simple_exec.c | 121 if(WIFSTOPPED(status)) in wait_for_process_timed()
|
| /freebsd-9-stable/sbin/init/ |
| D | init.c | 769 if (wpid == pid && WIFSTOPPED(status)) { in single_user() 886 if (wpid == pid && WIFSTOPPED(status)) { in run_script() 1682 if (wpid == pid && WIFSTOPPED(status)) { in runshutdown()
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | exec.c | 365 } else if (WIFSTOPPED(stat)) { in exec_Create()
|
| /freebsd-9-stable/contrib/groff/src/roff/groff/ |
| D | pipeline.c | 49 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
|
| /freebsd-9-stable/contrib/bmake/ |
| D | compat.c | 424 if (WIFSTOPPED(reason)) { in CompatRunCommand()
|
| /freebsd-9-stable/usr.bin/rlogin/ |
| D | rlogin.c | 366 if (pid < 0 || (pid == child && !WIFSTOPPED(status))) in catch_child()
|