| /src/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_killable.h | 47 sigset_t blocked, oldset; in down_interruptible_killable() local 48 siginitsetinv(&blocked, SHUTDOWN_SIGS); in down_interruptible_killable() 49 sigprocmask(SIG_SETMASK, &blocked, &oldset); in down_interruptible_killable() 61 sigset_t blocked, oldset; in mutex_lock_interruptible_killable() local 62 siginitsetinv(&blocked, SHUTDOWN_SIGS); in mutex_lock_interruptible_killable() 63 sigprocmask(SIG_SETMASK, &blocked, &oldset); in mutex_lock_interruptible_killable()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/failmode/ |
| H A D | failmode.kshlib | 109 typeset -i blocked 111 blocked=1 114 blocked=0 128 log_note "$helper: zilerr=$zilerr blocked=$blocked rc=$rc" 136 log_must test $blocked -eq 1 144 log_must test $blocked -eq 0
|
| H A D | failmode_dmu_tx_continue.ksh | 76 typeset -i blocked 78 blocked=1 81 blocked=0 92 test $blocked -eq 1 && kill -9 $dd_pid 99 log_must test $blocked -eq 0
|
| H A D | failmode_dmu_tx_wait.ksh | 76 typeset -i blocked 78 blocked=1 81 blocked=0 96 log_must test $blocked -eq 1
|
| /src/contrib/blocklist/bin/ |
| H A D | blacklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 107 blocked = 0; in main() 110 blocked = 1; in main() 144 if (blocked) { in main()
|
| H A D | blocklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 107 blocked = 0; in main() 110 blocked = 1; in main() 144 if (blocked) { in main()
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/syncfs/ |
| H A D | syncfs_suspend.ksh | 83 typeset -i blocked 86 blocked=1 89 blocked=0 113 log_must test $blocked -eq 1 -o $rc -ne 0
|
| /src/contrib/wpa/src/drivers/ |
| H A D | rfkill.c | 50 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()
|
| /src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 201 sigset_t blocked, saved; in __cv_wait_idle() local 203 sigfillset(&blocked); in __cv_wait_idle() 204 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_wait_idle() 303 sigset_t blocked, saved; in __cv_timedwait_idle() local 306 sigfillset(&blocked); in __cv_timedwait_idle() 307 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_timedwait_idle() 416 sigset_t blocked, saved; in cv_timedwait_idle_hires() local 419 sigfillset(&blocked); in cv_timedwait_idle_hires() 420 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in cv_timedwait_idle_hires()
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | flowring.c | 195 bool blocked) in brcmf_flowring_block() argument 209 if (ring->blocked == blocked) { in brcmf_flowring_block() 221 if (ring->blocked) { in brcmf_flowring_block() 228 flow->rings[flowid]->blocked = blocked; in brcmf_flowring_block() 237 brcmf_txflowblock_if(ifp, BRCMF_NETIF_STOP_REASON_FLOW, blocked); in brcmf_flowring_block() 284 if (!ring->blocked && in brcmf_flowring_enqueue() 312 if (ring->blocked && in brcmf_flowring_dequeue()
|
| H A D | flowring.h | 28 bool blocked; member
|
| /src/sys/contrib/dev/mediatek/mt76/ |
| H A D | tx.c | 453 return q->stopped || q->blocked || in mt76_txq_stopped() 818 void __mt76_set_tx_blocked(struct mt76_dev *dev, bool blocked) in __mt76_set_tx_blocked() argument 823 if (blocked == q->blocked) in __mt76_set_tx_blocked() 826 q->blocked = blocked; in __mt76_set_tx_blocked() 831 q->blocked = blocked; in __mt76_set_tx_blocked() 836 q->blocked = blocked; in __mt76_set_tx_blocked() 839 if (!blocked) in __mt76_set_tx_blocked() 909 dev->phy.q_tx[0]->blocked) in mt76_token_release()
|
| /src/crypto/openssl/crypto/async/ |
| H A D | async.c | 48 nctx->blocked = 0; in async_ctx_new() 296 || ctx->blocked) { in ASYNC_pause_job() 465 ctx->blocked++; in ASYNC_block_pause() 482 if (ctx->blocked > 0) in ASYNC_unblock_pause() 483 ctx->blocked--; in ASYNC_unblock_pause()
|
| H A D | async_local.h | 36 unsigned int blocked; member
|
| /src/usr.sbin/bsnmpd/modules/snmp_pf/ |
| H A D | BEGEMOT-PF-MIB.txt | 670 "The number of IPv4 bytes blocked coming in on this interface." 686 "The number of IPv4 bytes blocked going out on this interface." 702 "The number of IPv4 packets blocked coming in on this interface." 718 "The number of IPv4 packets blocked going out on this interface." 734 "The number of IPv6 bytes blocked coming in on this interface." 750 "The number of IPv6 bytes blocked going out on this interface." 767 "The number of IPv6 packets blocked coming in on this interface." 783 "The number of IPv6 packets blocked going out on this interface." 921 "The number of bytes blocked coming in matching the table." 947 "The number of bytes blocked going out matching the table." [all …]
|
| /src/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | mac80211_if.c | 424 bool blocked; in brcms_ops_start() local 435 blocked = brcms_rfkill_set_hw_state(wl); in brcms_ops_start() 437 if (!blocked) in brcms_ops_start() 445 if (!blocked) in brcms_ops_start() 887 bool blocked; in brcms_ops_rfkill_poll() local 890 blocked = brcms_c_check_radio_disabled(wl->wlc); in brcms_ops_rfkill_poll() 893 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_ops_rfkill_poll() 1730 bool blocked = brcms_c_check_radio_disabled(wl->wlc); in brcms_rfkill_set_hw_state() local 1733 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_rfkill_set_hw_state() 1734 if (blocked) in brcms_rfkill_set_hw_state() [all …]
|
| /src/sys/dev/sfxge/ |
| H A D | sfxge_tx.c | 249 if (txq->blocked) { in sfxge_tx_qcomplete() 342 KASSERT(!txq->blocked, ("txq->blocked")); in sfxge_tx_qlist_post() 380 txq->blocked = 1; in sfxge_tx_qlist_post() 391 txq->blocked = 0; in sfxge_tx_qlist_post() 411 KASSERT(!txq->blocked, ("txq->blocked")); in sfxge_tx_queue_mbuf() 580 if (txq->blocked) in sfxge_tx_qdpl_drain() 607 KASSERT(txq->blocked || stdp->std_get_count == 0, in sfxge_tx_qdpl_drain() 627 if (!txq->blocked) in sfxge_tx_qdpl_service() 1446 if (txq->blocked) { in sfxge_tx_qunblock() 1453 txq->blocked = 0; in sfxge_tx_qunblock() [all …]
|
| H A D | sfxge_tx.h | 196 int blocked __aligned(CACHE_LINE_SIZE);
|
| /src/sys/netinet6/ |
| H A D | raw_ip6.c | 274 int blocked; in rip6_input() local 276 blocked = MCAST_PASS; in rip6_input() 285 blocked = im6o_mc_filter(inp->in6p_moptions, in rip6_input() 290 if (blocked != MCAST_PASS) { in rip6_input()
|
| H A D | udp6_usrreq.c | 292 int blocked; in udp6_multi_input() local 299 blocked = im6o_mc_filter(imo, m->m_pkthdr.rcvif, in udp6_multi_input() 302 if (blocked != MCAST_PASS) { in udp6_multi_input() 303 if (blocked == MCAST_NOTGMEMBER) in udp6_multi_input() 305 if (blocked == MCAST_NOTSMEMBER || in udp6_multi_input() 306 blocked == MCAST_MUTED) in udp6_multi_input()
|
| /src/sbin/init/ |
| H A D | init.c | 1872 int block, blocked; in death() local 1876 len = sizeof(blocked); in death() 1878 if (sysctlbyname("kern.suspend_blocked", &blocked, &len, in death() 1880 blocked = 0; in death() 1894 if (!blocked) in death() 1896 &blocked, sizeof(blocked)); in death()
|
| /src/tools/test/stress2/misc/ |
| H A D | spin.sh | 111 /* open(2) blocked on "ufs" for minutes */
|
| H A D | umtx_suspend.sh | 84 // This thread should be blocked in pthread_suspend_np(3).
|
| /src/sys/dev/cyapa/ |
| H A D | cyapa.c | 202 int blocked; member 336 if (sc->blocked || sc->isselect) { in cyapa_notify() 337 if (sc->blocked) { in cyapa_notify() 338 sc->blocked = 0; in cyapa_notify() 339 wakeup(&sc->blocked); in cyapa_notify() 829 sc->blocked = 1; in cyaparead() 830 error = mtx_sleep(&sc->blocked, &sc->mutex, PCATCH, "cyablk", 0); in cyaparead()
|
| /src/sys/netinet/ |
| H A D | raw_ip.c | 383 int blocked; in rip_input() local 385 blocked = MCAST_PASS; in rip_input() 394 blocked = imo_multi_filter(inp->inp_moptions, in rip_input() 400 if (blocked != MCAST_PASS) { in rip_input()
|