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

12

/freebsd-11-stable/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-11-stable/contrib/bmake/unit-tests/
H A Ddoterror.exp7 make: stopped in unit-tests
H A Dcond2.exp6 make: stopped in unit-tests
H A Dforloop.exp17 make: stopped in unit-tests
/freebsd-11-stable/lib/libproc/
H A Dproc_bkpt.c96 int ret = 0, stopped; local
107 stopped = 0;
111 stopped = 1;
147 if (stopped)
160 int ret = 0, stopped; local
170 stopped = 0;
174 stopped = 1;
192 if (stopped)
248 DPRINTFX("ERROR: don't know why process stopped");
/freebsd-11-stable/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-11-stable/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-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h289 uint8_t stopped; member in struct:vmxnet3_txq_shared
313 uint8_t stopped; member in struct:vmxnet3_rxq_shared
/freebsd-11-stable/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-11-stable/usr.sbin/pmcstudy/
H A Deval_expr.c353 set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped) argument
367 if (stopped) {
368 *stopped = at;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h796 * (or the stopped state of the ring has changed)
1178 * also check that the ring has not been stopped or locked
1212 int busy = 1, stopped; local
1217 stopped = kr->nkr_stopped;
1218 if (unlikely(stopped)) {
1223 * actually stopped, so check another time after
1226 stopped = kr->nkr_stopped;
1227 if (unlikely(stopped)) {
1232 stopped = NM_KR_STOPPED;
1241 if (stopped
1263 nm_kr_stop(struct netmap_kring *kr, int stopped) argument
[all...]
H A Dnetmap_bdg.c562 bool stopped; member in struct:nm_bdg_polling_state
647 bps->stopped = false;
664 bps->stopped = true;
681 bps->stopped = true;
762 bps->stopped = true;
H A Dnetmap.c584 * mark the ring as stopped, and run through the locks
586 * stopped must be either NR_KR_STOPPED (for unbounded stop)
590 netmap_disable_ring(struct netmap_kring *kr, int stopped) argument
592 nm_kr_stop(kr, stopped);
601 netmap_set_ring(struct netmap_adapter *na, u_int ring_id, enum txrx t, int stopped) argument
603 if (stopped)
604 netmap_disable_ring(NMR(na, t)[ring_id], stopped);
612 netmap_set_all_rings(struct netmap_adapter *na, int stopped) argument
622 netmap_set_ring(na, i, t, stopped);
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_ioctl.h198 uint32_t stopped; member in struct:ch_up_la
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit.c568 * queue is stopped.
582 * zero is not sufficient to say that the queue has stopped.
839 HAL_BOOL stopped; local
844 * First of all, make sure RX has been stopped
848 stopped = ar9300_set_rx_abort(ah, AH_TRUE); /* abort and disable PCU */
850 stopped &= ar9300_stop_dma_receive(ah, 0); /* stop and disable RX DMA */
851 if (!stopped) {
/freebsd-11-stable/bin/sh/
H A Djobs.c93 #define JOBSTOPPED 1 /* all procs are stopped */
567 * Loop until a process is terminated or stopped, or a SIGINT is
854 * that is stopped.
861 /* Try to find a stopped one.. */
1144 int stopped; local
1202 stopped = 1;
1219 stopped = 0;
1223 if (stopped) { /* stopped or done */
1274 * return 1 if there are stopped job
[all...]
/freebsd-11-stable/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-11-stable/sys/dev/liquidio/
H A Dlio_sysctl.c1048 int err, stopped = 0; local
1071 stopped = 1;
1095 stopped = 1;
1108 if (stopped)
1207 int err, stopped = 0; local
1240 stopped = 1;
1247 if (stopped)
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lld/ELF/
H A DWriter.cpp1527 bool started = false, stopped = false; local
1533 stopped = true;
1534 } else if (stopped) {
1550 stopped = true;
/freebsd-11-stable/tools/tools/cxgbtool/
H A Dcxgbtool.c1571 la.stopped = 0;
1581 if (la.stopped)
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_common.h797 int t3_get_up_la(adapter_t *adapter, u32 *stopped, u32 *index,

Completed in 329 milliseconds

12