| /freebsd/contrib/bmake/unit-tests/ |
| H A D | deptgt-end-fail.exp | 16 make: stopped making "all" in unit-tests 28 make: stopped making "all" in unit-tests 39 make: stopped making "all" in unit-tests 49 make: stopped making "all" in unit-tests 59 make: stopped making "all" in unit-tests 69 make: stopped making "all" in unit-tests 79 make: stopped making "all" in unit-tests 89 make: stopped making "all" in unit-tests 99 make: stopped making "all" in unit-tests 109 make: stopped making "all" in unit-tests [all …]
|
| H A D | deptgt-delete_on_error.exp | 18 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 26 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 31 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 35 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 39 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 43 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d… 47 make: stopped making "deptgt-delete_on_error-regular deptgt-delete_on_error-regular-delete deptgt-d…
|
| H A D | opt-debug-errors-jobs.exp | 10 make: stopped making "all" in unit-tests 20 make: stopped making "all" in unit-tests 34 make: stopped making "all" in unit-tests 44 make: stopped making "all" in unit-tests 54 make: stopped making "all" in unit-tests 63 make: stopped making "all" in unit-tests
|
| H A D | jobs-error-nested.exp | 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests 11 make: stopped making "all" in unit-tests 14 make: stopped making "all" in unit-tests
|
| H A D | opt-keep-going-indirect.exp | 6 make: stopped making "direct" in unit-tests 13 make: stopped making "direct" in unit-tests 22 make: stopped making "indirect" in unit-tests 29 make: stopped making "indirect" in unit-tests
|
| H A D | jobs-error-nested-make.exp | 5 make: stopped making "nested" in unit-tests 8 make: stopped making "nested" in unit-tests 10 make: stopped making "all" in unit-tests
|
| H A D | cmd-errors-jobs.exp | 49 make: stopped making "begin-direct" in unit-tests 58 make: stopped making "begin-indirect" in unit-tests 67 make: stopped making "end-direct" in unit-tests 76 make: stopped making "end-indirect" in unit-tests
|
| H A D | varname-make_stack_trace.exp | 9 make: stopped making "disabled-compat" in unit-tests 17 make: stopped making "disabled-parallel" in unit-tests 29 make: stopped making "enabled-compat" in unit-tests 39 make: stopped making "enabled-parallel" in unit-tests
|
| H A D | jobs-error-indirect.exp | 4 make: stopped making "all" in unit-tests 7 make: stopped making "all" in unit-tests
|
| H A D | archive.exp | 24 make: stopped making "list-archive-undef-archive" in unit-tests 30 make: stopped making "list-archive-undef-member" in unit-tests
|
| H A D | directive-error.exp | 3 make: stopped in unit-tests
|
| H A D | posix.exp | 3 make: stopped in unit-tests
|
| H A D | dep-none.exp | 3 make: stopped in unit-tests
|
| H A D | deptgt-begin-fail.exp | 5 make: stopped making "all" in unit-tests
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/ |
| H A D | tst.stop2.d | 44 stopped = 0; 48 /pid == $1 && stopped == 1/ 55 /pid == $1 && stopped == 0/ 59 stopped = 1; 67 /timestamp > timeout && stopped == 1/
|
| H A D | tst.stop1.d | 44 stopped = 0; 48 /pid == $1 && stopped == 1/ 55 /pid == $1 && stopped == 0/ 59 stopped = 1; 67 /timestamp > timeout && stopped == 1/
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/ |
| H A D | mac.c | 11 bool stopped = false; in mt76x2_mac_stop() local 32 stopped = true; in mt76x2_mac_stop() 36 if (force && !stopped) { in mt76x2_mac_stop()
|
| H A D | usb_mac.c | 98 bool stopped = false; in mt76x2u_mac_stop() local 136 stopped = true; in mt76x2u_mac_stop() 142 if (!stopped) { in mt76x2u_mac_stop()
|
| /freebsd/crypto/openssl/ssl/ |
| H A D | ssl_init.c | 20 static int stopped; variable 50 if (stopped) { in OPENSSL_init_ssl()
|
| /freebsd/sys/dev/sound/ |
| H A D | dummy.c | 71 bool stopped; member 104 if (sc->stopped) in dummy_chan_io() 123 if (!sc->stopped) in dummy_chan_io() 210 if (sc->stopped) { in dummy_chan_trigger() 411 sc->stopped = true; in dummy_detach()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | init.c | 39 static int stopped = 0; variable 388 if (stopped) in OPENSSL_cleanup() 390 stopped = 1; in OPENSSL_cleanup() 502 if (stopped) { in OPENSSL_init_crypto()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | low_latency.c | 279 if (mld->low_latency.stopped) in iwl_mld_low_latency_update_counters() 304 mld->low_latency.stopped = true; in iwl_mld_low_latency_stop() 318 mld->low_latency.stopped = false; in iwl_mld_low_latency_restart()
|
| /freebsd/sys/contrib/dev/mediatek/mt76/ |
| H A D | agg-rx.c | 141 if (!tid->stopped) { in mt76_rx_aggr_check_ctl() 185 if (tid->stopped) in mt76_rx_aggr_reorder() 275 tid->stopped = true; in mt76_rx_aggr_shutdown()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_kern.h | 1264 int busy = 1, stopped; in nm_kr_tryget() local 1269 stopped = kr->nkr_stopped; in nm_kr_tryget() 1270 if (unlikely(stopped)) { in nm_kr_tryget() 1278 stopped = kr->nkr_stopped; in nm_kr_tryget() 1279 if (unlikely(stopped)) { in nm_kr_tryget() 1284 stopped = NM_KR_STOPPED; in nm_kr_tryget() 1293 if (stopped == NM_KR_STOPPED) { in nm_kr_tryget() 1309 return stopped; in nm_kr_tryget() 1315 static __inline void nm_kr_stop(struct netmap_kring *kr, int stopped) in nm_kr_stop() argument 1317 kr->nkr_stopped = stopped; in nm_kr_stop() [all …]
|
| /freebsd/sys/dev/gve/ |
| H A D | gve_tx.c | 252 atomic_store_bool(&tx->stopped, false); in gve_start_tx_ring() 462 if (atomic_load_bool(&tx->stopped) && space_freed) { in gve_tx_cleanup_tq() 463 atomic_store_bool(&tx->stopped, false); in gve_tx_cleanup_tq() 800 atomic_store_bool(&tx->stopped, true); in gve_xmit_retry_enobuf_mbuf() 821 atomic_store_bool(&tx->stopped, false); in gve_xmit_retry_enobuf_mbuf() 919 if (!atomic_load_bool(&tx->stopped)) in gve_xmit_ifp() 935 } else if (!atomic_load_bool(&tx->stopped)) in gve_xmit_ifp()
|