Home
last modified time | relevance | path

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

1234567

/netbsd-src/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-src/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-src/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-src/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-src/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()
698 if (dev_ptr->blocked) in pm_raid_check()
918 raids[i].blocked = 1; in pm_raid_commit()
1126 .blocked = 0, in pm_vnd_init()
1144 if (dev_ptr->blocked) in pm_vnd_check()
[all …]
/netbsd-src/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-src/external/mpl/bind/dist/lib/isc/
H A Dapp.c
/netbsd-src/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()
H A Dasync_local.h36 unsigned int blocked; member
/netbsd-src/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-src/external/mpl/dhcp/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-src/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()
H A Dasync_local.h36 unsigned int blocked; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c711 unblock (const block_info *u, block_vector_t &blocked, in unblock() argument
714 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u); in unblock()
715 if (it == blocked.end ()) in unblock()
718 unsigned index = it - blocked.begin (); in unblock()
719 blocked.erase (it); in unblock()
727 unblock (*it, blocked, block_lists); in unblock()
748 block_vector_t &blocked, vector<block_vector_t> &block_lists, in circuit() argument
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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc746 unblock (const block_info *u, block_vector_t &blocked, in unblock() argument
749 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u); in unblock()
750 if (it == blocked.end ()) in unblock()
753 unsigned index = it - blocked.begin (); in unblock()
754 blocked.erase (it); in unblock()
762 unblock (*it, blocked, block_lists); in unblock()
783 block_vector_t &blocked, vector<block_vector_t> &block_lists, in circuit() argument
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()
[all …]
/netbsd-src/sys/dev/ic/
H A Disp_netbsd.c588 (isp->isp_osinfo.blocked || isp->isp_osinfo.paused); in ispcmd()
589 isp->isp_osinfo.blocked = isp->isp_osinfo.paused = 0; in ispcmd()
609 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()
[all …]
/netbsd-src/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-src/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
H A Dlocal_nodefault.rpl47 ; not blocked!
/netbsd-src/external/bsd/nsd/dist/
H A Doptions.c252 if(acl->nokey || acl->blocked) in parse_options_file()
261 if(acl->nokey || acl->blocked) in parse_options_file()
278 if(acl->nokey || acl->blocked) in parse_options_file()
287 if(acl->nokey || acl->blocked) in parse_options_file()
296 if(acl->nokey || acl->blocked) in parse_options_file()
834 if(!booleq(p->blocked, q->blocked)) return 0; in acl_equal()
1695 (acl->blocked?"BLOCKED":acl->key_name))); in acl_check_incoming_block_proxy()
1696 if(acl_addr_matches_proxy(acl, q) && acl->blocked) { in acl_check_incoming_block_proxy()
1726 (acl->blocked?"BLOCKED":acl->key_name))); in acl_check_incoming()
1733 if(acl->blocked) { in acl_check_incoming()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dpthread_rwlock_rdlock.m417 dnl the requesting reader thread gets blocked, so that at some point the
74 it can tell whether the second reader thread is blocked at step 12. */
79 blocked at step 12. This is the desired behaviour. */
/netbsd-src/sys/kern/
H A Dvfs_cache.c1183 struct vnode *dvp, *blocked; in cache_purge_parents()
1188 blocked = NULL; in cache_purge_parents()
1202 blocked = NULL; in cache_purge_parents()
1224 if (blocked == dvp) { in cache_purge_parents()
1228 blocked = dvp;
1178 struct vnode *dvp, *blocked; cache_purge_parents() local

1234567