/titanic_51/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_sp_req_mgr.c | 28 sp_req_mgr->blocked = FALSE; in lm_sp_req_manager_init() 63 sp_req_mgr->blocked = TRUE; in lm_sp_req_manager_shutdown() 97 if (sp_req_mgr->blocked) in lm_sp_req_manager_post() 111 sp_req_mgr->blocked = TRUE; in lm_sp_req_manager_post() 166 ERR_IF( sp_req_mgr->blocked == FALSE ) ) in lm_sp_req_manager_complete() 170 DbgBreakIf( (sp_req_mgr->blocked == FALSE) && (sp_req_mgr->posted_req != NULL) ); in lm_sp_req_manager_complete() 194 sp_req_mgr->blocked = FALSE; in lm_sp_req_manager_complete() 233 sp_req_mgr->blocked = TRUE; in lm_sp_req_manager_block() 287 sp_req_mgr->blocked = FALSE; in lm_sp_req_manager_unblock()
|
H A D | lm_sp_req_mgr.h | 30 u8_t blocked; member
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | nvdisc.c | 166 struct blocked struct 168 struct blocked *next; argument 175 static struct blocked *blist; argument 184 static struct blocked *block_info(Namval_t *np, struct blocked *pp) in block_info() 186 register struct blocked *bp; in block_info() 208 static void block_done(struct blocked *bp) in block_done() 243 struct blocked block, *bp = block_info(np, &block); in assign() 358 struct blocked block, *bp = block_info(np, &block); in lookup() 523 struct blocked *bp; in nv_setdisc() 526 if(!(bp=block_info(np,(struct blocked*)0)) || !isblocked(bp,UNASSIGN)) in nv_setdisc()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | nvdisc.c | 175 struct blocked struct 177 struct blocked *next; argument 184 static struct blocked *blist; argument 193 static struct blocked *block_info(Namval_t *np, struct blocked *pp) in block_info() 195 register struct blocked *bp; in block_info() 217 static void block_done(struct blocked *bp) in block_done() 252 struct blocked block, *bp = block_info(np, &block); in assign() 372 struct blocked block, *bp = block_info(np, &block); in lookup() 542 struct blocked *b in nv_setdisc() [all...] |
/titanic_51/usr/src/uts/sun4u/io/pci/ |
H A D | pci_intr.c | 218 * on this ino is blocked by not idling the interrupt state machine. 226 boolean_t blocked = B_FALSE; in pci_spurintr() local 245 err_fmt_str = "%s%d: ino 0x%x blocked"; in pci_spurintr() 246 blocked = B_TRUE; in pci_spurintr() 262 if (blocked == B_FALSE) /* clear the pending state */ in pci_spurintr()
|
/titanic_51/usr/src/cmd/cmd-inet/usr.lib/ilbd/ |
H A D | ilbd_main.c | 558 * The reply is blocked, save the reply. handle_req() in consume_common_struct() 714 goto blocked; in handle_req() 723 * The reply to client was previously blocked, we will in handle_req() 734 goto blocked; in handle_req() 751 blocked: in handle_req()
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_hdlr.c | 806 sigset_t blocked; in __fex_update_te() local 830 /* set the new trap enable bits (only if SIGFPE is not blocked) */ in __fex_update_te() 831 if (sigprocmask(0, NULL, &blocked) == 0 && in __fex_update_te() 832 !sigismember(&blocked, SIGFPE)) { in __fex_update_te()
|
/titanic_51/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 507 boolean_t blocked; in pmcs_scsa_start() local 527 blocked = pwp->blocked; in pmcs_scsa_start() 557 * If we're blocked (quiesced) just return. in pmcs_scsa_start() 559 if (blocked) { in pmcs_scsa_start() 561 "%s: hba blocked", __func__); in pmcs_scsa_start() 1464 pwp->quiesced = pwp->blocked = 1; in pmcs_scsi_quiesce() 1483 * The pwp->blocked may have been reset. e.g a SCSI bus reset in pmcs_scsi_quiesce() 1485 pwp->blocked = 1; in pmcs_scsi_quiesce() 1524 pwp->blocked in pmcs_scsi_unquiesce() 1551 boolean_t run_one, blocked; pmcs_scsa_wq_run_one() local [all...] |
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | signal | 156 "All threads blocked",
|
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | signal | 181 "All threads blocked",
|
/titanic_51/usr/src/uts/sun4/io/px/ |
H A D | px_intr.c | 68 * on this ino is blocked by not idling the interrupt state machine. 77 boolean_t blocked = B_FALSE; in px_spurintr() local 96 err_fmt_str = "%s%d: ino 0x%x blocked"; in px_spurintr() 97 blocked = B_TRUE; in px_spurintr() 113 if (blocked == B_FALSE) { in px_spurintr()
|
/titanic_51/usr/src/uts/common/sys/scsi/adapters/pmcs/ |
H A D | pmcs.h | 315 blocked : 1, member
|
/titanic_51/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 387 ! 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.
|
/titanic_51/usr/src/uts/common/xen/public/ |
H A D | domctl.h | 88 /* Currently blocked pending an event. */ 265 uint8_t blocked; /* blocked waiting for an event? */ member
|
/titanic_51/usr/src/common/unicode/ |
H A D | u8_textprep.c | 1032 * 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) in blocked() function 1214 * is a non-Starter and not blocked, then, we try once in do_composition() 1237 if (blocked(comb_class, i + 1)) in do_composition()
|
/titanic_51/usr/src/cmd/ipf/tools/ |
H A D | ipf_y.y | 310 block: blocked 311 | blocked blockreturn 314 blocked:
|
/titanic_51/usr/src/uts/common/io/mac/ |
H A D | mac_client.c | 3573 boolean_t blocked = B_FALSE; in mac_tx_is_flow_blocked() local 3609 blocked = B_TRUE; in mac_tx_is_flow_blocked() 3616 blocked = B_TRUE; in mac_tx_is_flow_blocked() 3624 blocked = (mac_srs->srs_state & SRS_TX_HIWAT); in mac_tx_is_flow_blocked() 3628 return (blocked); in mac_tx_is_flow_blocked()
|
/titanic_51/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.c | 342 * inaccessible and resetting the PHY is not blocked, toggle the in e1000_init_phy_workarounds_pchlan() 376 DEBUGOUT("Required LANPHYPC toggle blocked by ME\n"); in e1000_init_phy_workarounds_pchlan() 409 ERROR_REPORT("Reset blocked by ME\n"); in e1000_init_phy_workarounds_pchlan() 430 ERROR_REPORT("ME blocked access to PHY after reset\n"); in e1000_init_phy_workarounds_pchlan() 2182 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked 2192 bool blocked = FALSE; in e1000_check_reset_block_ich8lan() local 2200 blocked = TRUE; in e1000_check_reset_block_ich8lan() 2204 blocked = FALSE; in e1000_check_reset_block_ich8lan() 2205 } while (blocked && (i++ < 30)); in e1000_check_reset_block_ich8lan() 2206 return blocked in e1000_check_reset_block_ich8lan() [all...] |
/titanic_51/usr/src/lib/libcpc/common/ |
H A D | libcpc.c | 50 * SIGEMT needs to be blocked while holding the lock, to prevent deadlock among 58 static void cpc_unlock(cpc_t *cpc, int blocked);
|