Searched refs:blocked (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_sp_req_mgr.c28 sp_req_mgr->blocked = FALSE;
63 sp_req_mgr->blocked = TRUE;
97 if (sp_req_mgr->blocked)
111 sp_req_mgr->blocked = TRUE;
166 ERR_IF( sp_req_mgr->blocked == FALSE ) )
170 DbgBreakIf( (sp_req_mgr->blocked == FALSE) && (sp_req_mgr->posted_req != NULL) );
194 sp_req_mgr->blocked = FALSE;
233 sp_req_mgr->blocked = TRUE;
287 sp_req_mgr->blocked = FALSE;
H A Dlm_sp_req_mgr.h30 u8_t blocked; member in struct:_lm_sp_req_manager_t
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c166 struct blocked struct
168 struct blocked *next;
175 static struct blocked *blist;
184 static struct blocked *block_info(Namval_t *np, struct blocked *pp)
186 register struct blocked *bp;
208 static void block_done(struct blocked *bp)
243 struct blocked block, *bp = block_info(np, &block);
358 struct blocked block, *bp = block_info(np, &block);
523 struct blocked *b
[all...]
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c806 sigset_t blocked; local
830 /* set the new trap enable bits (only if SIGFPE is not blocked) */
831 if (sigprocmask(0, NULL, &blocked) == 0 &&
832 !sigismember(&blocked, SIGFPE)) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_main.c558 * The reply is blocked, save the reply. handle_req()
714 goto blocked;
723 * The reply to client was previously blocked, we will
734 goto blocked;
751 blocked:
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_intr.c218 * on this ino is blocked by not idling the interrupt state machine.
226 boolean_t blocked = B_FALSE; local
245 err_fmt_str = "%s%d: ino 0x%x blocked";
246 blocked = B_TRUE;
262 if (blocked == B_FALSE) /* clear the pending state */
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_scsa.c507 boolean_t blocked; local
527 blocked = pwp->blocked;
557 * If we're blocked (quiesced) just return.
559 if (blocked) {
561 "%s: hba blocked", __func__);
1464 pwp->quiesced = pwp->blocked = 1;
1483 * The pwp->blocked may have been reset. e.g a SCSI bus reset
1485 pwp->blocked = 1;
1524 pwp->blocked
1551 boolean_t run_one, blocked; local
[all...]
H A Dpmcs_subr.c1454 pwp->blocked = 1;
1488 pwp->blocked = 0;
1655 pwp->blocked = 0;
1685 pwp->blocked = 0;
1719 pwp->blocked = 0;
2602 pwp->blocked = 0;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_intr.c68 * on this ino is blocked by not idling the interrupt state machine.
77 boolean_t blocked = B_FALSE; local
96 err_fmt_str = "%s%d: ino 0x%x blocked";
97 blocked = B_TRUE;
113 if (blocked == B_FALSE) {
/illumos-gate/usr/src/uts/common/xen/public/
H A Ddomctl.h88 /* Currently blocked pending an event. */
265 uint8_t blocked; /* blocked waiting for an event? */ member in struct:xen_domctl_getvcpuinfo
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h315 blocked : 1, member in struct:pmcs_hw
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.s387 ! previously blocked is being set up to run again in resume(), but
563 ! blocked.
655 ! blocked.
742 ! then the interrupt was never blocked and the return is fairly
801 ! there. This means the interrupt must have blocked.
1950 ! Determine highest interrupt level active. Several could be blocked
1952 ! Normally nothing will be blocked, so test this first.
/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c1032 * The blocked() function checks on the combining class values of previous
1033 * characters in this sequence and return whether it is blocked or not.
1036 blocked(uchar_t *comb_class, size_t last) function
1214 * is a non-Starter and not blocked, then, we try once
1237 if (blocked(comb_class, i + 1))
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3572 boolean_t blocked = B_FALSE; local
3608 blocked = B_TRUE;
3615 blocked = B_TRUE;
3623 blocked = (mac_srs->srs_state & SRS_TX_HIWAT);
3627 return (blocked);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipf_y.y310 block: blocked
311 | blocked blockreturn
314 blocked: label
/illumos-gate/usr/src/lib/libcpc/common/
H A Dlibcpc.c50 * SIGEMT needs to be blocked while holding the lock, to prevent deadlock among
58 static void cpc_unlock(cpc_t *cpc, int blocked);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c342 * inaccessible and resetting the PHY is not blocked, toggle the
376 DEBUGOUT("Required LANPHYPC toggle blocked by ME\n");
409 ERROR_REPORT("Reset blocked by ME\n");
430 ERROR_REPORT("ME blocked access to PHY after reset\n");
2193 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
2203 bool blocked = FALSE; local
2211 blocked = TRUE;
2215 blocked = FALSE;
2216 } while (blocked && (i++ < 30));
2217 return blocked
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c2738 state_str, dip.devi_instance, ss.blocked, ss.configuring,
3044 state_str, dip.devi_instance, ss.blocked, ss.configuring,
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c139 * pm_raise_power(9F)), then the request is blocked and notification is sent
2152 * Look up an entry in the blocked list by dip and component
2601 * Find the entries struct for a given dip in the blocked list, return it locked
2828 * Determine if the power lock owner is blocked by current thread.
2831 * which a thread blocks when it does PM_LOCK_POWER) is blocked by
2946 int blocked, circ, pcirc, old_level; local
2975 if (((blocked = pm_blocked_by_us(dip)) != 0) &&
2996 * while the set power path remains blocked. Keep the
3008 if (blocked) { /* blocked, bu
[all...]

Completed in 140 milliseconds