Searched defs:stopped (Results 1 - 7 of 7) sorted by relevance

/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/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/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
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h465 char stopped; member in struct:Vmxnet3_QueueStatus

Completed in 75 milliseconds