/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 | 37 make: stopped making "begin-direct" in unit-tests 46 make: stopped making "begin-indirect" in unit-tests 55 make: stopped making "end-direct" in unit-tests 64 make: stopped making "end-indirect" 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 | varname-dot-make-level.exp | 6 make: stopped in unit-tests 11 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 | dep-none.exp | 3 make: stopped in unit-tests
|
H A D | deptgt-begin-fail.exp | 5 make: stopped making "all" in unit-tests
|
H A D | deptgt-begin-fail-indirect.exp | 5 make: stopped making "all" in unit-tests
|
H A D | deptgt-end-fail-indirect.exp | 6 make: stopped making "all" in unit-tests
|
H A D | cond-func-empty.exp | 3 make: stopped 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/crypto/openssl/ssl/ |
H A D | ssl_init.c | 20 static int stopped; variable 73 if (stopped) in ssl_library_stop() 75 stopped = 1; in ssl_library_stop() 95 if (stopped) { in OPENSSL_init_ssl()
|
/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/crypto/ |
H A D | init.c | 37 static int stopped = 0; variable 360 if (stopped) in OPENSSL_cleanup() 362 stopped = 1; in OPENSSL_cleanup() 470 if (stopped) { in OPENSSL_init_crypto()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | agg-rx.c | 141 if (!tid->stopped) { in mt76_rx_aggr_check_ctl() 183 if (tid->stopped) in mt76_rx_aggr_reorder() 273 tid->stopped = true; in mt76_rx_aggr_shutdown()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_kern.h | 1261 int busy = 1, stopped; in nm_kr_tryget() local 1266 stopped = kr->nkr_stopped; in nm_kr_tryget() 1267 if (unlikely(stopped)) { in nm_kr_tryget() 1275 stopped = kr->nkr_stopped; in nm_kr_tryget() 1276 if (unlikely(stopped)) { in nm_kr_tryget() 1281 stopped = NM_KR_STOPPED; in nm_kr_tryget() 1290 if (stopped == NM_KR_STOPPED) { in nm_kr_tryget() 1306 return stopped; in nm_kr_tryget() 1312 static __inline void nm_kr_stop(struct netmap_kring *kr, int stopped) in nm_kr_stop() argument 1314 kr->nkr_stopped = stopped; in nm_kr_stop() [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 248 atomic_store_bool(&tx->stopped, false); in gve_start_tx_ring() 431 if (atomic_load_bool(&tx->stopped) && space_freed) { in gve_tx_cleanup_tq() 432 atomic_store_bool(&tx->stopped, false); in gve_tx_cleanup_tq() 767 atomic_store_bool(&tx->stopped, true); in gve_xmit_retry_enobuf_mbuf() 788 atomic_store_bool(&tx->stopped, false); in gve_xmit_retry_enobuf_mbuf() 886 if (!atomic_load_bool(&tx->stopped)) in gve_xmit_ifp() 902 } else if (!atomic_load_bool(&tx->stopped)) in gve_xmit_ifp()
|