Home
last modified time | relevance | path

Searched refs:blocked (Results 1 – 25 of 187) sorted by relevance

12345678

/netbsd/external/bsd/ntp/dist/lib/isc/win32/
H A Dapp.c58 static isc_boolean_t blocked = ISC_FALSE; variable
196 if (want_shutdown && blocked) in isc__app_run()
250 REQUIRE(!blocked); in isc__app_block()
252 blocked = ISC_TRUE; in isc__app_block()
259 REQUIRE(blocked); in isc__app_unblock()
260 blocked = ISC_FALSE; in isc__app_unblock()
/netbsd/external/bsd/blocklist/bin/
H A Dblocklistctl.c88 int all, blocked, remain, wide, noheader; in main() local
91 noheader = wide = blocked = all = remain = 0; in main()
104 blocked = 0; in main()
107 blocked = 1; in main()
141 if (blocked) { in main()
/netbsd/external/bsd/wpa/dist/src/drivers/
H A Drfkill.c50 int blocked; member
93 if (new_blocked != rfkill->blocked) { in rfkill_receive()
94 rfkill->blocked = new_blocked; in rfkill_receive()
177 rfkill->blocked = 1; in rfkill_init()
180 rfkill->blocked = 1; in rfkill_init()
223 return rfkill->blocked; in rfkill_is_blocked()
/netbsd/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dlockbydist_example.txt26 In the above output, oracle can be seen to have blocked 10 times from
28 the kernel, has blocked several times also. metadata-manager only
29 blocked once, which was at least 262 microseconds.
107 The length of time threads were blocked, and the number of such blocks
H A Dlockbyproc_example.txt37 many threads were blocked at the same time, eg, it could have been 19 threads
38 blocked during the same 1 ms.
/netbsd/external/cddl/dtracetoolkit/dist/Examples/
H A Dlockbydist_example.txt26 In the above output, oracle can be seen to have blocked 10 times from
28 the kernel, has blocked several times also. metadata-manager only
29 blocked once, which was at least 262 microseconds.
107 The length of time threads were blocked, and the number of such blocks
H A Dlockbyproc_example.txt37 many threads were blocked at the same time, eg, it could have been 19 threads
38 blocked during the same 1 ms.
/netbsd/usr.sbin/sysinst/
H A Dpartman.c89 int blocked; member
101 int blocked; member
117 int blocked; member
150 int blocked; member
167 int blocked; member
682 .blocked = 0, in pm_raid_init()
1124 .blocked = 0, in pm_vnd_init()
1370 .blocked = 0, in pm_cgd_init()
1748 .blocked = 0, in pm_lvm_init()
1956 .blocked = 0, in pm_lvmlv_init()
[all …]
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_exp.ref33 …m foo[127.0.0.2]: 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.p…
34 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.porcupine.org; DNS b…
45 …m foo[127.0.0.2]: 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.p…
46 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.porcupine.org; DNS b…
52 …m foo[127.0.0.2]: 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.p…
53 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.porcupine.org; DNS b…
H A Dsmtpd_dns_filter.ref134 …lhost[127.0.0.2]: 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.p…
135 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.porcupine.org; DNS b…
153 …lhost[127.0.0.2]: 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.p…
154 554 5.7.1 Service unavailable; Client host [127.0.0.2] blocked using dnsbltest.porcupine.org
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dsigchld.exp34 gdb_test "b [gdb_get_line_number "good, not blocked"]" \
37 gdb_test "b [gdb_get_line_number "bad, blocked"]" \
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dsigchld.exp34 gdb_test "b [gdb_get_line_number "good, not blocked"]" \
37 gdb_test "b [gdb_get_line_number "bad, blocked"]" \
/netbsd/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dasync.c48 nctx->blocked = 0; in async_ctx_new()
262 || ctx->blocked) { in ASYNC_pause_job()
432 ctx->blocked++; in ASYNC_block_pause()
449 if (ctx->blocked > 0) in ASYNC_unblock_pause()
450 ctx->blocked--; in ASYNC_unblock_pause()
/netbsd/external/gpl2/diffutils/dist/src/
H A Dsdiff.c634 sigset_t blocked; in main() local
642 sigemptyset (&blocked); in main()
643 sigaddset (&blocked, SIGINT); in main()
644 sigaddset (&blocked, SIGPIPE); in main()
645 sigprocmask (SIG_BLOCK, &blocked, &procmask); in main()
1213 sigset_t blocked; in temporary_file() local
1215 sigemptyset (&blocked); in temporary_file()
1216 sigaddset (&blocked, SIGINT); in temporary_file()
1217 sigprocmask (SIG_BLOCK, &blocked, &procmask); in temporary_file()
/netbsd/external/mpl/bind/dist/lib/isc/
H A Dapp.c87 atomic_bool blocked; member
136 atomic_init(&ctx->blocked, false); in isc_app_ctxstart()
358 atomic_load_acquire(&ctx->blocked)) in isc_app_ctxrun()
485 REQUIRE(atomic_compare_exchange_strong_acq_rel(&isc_g_appctx.blocked, in isc_app_block()
503 REQUIRE(atomic_compare_exchange_strong_acq_rel(&isc_g_appctx.blocked, in isc_app_unblock()
/netbsd/crypto/external/bsd/openssl/dist/crypto/async/
H A Dasync.c50 nctx->blocked = 0; in async_ctx_new()
298 || ctx->blocked) { in ASYNC_pause_job()
468 ctx->blocked++; in ASYNC_block_pause()
485 if (ctx->blocked > 0) in ASYNC_unblock_pause()
486 ctx->blocked--; in ASYNC_unblock_pause()
/netbsd/external/gpl3/gdb/dist/sim/cris/
H A Dtraps.c1144 USI blocked; in schedule() local
1171 blocked = 0; in schedule()
1173 blocked in schedule()
1176 blocked = 0; in schedule()
1178 blocked in schedule()
1211 current_cpu->thread_data[next].sigdata[sig].blocked = 1; in schedule()
2464 .sigdata[i + 1].blocked) in cris_break_13_handler()
2468 .sigdata[i + 33].blocked) in cris_break_13_handler()
2516 current_cpu->thread_data[threadno].sigdata[i].blocked in cris_break_13_handler()
2597 .sigdata[i + 1].blocked; in cris_break_13_handler()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgcov.c714 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u); in unblock()
715 if (it == blocked.end ()) in unblock()
719 blocked.erase (it); in unblock()
727 unblock (*it, blocked, block_lists); in unblock()
754 gcc_assert (find (blocked.begin (), blocked.end (), v) == blocked.end ()); in circuit()
755 blocked.push_back (v); in circuit()
774 && find (blocked.begin (), blocked.end (), w) == blocked.end ()) in circuit()
782 unblock (v, blocked, block_lists); in circuit()
793 = find (blocked.begin (), blocked.end (), w) - blocked.begin (); in circuit()
794 gcc_assert (index < blocked.size ()); in circuit()
[all …]
H A Dgcov.cc749 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u); in unblock()
750 if (it == blocked.end ()) in unblock()
754 blocked.erase (it); in unblock()
762 unblock (*it, blocked, block_lists); in unblock()
789 gcc_assert (find (blocked.begin (), blocked.end (), v) == blocked.end ()); in circuit()
790 blocked.push_back (v); in circuit()
809 && find (blocked.begin (), blocked.end (), w) == blocked.end ()) in circuit()
817 unblock (v, blocked, block_lists); in circuit()
828 = find (blocked.begin (), blocked.end (), w) - blocked.begin (); in circuit()
829 gcc_assert (index < blocked.size ()); in circuit()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c714 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u); in unblock()
715 if (it == blocked.end ()) in unblock()
719 blocked.erase (it); in unblock()
727 unblock (*it, blocked, block_lists); in unblock()
754 gcc_assert (find (blocked.begin (), blocked.end (), v) == blocked.end ()); in circuit()
755 blocked.push_back (v); in circuit()
774 && find (blocked.begin (), blocked.end (), w) == blocked.end ()) in circuit()
782 unblock (v, blocked, block_lists); in circuit()
793 = find (blocked.begin (), blocked.end (), w) - blocked.begin (); in circuit()
794 gcc_assert (index < blocked.size ()); in circuit()
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/cris/
H A Dtraps.c1144 USI blocked; in schedule() local
1171 blocked = 0; in schedule()
1173 blocked in schedule()
1176 blocked = 0; in schedule()
1178 blocked in schedule()
1211 current_cpu->thread_data[next].sigdata[sig].blocked = 1; in schedule()
2464 .sigdata[i + 1].blocked) in cris_break_13_handler()
2468 .sigdata[i + 33].blocked) in cris_break_13_handler()
2516 current_cpu->thread_data[threadno].sigdata[i].blocked in cris_break_13_handler()
2597 .sigdata[i + 1].blocked; in cris_break_13_handler()
[all …]
/netbsd/external/bsd/ntp/dist/lib/isc/unix/
H A Dapp.c137 isc_boolean_t blocked; member
265 ctx->blocked = ISC_FALSE; in isc__app_ctxstart()
690 if (ctx->want_shutdown && ctx->blocked) in isc__app_ctxrun()
843 REQUIRE(!isc_g_appctx.blocked); in isc__app_block()
845 isc_g_appctx.blocked = ISC_TRUE; in isc__app_block()
862 REQUIRE(isc_g_appctx.blocked); in isc__app_unblock()
864 isc_g_appctx.blocked = ISC_FALSE; in isc__app_unblock()
/netbsd/sys/dev/ic/
H A Disp_netbsd.c609 if (isp->isp_osinfo.blocked) { in ispcmd()
680 if (isp->isp_osinfo.blocked == 0) { in ispcmd()
681 isp->isp_osinfo.blocked = 1; in ispcmd()
1096 isp->isp_osinfo.blocked = 1; in isp_fc_worker()
1126 if (isp->isp_osinfo.blocked) { in isp_fc_worker()
1127 isp->isp_osinfo.blocked = 0; in isp_fc_worker()
1250 isp->isp_osinfo.blocked == 0 && in isp_async()
1252 isp->isp_osinfo.blocked = 1; in isp_async()
1467 if (isp->isp_osinfo.blocked == 0) { in isp_async()
1468 isp->isp_osinfo.blocked = 1; in isp_async()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/release/
H A Dmerge-request.sh158 check_duplicates=`$BUGZILLA_CMD query --blocked=$release_metabug --field="cf_fixed_by_commits=$rev_…
194 -c "$bugzilla_component" --blocked=$release_metabug \
/netbsd/external/bsd/unbound/dist/testdata/
H A Diter_donotq127.rpl12 ; these are 127/8 localhost and should be blocked, causing servfail.
13 ; if not blocked, they cause a lookup, but this file does not specify

12345678