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

/illumos-gate/usr/src/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");
/illumos-gate/usr/src/uts/common/tnf/
H A Dtrace_init.c85 int stopped; local
91 stopped = tnfw_b_state & TNFW_B_STOPPED;
99 * Mark allocator running (not stopped). Luckily,
106 * 1195835: Write out some tags now. The stopped bit needs
132 /* Restore stopped bit */
133 tnfw_b_state |= stopped;
/illumos-gate/usr/src/uts/common/os/
H A Dpgrp.c207 int stopped; local
217 stopped = 0;
223 if (!stopped && mp != curproc) {
225 stopped = jobstopped(mp);
230 if (stopped) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_recv.c315 boolean_t stopped; local
319 stopped = ath9k_hw_stopdmarecv(ah);
326 return (stopped);
H A Darn_main.c841 boolean_t stopped; local
865 stopped = arn_stoprecv(sc); /* turn off frame recv */
873 if (!stopped || (sc->sc_flags & SC_OP_FULL_RESET))
H A Darn_core.h254 uint32_t ast_tx_qstop; /* tx queue stopped 'cuz full */
469 boolean_t stopped; member in struct:ath_txq
H A Darn_xmit.c987 txq->stopped = 1;
1509 * The TxDMA may not really be stopped.
1519 /* TxDMA not stopped, reset the hal */
1656 * This assumes output has been stopped.
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java55 static boolean stopped; field in class:JDTrace
970 stopped = true;
1010 if (stopped || !started) {
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h465 char stopped; member in struct:Vmxnet3_QueueStatus
H A Dvmxnet3_main.c805 * the mac is stopped.
1100 if (tqdesc->status.stopped) {
1104 if (rqdesc->status.stopped) {

Completed in 3517 milliseconds