Searched refs:stopped (Results 101 - 125 of 162) sorted by relevance

1234567

/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-elif.exp20 make: stopped in unit-tests
H A Ddirective-if.exp17 make: stopped in unit-tests
H A Dvarmod-order.exp25 make: stopped in unit-tests
H A Dvarparse-errors.exp24 make: stopped in unit-tests
H A Dvarmod-to-separator.exp24 make: stopped in unit-tests
H A Dvarmod-match.exp13 make: stopped in unit-tests
H A Dvarmod-mtime.exp13 make: stopped in unit-tests
H A Dvarmod-loop-varname.exp10 make: stopped in unit-tests
H A Dsuff-transform-select.exp46 make: stopped in unit-tests
H A Dsuff-transform-endless.exp45 make: stopped in unit-tests
H A Dcond-op.exp20 make: stopped in unit-tests
H A Ddirective-misspellings.exp44 make: stopped in unit-tests
H A Dvarmod-edge.exp26 make: stopped in unit-tests
H A Ddirective-for.exp41 make: stopped in unit-tests
H A Dvarmod-match-escape.exp40 make: stopped in unit-tests
H A Dvar-eval-short.exp30 make: stopped in unit-tests
H A Dopt-debug-graph2.exp90 make: stopped in unit-tests
H A Dopt-debug-graph3.exp90 make: stopped in unit-tests
H A Dvarmod-ifelse.exp50 make: stopped in unit-tests
H A Dvarmod-indirect.exp42 make: stopped in unit-tests
/freebsd-current/crypto/openssl/crypto/
H A Dinit.c37 static int stopped = 0; variable
358 if (stopped)
360 stopped = 1;
468 if (stopped) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dagg-rx.c141 if (!tid->stopped) {
183 if (tid->stopped)
273 tid->stopped = true;
/freebsd-current/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h287 uint8_t stopped; member in struct:vmxnet3_txq_shared
311 uint8_t stopped; member in struct:vmxnet3_rxq_shared
/freebsd-current/usr.sbin/pmcstudy/
H A Deval_expr.c350 set_math_precidence(struct expression **beg, struct expression *exp, struct expression **stopped) argument
364 if (stopped) {
365 *stopped = at;
/freebsd-current/sys/dev/netmap/
H A Dnetmap_kern.h844 * (or the stopped state of the ring has changed)
1226 * also check that the ring has not been stopped or locked
1260 int busy = 1, stopped; local
1265 stopped = kr->nkr_stopped;
1266 if (unlikely(stopped)) {
1271 * actually stopped, so check another time after
1274 stopped = kr->nkr_stopped;
1275 if (unlikely(stopped)) {
1280 stopped = NM_KR_STOPPED;
1289 if (stopped
1311 nm_kr_stop(struct netmap_kring *kr, int stopped) argument
[all...]

Completed in 368 milliseconds

1234567