Home
last modified time | relevance | path

Searched refs:stopped (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-end-fail.exp16 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 Ddeptgt-delete_on_error.exp18 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 Dopt-debug-errors-jobs.exp10 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 Djobs-error-nested.exp5 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 Dopt-keep-going-indirect.exp6 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 Djobs-error-nested-make.exp5 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 Dcmd-errors-jobs.exp37 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 Djobs-error-indirect.exp4 make: stopped making "all" in unit-tests
7 make: stopped making "all" in unit-tests
H A Dvarname-dot-make-level.exp6 make: stopped in unit-tests
11 make: stopped making "all" in unit-tests
H A Darchive.exp24 make: stopped making "list-archive-undef-archive" in unit-tests
30 make: stopped making "list-archive-undef-member" in unit-tests
H A Ddirective-error.exp3 make: stopped in unit-tests
H A Ddep-none.exp3 make: stopped in unit-tests
H A Ddeptgt-begin-fail.exp5 make: stopped making "all" in unit-tests
H A Ddeptgt-begin-fail-indirect.exp5 make: stopped making "all" in unit-tests
H A Ddeptgt-end-fail-indirect.exp6 make: stopped making "all" in unit-tests
H A Dcond-func-empty.exp3 make: stopped in unit-tests
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stop/
H A Dtst.stop2.d44 stopped = 0;
48 /pid == $1 && stopped == 1/
55 /pid == $1 && stopped == 0/
59 stopped = 1;
67 /timestamp > timeout && stopped == 1/
H A Dtst.stop1.d44 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 Dssl_init.c20 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 Dmac.c11 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 Dusb_mac.c98 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 Dinit.c37 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 Dagg-rx.c141 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 Dnetmap_kern.h1261 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 Dgve_tx.c248 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()

123456789