HomeSort by: relevance | last modified time | path
    Searched refs:blocked (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sigchld.exp 31 gdb_test "b [gdb_get_line_number "good, not blocked"]" \
34 gdb_test "b [gdb_get_line_number "bad, blocked"]" \
37 gdb_test "continue" ".*good, not blocked.*" "SIGCHLD blocked in inferior"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sigchld.exp 32 gdb_test "b [gdb_get_line_number "good, not blocked"]" \
35 gdb_test "b [gdb_get_line_number "bad, blocked"]" \
38 gdb_test "continue" ".*good, not blocked.*" "SIGCHLD blocked in inferior"
  /src/external/bsd/blocklist/bin/
blocklistctl.c 91 int all, blocked, remain, wide, noheader; local
94 noheader = wide = blocked = all = remain = 0;
107 blocked = 0;
110 blocked = 1;
144 if (blocked) {
  /src/external/bsd/wpa/dist/src/drivers/
rfkill.c 50 int blocked; member in struct:rfkill_data
83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
93 if (new_blocked != rfkill->blocked) {
94 rfkill->blocked = new_blocked;
176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked");
177 rfkill->blocked = 1;
179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked");
180 rfkill->blocked = 1;
223 return rfkill->blocked;
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/async/
async_local.h 36 unsigned int blocked; member in struct:async_ctx_st
async.c 48 nctx->blocked = 0;
296 || ctx->blocked) {
465 ctx->blocked++;
482 if (ctx->blocked > 0)
483 ctx->blocked--;
  /src/crypto/external/bsd/openssl/dist/crypto/async/
async_local.h 36 unsigned int blocked; member in struct:async_ctx_st
async.c 50 nctx->blocked = 0;
298 || ctx->blocked) {
468 ctx->blocked++;
485 if (ctx->blocked > 0)
486 ctx->blocked--;
  /src/crypto/external/bsd/openssl.old/dist/crypto/async/
async_local.h 36 unsigned int blocked; member in struct:async_ctx_st
async.c 48 nctx->blocked = 0;
262 || ctx->blocked) {
432 ctx->blocked++;
449 if (ctx->blocked > 0)
450 ctx->blocked--;
  /src/external/apache2/llvm/dist/llvm/utils/release/
merge-request.sh 158 check_duplicates=`$BUGZILLA_CMD query --blocked=$release_metabug --field="cf_fixed_by_commits=$rev_string"`
194 -c "$bugzilla_component" --blocked=$release_metabug \
  /src/external/gpl3/gdb.old/dist/sim/cris/
sim-main.h 70 char blocked;
126 for every time a blocked thread (internally, when threading) polls
69 char blocked; member in struct:cris_thread_info::__anon22058
traps.c 1109 /* See if there's really a pending, non-blocked handler. We don't
1113 && !cris_cpu->thread_data[next].sigdata[sig].blocked)
1118 USI blocked; local
1143 /* First, we store the currently blocked signals. */
1144 blocked = 0;
1146 blocked
1147 |= cris_cpu->thread_data[next].sigdata[i + 1].blocked << i;
1148 sim_core_write_aligned_4 (current_cpu, pc, 0, sp, blocked);
1149 blocked = 0;
1151 blocked
    [all...]
  /src/external/gpl3/gdb/dist/sim/cris/
sim-main.h 70 char blocked;
126 for every time a blocked thread (internally, when threading) polls
69 char blocked; member in struct:cris_thread_info::__anon1543
traps.c 1109 /* See if there's really a pending, non-blocked handler. We don't
1113 && !cris_cpu->thread_data[next].sigdata[sig].blocked)
1118 USI blocked; local
1143 /* First, we store the currently blocked signals. */
1144 blocked = 0;
1146 blocked
1147 |= cris_cpu->thread_data[next].sigdata[i + 1].blocked << i;
1148 sim_core_write_aligned_4 (current_cpu, pc, 0, sp, blocked);
1149 blocked = 0;
1151 blocked
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 87 atomic_bool blocked; member in struct:isc_appctx
136 atomic_init(&ctx->blocked, false);
166 * blocked by default, ensuring that only the thread that calls
274 * wait for signals. Signals are blocked, so any such signal will
358 atomic_load_acquire(&ctx->blocked))
485 REQUIRE(atomic_compare_exchange_strong_acq_rel(&isc_g_appctx.blocked,
503 REQUIRE(atomic_compare_exchange_strong_acq_rel(&isc_g_appctx.blocked,
  /src/usr.sbin/sysinst/
partman.c 89 int blocked; member in struct:raid_desc
101 int blocked; member in struct:vnd_desc
117 int blocked; member in struct:cgd_desc
150 int blocked; member in struct:lv_t
167 int blocked; member in struct:lvms_t
682 .blocked = 0,
698 if (dev_ptr->blocked)
918 raids[i].blocked = 1;
1126 .blocked = 0,
1144 if (dev_ptr->blocked)
    [all...]
msg.pm.en 45 Device is blocked. Editing it may cause problems.
55 message pmblocked {BLOCKED}
  /src/external/mpl/bind/dist/bin/tests/system/rpz/ns3/
named.conf.j2 57 zone "evil-cname" policy cname a12.tld2. ede blocked;
58 zone "wild-cname" ede blocked;
named1.conf.j2 57 zone "evil-cname" policy cname a12.tld2. ede blocked;
58 zone "wild-cname" ede blocked;
  /src/external/gpl2/diffutils/dist/src/
sdiff.c 636 sigset_t blocked;
644 sigemptyset (&blocked);
645 sigaddset (&blocked, SIGINT);
646 sigaddset (&blocked, SIGPIPE);
647 sigprocmask (SIG_BLOCK, &blocked, &procmask);
1218 sigset_t blocked;
1220 sigemptyset (&blocked);
1221 sigaddset (&blocked, SIGINT);
1222 sigprocmask (SIG_BLOCK, &blocked, &procmask);
634 sigset_t blocked; local
1213 sigset_t blocked; local
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 786 /* Unblock a block U from BLOCKED. Apart from that, iterate all blocks
787 blocked by U in BLOCK_LISTS. */
790 unblock (const block_info *u, block_vector_t &blocked,
793 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u);
794 if (it == blocked.end ())
797 unsigned index = it - blocked.begin ();
798 blocked.erase (it);
806 unblock (*it, blocked, block_lists);
821 BLOCKED is vector of blocked vertices, BLOCK_LISTS contains vertice
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 742 /* Unblock a block U from BLOCKED. Apart from that, iterate all blocks
743 blocked by U in BLOCK_LISTS. */
746 unblock (const block_info *u, block_vector_t &blocked,
749 block_vector_t::iterator it = find (blocked.begin (), blocked.end (), u);
750 if (it == blocked.end ())
753 unsigned index = it - blocked.begin ();
754 blocked.erase (it);
762 unblock (*it, blocked, block_lists);
777 BLOCKED is vector of blocked vertices, BLOCK_LISTS contains vertice
    [all...]
  /src/sys/dev/ic/
isp_netbsd.c 588 (isp->isp_osinfo.blocked || isp->isp_osinfo.paused);
589 isp->isp_osinfo.blocked = isp->isp_osinfo.paused = 0;
609 if (isp->isp_osinfo.blocked) {
611 "I/O while blocked with retries %d", xs->xs_retries);
680 if (isp->isp_osinfo.blocked == 0) {
681 isp->isp_osinfo.blocked = 1;
1096 isp->isp_osinfo.blocked = 1;
1126 if (isp->isp_osinfo.blocked) {
1127 isp->isp_osinfo.blocked = 0;
1250 isp->isp_osinfo.blocked == 0 &
    [all...]
  /src/sys/kern/
vfs_cache.c 1183 struct vnode *dvp, *blocked; local
1188 blocked = NULL;
1202 blocked = NULL;
1224 if (blocked == dvp) {
1228 blocked = dvp;

Completed in 35 milliseconds

1 2 3