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

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h283 uint8_t stopped; member in struct:vmxnet3_txq_shared
307 uint8_t stopped; member in struct:vmxnet3_rxq_shared
H A Dif_vmx.c1539 if (ts->stopped != 0)
1542 if (rs->stopped != 0)
/freebsd-10.0-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-10.0-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-10.0-release/bin/sh/
H A Djobs.c490 * Loop until a process is terminated or stopped, or a SIGINT is
760 * that is stopped.
767 /* Try to find a stopped one.. */
1050 int stopped; local
1108 stopped = 1;
1124 stopped = 0;
1128 if (stopped) { /* stopped or done */
1179 * return 1 if there are stopped jobs, otherwise 0
1194 out2fmt_flush("You have stopped job
[all...]
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp61 make: stopped in unit-tests
107 make: stopped in unit-tests
/freebsd-10.0-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-10.0-release/usr.sbin/lpr/lpd/
H A Dprintjob.c624 int p[2], retcode, stopped, wstatus, wstatus_set; local
645 stopped = 0; /* output filter is not stopped */
817 stopped++;
854 if (stopped) { /* restart output filter */
/freebsd-10.0-release/tools/tools/cxgbtool/
H A Dcxgbtool.c1572 la.stopped = 0;
1582 if (la.stopped)
/freebsd-10.0-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-10.0-release/contrib/bmake/mk/
H A Ddirdeps.mk494 .error You should have stopped recursing by now.
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_reset.c1212 /* TX must be stopped by now */
4307 HAL_BOOL stopped, cal_ret; local
4360 stopped = ar9300_set_rx_abort(ah, AH_TRUE); /* abort and disable PCU */
4362 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */
4363 if (!stopped) {
4532 * If channel_change completed and DMA was stopped

Completed in 340 milliseconds