Home
last modified time | relevance | path

Searched refs:WIFSTOPPED (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dbsd-waitpid.h34 #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/
Dlin-lwp.c138 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 …]
Dgdb_wait.h53 #ifndef WIFSTOPPED
61 #define WIFSTOPPED(w) ((w)&0x40) macro
64 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
Dlynx-nat.c437 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/
Dscescx.c74 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/
Dfbsd-low.c229 } 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/
Dwait.h21 #ifndef WIFSTOPPED
22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/freebsd-9-stable/lib/libproc/
Dproc_create.c109 if (WIFSTOPPED(status) == 0) in proc_attach()
170 if (WIFSTOPPED(status) == 0) { in proc_create()
Dproc_bkpt.c63 } else if (!WIFSTOPPED(status)) { in proc_stop()
220 if (!WIFSTOPPED(status)) { in proc_bkptexec()
Dproc_util.c154 if (WIFSTOPPED(status)) in proc_wstatus()
/freebsd-9-stable/lib/libproc/test/t1-bkpt/
Dt1-bkpt.c55 assert(WIFSTOPPED(proc_wstatus(phdl))); in t1_bkpt_d()
/freebsd-9-stable/bin/sh/
Djobs.c239 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/
Dmi.wait.h33 #define WIFSTOPPED(s) (__LOW(s) == 0177) /* stopped */ macro
Dtc.wait.h150 # define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED) macro
/freebsd-9-stable/sys/sys/
Dwait.h54 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/freebsd-9-stable/usr.bin/truss/
Dsetup.c210 if (WIFSTOPPED(waitval)) { in waitevent()
/freebsd-9-stable/release/picobsd/tinyware/passwd/
Dpw_util.c222 else if (WIFSTOPPED(pstat)) in pw_edit()
/freebsd-9-stable/crypto/openssh/
Dsandbox-systrace.c119 if (!WIFSTOPPED(status)) { in ssh_sandbox_parent()
/freebsd-9-stable/contrib/sendmail/include/sm/
Dconf.h717 # undef WIFSTOPPED
2339 # undef WIFSTOPPED
2897 # ifndef WIFSTOPPED
2898 # define WIFSTOPPED(st) (((st) & 0100) == 0) macro
/freebsd-9-stable/crypto/heimdal/lib/roken/
Dsimple_exec.c121 if(WIFSTOPPED(status)) in wait_for_process_timed()
/freebsd-9-stable/sbin/init/
Dinit.c769 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/
Dexec.c365 } else if (WIFSTOPPED(stat)) { in exec_Create()
/freebsd-9-stable/contrib/groff/src/roff/groff/
Dpipeline.c49 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
/freebsd-9-stable/contrib/bmake/
Dcompat.c424 if (WIFSTOPPED(reason)) { in CompatRunCommand()
/freebsd-9-stable/usr.bin/rlogin/
Drlogin.c366 if (pid < 0 || (pid == child && !WIFSTOPPED(status))) in catch_child()

12