/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | table.c | 82 free_cause(lt_cause_t *cause, void *user) in free_cause() argument 84 g_assert(cause != NULL && cause->lt_c_name != NULL); in free_cause() 86 free(cause->lt_c_name); in free_cause() 87 free(cause); in free_cause() 125 lt_cause_t *cause; in disable_cause() local 127 cause = (lt_cause_t *)g_hash_table_lookup(cause_table, cause_str); in disable_cause() 129 if (cause != NULL) { in disable_cause() 130 cause->lt_c_flags |= CAUSE_FLAG_DISABLED; in disable_cause() 233 lt_cause_t *cause; in parse_sym_trans() local 310 cause = (lt_cause_t *) in parse_sym_trans() [all …]
|
H A D | latencytop.d | 89 this string cause; variable 193 this->cause = self->lt_stackp > 0 ? 198 @lt_call_count[pid, tid, stack(), this->cause, 200 @lt_call_sum[pid, tid, stack(), this->cause, 202 @lt_call_max[pid, tid, stack(), this->cause, 355 this->cause = self->lt_stackp > 0 ? 360 @lt_call_count[pid, tid, stack(), this->cause, 362 @lt_call_sum[pid, tid, stack(), this->cause, 364 @lt_call_max[pid, tid, stack(), this->cause, 377 this->cause = self->lt_stackp > 0 ? [all …]
|
H A D | latencytop.trans | 34 # pushes the cause and the priority to a thread local stack, and the return 36 # TRANSLATE(entryprobe, returnprobe, cause, priority)
|
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | ulp.c | 76 u32 cause = t1_read_reg_4(ulp->adapter, A_ULP_INT_CAUSE); in t1_ulp_intr_handler() local 78 if (cause & F_HREG_PAR_ERR) in t1_ulp_intr_handler() 81 if (cause & F_EGRS_DATA_PAR_ERR) in t1_ulp_intr_handler() 84 if (cause & F_INGRS_DATA_PAR_ERR) in t1_ulp_intr_handler() 87 if (cause & F_PM_INTR) in t1_ulp_intr_handler() 90 if (cause & F_PM_E2C_SYNC_ERR) in t1_ulp_intr_handler() 93 if (cause & F_PM_C2E_SYNC_ERR) in t1_ulp_intr_handler() 96 if (cause & F_PM_E2C_EMPTY_ERR) in t1_ulp_intr_handler() 99 if (cause & F_PM_C2E_EMPTY_ERR) in t1_ulp_intr_handler() 102 if (G_PM_PAR_ERR(cause)) in t1_ulp_intr_handler() [all …]
|
H A D | ch_subr.c | 207 u32 cause = t1_read_reg_4(adapter, FPGA_GMAC_ADDR_INTERRUPT_CAUSE); in fpga_phy_intr_handler() local 210 if (cause & (1 << p)) { in fpga_phy_intr_handler() 217 t1_write_reg_4(adapter, FPGA_GMAC_ADDR_INTERRUPT_CAUSE, cause); in fpga_phy_intr_handler() 226 u32 cause = t1_read_reg_4(adapter, A_PL_CAUSE); in fpga_slow_intr() local 228 cause &= ~F_PL_INTR_SGE_DATA; in fpga_slow_intr() 229 if (cause & F_PL_INTR_SGE_ERR) in fpga_slow_intr() 232 if (cause & FPGA_PCIX_INTERRUPT_GMAC) in fpga_slow_intr() 235 if (cause & FPGA_PCIX_INTERRUPT_TP) { in fpga_slow_intr() 251 if (cause & FPGA_PCIX_INTERRUPT_MC3) in fpga_slow_intr() 254 if (cause & FPGA_PCIX_INTERRUPT_PCIX) in fpga_slow_intr() [all …]
|
H A D | mc5.c | 565 u32 cause = t1_read_reg_4(adap, A_MC5_INT_CAUSE); in t1_mc5_intr_handler() local 567 if (cause & F_MC5_INT_HIT_OUT_ACTIVE_REGION_ERR) in t1_mc5_intr_handler() 570 if (cause & F_MC5_INT_HIT_IN_ACTIVE_REGION_ERR) in t1_mc5_intr_handler() 573 if (cause & F_MC5_INT_HIT_IN_RT_REGION_ERR) in t1_mc5_intr_handler() 576 if (cause & F_MC5_INT_MISS_ERR) in t1_mc5_intr_handler() 579 if (cause & F_MC5_INT_LIP0_ERR) in t1_mc5_intr_handler() 582 if (cause & F_MC5_INT_LIP_MISS_ERR) in t1_mc5_intr_handler() 585 if ((cause & F_MC5_INT_PARITY_ERR) && mc5->parity_enabled) { in t1_mc5_intr_handler() 590 if (cause & F_MC5_INT_ACTIVE_REGION_FULL) in t1_mc5_intr_handler() 593 if (cause & F_MC5_INT_NFA_SRCH_ERR) in t1_mc5_intr_handler() [all …]
|
H A D | mc3.c | 113 u32 cause; in t1_mc3_intr_handler() local 119 cause = t1_read_reg_4(adapter, cause_reg); in t1_mc3_intr_handler() 121 if (cause & F_MC3_CORR_ERR) { in t1_mc3_intr_handler() 134 if (cause & F_MC3_UNCORR_ERR) { in t1_mc3_intr_handler() 147 if (G_MC3_PARITY_ERR(cause)) { in t1_mc3_intr_handler() 150 G_MC3_PARITY_ERR(cause)); in t1_mc3_intr_handler() 153 if (cause & F_MC3_ADDR_ERR) { in t1_mc3_intr_handler() 158 if (cause & MC3_INTR_FATAL) in t1_mc3_intr_handler() 166 t1_write_reg_4(adapter, A_MC3_INT_ENABLE, cause); in t1_mc3_intr_handler() 170 t1_write_reg_4(adapter, cause_reg, cause); in t1_mc3_intr_handler()
|
H A D | mc4.c | 249 u32 cause = t1_read_reg_4(adapter, A_MC4_INT_CAUSE); in t1_mc4_intr_handler() local 251 if (cause & F_MC4_CORR_ERR) { in t1_mc4_intr_handler() 264 if (cause & F_MC4_UNCORR_ERR) { in t1_mc4_intr_handler() 277 if (cause & F_MC4_ADDR_ERR) { in t1_mc4_intr_handler() 282 if (cause & MC4_INT_FATAL) in t1_mc4_intr_handler() 285 t1_write_reg_4(mc4->adapter, A_MC4_INT_CAUSE, cause); in t1_mc4_intr_handler()
|
H A D | mv88e1xxx.c | 327 u32 cause; in mv88e1xxx_interrupt_handler() local 330 &cause); in mv88e1xxx_interrupt_handler() 331 cause &= INTR_ENABLE_MASK; in mv88e1xxx_interrupt_handler() 332 if (!cause) break; in mv88e1xxx_interrupt_handler() 334 if (cause & MV88E1XXX_INTR_LINK_CHNG) { in mv88e1xxx_interrupt_handler() 348 if (cause & MV88E1XXX_INTR_AUTONEG_DONE) in mv88e1xxx_interrupt_handler()
|
H A D | tp.c | 373 u32 cause; in t1_tp_intr_handler() local 381 cause = t1_read_reg_4(tp->adapter, A_TP_INT_CAUSE); in t1_tp_intr_handler() 382 t1_write_reg_4(tp->adapter, A_TP_INT_CAUSE, cause); in t1_tp_intr_handler()
|
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | NativeException.java | 46 NativeException(String file, int line, Throwable cause) in NativeException() argument 48 super(cause); in NativeException() 60 Throwable cause = getCause(); in getMessage() local 61 if (cause != null) { in getMessage() 62 String message = cause.getMessage(); in getMessage() 65 buf.append(cause.getMessage()); in getMessage()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | revarp.c | 276 char *cause; in rarp_recv() local 285 cause = NULL; in rarp_recv() 288 cause = "short packet"; in rarp_recv() 290 cause = "hardware type not Ethernet"; in rarp_recv() 292 cause = "protocol type not IP"; in rarp_recv() 294 cause = "unexpected hardware address length"; in rarp_recv() 296 cause = "unexpected protocol address length"; in rarp_recv() 297 if (cause != NULL) { in rarp_recv() 299 "but discarded (%s)\n", cause); in rarp_recv()
|
/titanic_41/usr/src/cmd/svc/startd/ |
H A D | wait.c | 92 stop_cause_t cause = RSTOP_EXIT; in wait_remove() local 105 cause = RSTOP_ERR_CFG; in wait_remove() 107 cause = RSTOP_ERR_EXIT; in wait_remove() 144 (void) stop_instance_fmri(wait_hndl, wi->wi_fmri, cause); in wait_remove()
|
H A D | restarter.c | 1028 stop_cause_t cause) in stop_instance() argument 1040 switch (cause) { in stop_instance() 1089 cause, __FILE__, __LINE__); in stop_instance() 1124 (cause == RSTOP_EXIT || in stop_instance() 1125 cause == RSTOP_ERR_CFG || in stop_instance() 1126 cause == RSTOP_ERR_EXIT)) { in stop_instance() 1142 if (cause == RSTOP_ERR_EXIT) { in stop_instance() 1186 if (cause != RSTOP_ERR_CFG) in stop_instance() 1208 if (cause == RSTOP_ERR_CFG) in stop_instance() 1261 unmaint_cause_t cause) in unmaintain_instance() argument [all …]
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | RELEASE | 39 09-12-03 A bug in which SHLVL exported with some attributes could cause 56 now cause the shell to exit. 82 09-09-17 A bug in which unsetting SVLVL could cause a script invoked by 113 that could cause a core dump on some systems has been fixed. 128 09-08-06 A bug in which setting the trap on CHLD to ignore could cause 169 substitution could cause the command substitution to hang has been 173 09-05-12 A bug which could cause a core dump when a variable whose name 215 09-02-02 A bug in which a function autoloaded in a subshell could cause 238 could cause a memory fault has been fixed. 252 for could, in rare instances, cause the shell to go into an infinite [all …]
|
H A D | RELEASE93 | 8 a field. For example, IFS=$'\t\t' will cause two consecutive 71 i. A bug which could cause the job control switch character 120 g. A bug which could cause a core dump when a discipline 137 n. A bug which caused an invalid trap to cause a script 157 e. A bug that could cause a core dump on some systems 160 f. A bug which could cause a coprocess to hang when 170 j. A bug that could cause the built-in sleep to hang 175 l. A bug which could cause a core dump if ksh was invoked with 177 m. A bug which could cause a core dump if typeset -A was 183 Also, a bug in which failed ulimits could cause a core dump [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 481 char *cause; in do_rarp() local 517 cause = NULL; in do_rarp() 520 cause = "short packet"; in do_rarp() 522 cause = "hardware type not Ethernet"; in do_rarp() 524 cause = "protocol type not IP"; in do_rarp() 526 cause = "unexpected hardware address length"; in do_rarp() 528 cause = "unexpected protocol address length"; in do_rarp() 529 if (cause != NULL) { in do_rarp() 532 "discarded: %s", cause); in do_rarp()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_cpu_arch.c | 212 cmd_errcl_t cause = 0; in cmd_combine_two_train() local 220 cause = cmd_xxcu_train_match(train_mask); in cmd_combine_two_train() 221 if (cause) { in cmd_combine_two_train() 222 return (cause); in cmd_combine_two_train()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/trace/ |
H A D | tst.qstring.d.out | 2 %don't w%orry -- this won't cause a %segfault.
|
/titanic_41/usr/src/cmd/fm/eversholt/files/sparc/sun4u/ |
H A D | schizo.esc | 70 * A faulty Schizo hostbridge may cause: 86 * The to, bus and dstat errors can cause a target abort to be sent onto the 131 * An upset schizo may cause: 150 * A faulty xcal CPU[0] may cause: 160 * A faulty xcal CPU[1] may cause: 170 * A faulty CPU may cause: 205 * A faulty host bus may cause: 227 * A bad request from a downstream device/driver may cause 261 * A faulty PCI bus may cause: 314 * A faulty PCI device may cause: [all …]
|
H A D | xmits.esc | 80 * A faulty Xmits hostbridge may cause: 103 * The to, bus and dstat errors can cause a target abort to be sent onto the 155 * An upset xmits may cause: 170 * A faulty CPU may cause: 205 * A faulty host bus may cause: 219 * A defective PCI driver may cause: 246 * A defective PCI nexus driver may cause: 267 * A faulty PCI bus may cause: 322 * A faulty PCI device may cause: 429 * The drue error can cause a target abort to be sent onto the
|
H A D | tomatillo.esc | 69 * A faulty Tomatillo hostbridge may cause: 84 * The um, to, bus, btt, inval, prot and bva errors can cause a target abort to 160 * A faulty CPU may cause: 170 * The ibe error can cause a target abort to 200 * A faulty host bus may cause: 208 * The drpe error can cause a target abort to 264 * A faulty PCI device may cause: 354 * A bad request from a downstream device/driver may cause 392 * The ue, to and drue errors can cause a target abort to
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | amd64.esc | 95 * A single bit fault in a memory rank can cause: 287 * An uncorrectable multi-bit fault in a memory dimm can cause: 376 * A single bit data array fault in an l2 cache can cause: 399 * A multi-bit data array fault in an l2 cache can cause: 417 * A single bit tag array fault in an l2 cache can cause: 436 * A multi-bit tag array fault in an l2 cache can cause: 450 * A data array parity fault in an I cache can cause: 468 * A tag array parity fault in an I cache can cause: 485 * A snoop tag array parity fault in an I cache can cause: 497 * An l1tlb parity fault in an I cache can cause: [all …]
|
/titanic_41/usr/src/uts/common/io/cxgbe/common/ |
H A D | t4_hw.c | 2194 u32 cause = t4_read_reg(adapter, A_PL_INT_CAUSE); in t4_slow_intr_handler() local 2196 if (!(cause & GLBL_INTR_MASK)) in t4_slow_intr_handler() 2198 if (cause & F_CIM) in t4_slow_intr_handler() 2200 if (cause & F_MPS) in t4_slow_intr_handler() 2202 if (cause & F_NCSI) in t4_slow_intr_handler() 2204 if (cause & F_PL) in t4_slow_intr_handler() 2206 if (cause & F_SMB) in t4_slow_intr_handler() 2208 if (cause & F_XGMAC0) in t4_slow_intr_handler() 2210 if (cause & F_XGMAC1) in t4_slow_intr_handler() 2212 if (cause & F_XGMAC_KR0) in t4_slow_intr_handler() [all …]
|
/titanic_41/usr/src/cmd/sendmail/cf/feature/ |
H A D | relay_local_from.m4 | 18 errprint(`*** WARNING: FEATURE(`relay_local_from') may cause your system to act as open
|