Searched refs:stopped (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop1.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
58 trace("stopped");
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
69 trace("looks like it really stopped");
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlin-lwp.c143 snprintf (buf, sizeof (buf), "%s (stopped)",
335 lp->stopped = 1;
348 is already stopped. Mark it as stopped in the data structure
351 will have, we assume, been stopped by an attach from a
353 lp->stopped = 1;
371 /* Make sure the initial process is stopped. The user-level threads
387 lp->stopped = 1;
409 while (lp->signalled && lp->stopped)
423 lp->stopped
[all...]
H A Dgnu-nat.c198 /* True if the process has stopped (in the proc server sense). Note that
201 unsigned int stopped:1;
358 that the thread is stopped and aborted first, and sets the state_changed
662 inf->stopped = 0;
710 inf->stopped = 0;
795 /* Validates INF's stopped, nomsg and traced field from the actual
813 inf->stopped = !!(pi->state & PI_STOPPED);
1239 if (inf->stopped)
1309 /* Deliver signal SIG to INF. If INF is stopped, delivering a signal, even
1352 if (inf->stopped)
200 unsigned int stopped:1; member in struct:inf
[all...]
/freebsd-9.3-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h83 /* If this flag is set, the process is known to be stopped right now (stop
85 int stopped; member in struct:process_info
H A Dfbsd-low.c263 /* Return nonzero if this process stopped at a breakpoint which
283 /* If the PC has changed since we stopped, then we shouldn't do
333 /* This thread was stopped at a breakpoint, and the breakpoint
379 (*childp)->stopped = 1;
402 it stopped. We correctly handle the change of PC if we hit a breakpoint
702 if (process->stopped)
727 if (process->stopped)
736 /* If we stopped with a non-SIGSTOP signal, save it for later
781 if (process->stopped == 0)
857 process->stopped
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp1447 Return: boolean in the meaning of `stopped'
1448 - true if parsing should be stopped (`x stop').
1454 bool stopped = false; local
1496 stopped = true;
1536 return stopped;
1554 bool stopped = false; // terminating condition local
1653 while (!stopped) {
1816 stopped = parse_x_command();
1831 // If `stopped' is not `true' here then there wasn't any `x stop'.
1832 if (!stopped)
[all...]
/freebsd-9.3-release/bin/sh/
H A Djobs.c476 * Loop until a process is terminated or stopped, or a SIGINT is
740 * that is stopped.
747 /* Try to find a stopped one.. */
1022 int stopped; local
1048 stopped = 1;
1060 stopped = 0;
1064 if (stopped) { /* stopped or done */
1115 * stopped processes. If block is zero, we return a value of zero
1134 * return 1 if there are stopped job
[all...]
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_ioctl.h198 uint32_t stopped; member in struct:ch_up_la
H A Dcxgb_main.c2951 error = -t3_get_up_la(sc, &la->stopped, &la->idx,
/freebsd-9.3-release/contrib/bmake/unit-tests/
H A Dtest.exp61 make: stopped in unit-tests
107 make: stopped in unit-tests
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java56 static boolean stopped; field in class:JDTrace
965 stopped = true;
1005 if (stopped || !started) {
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c623 int p[2], retcode, stopped, wstatus, wstatus_set; local
644 stopped = 0; /* output filter is not stopped */
816 stopped++;
853 if (stopped) { /* restart output filter */
/freebsd-9.3-release/sys/dev/netmap/
H A Dnetmap.c259 * mark the ring as stopped, and run through the locks
274 netmap_set_all_rings(struct ifnet *ifp, int stopped) argument
289 if (stopped)
297 if (stopped)
309 netmap_set_all_rings(ifp, 1 /* stopped */);
/freebsd-9.3-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1572 la.stopped = 0;
1582 if (la.stopped)
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_common.h790 int t3_get_up_la(adapter_t *adapter, u32 *stopped, u32 *index,
H A Dcxgb_t3_hw.c4695 int t3_get_up_la(adapter_t *adapter, u32 *stopped, u32 *index, argument
4708 *stopped = !(v & 1);
4711 if (!*stopped) {
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddirdeps.mk494 .error You should have stopped recursing by now.

Completed in 165 milliseconds