Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 139) sorted by relevance

123456

/illumos-gate/usr/src/cmd/latencytop/
H A Dtable.c82 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 Dlatencytop.d89 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 Dlatencytop.trans34 # pushes the cause and the priority to a thread local stack, and the return
36 # TRANSLATE(entryprobe, returnprobe, cause, priority)
/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dulp.c74 u32 cause = t1_read_reg_4(ulp->adapter, A_ULP_INT_CAUSE); in t1_ulp_intr_handler() local
76 if (cause & F_HREG_PAR_ERR) in t1_ulp_intr_handler()
79 if (cause & F_EGRS_DATA_PAR_ERR) in t1_ulp_intr_handler()
82 if (cause & F_INGRS_DATA_PAR_ERR) in t1_ulp_intr_handler()
85 if (cause & F_PM_INTR) in t1_ulp_intr_handler()
88 if (cause & F_PM_E2C_SYNC_ERR) in t1_ulp_intr_handler()
91 if (cause & F_PM_C2E_SYNC_ERR) in t1_ulp_intr_handler()
94 if (cause & F_PM_E2C_EMPTY_ERR) in t1_ulp_intr_handler()
97 if (cause & F_PM_C2E_EMPTY_ERR) in t1_ulp_intr_handler()
100 if (G_PM_PAR_ERR(cause)) in t1_ulp_intr_handler()
[all …]
H A Dch_subr.c205 u32 cause = t1_read_reg_4(adapter, FPGA_GMAC_ADDR_INTERRUPT_CAUSE); in fpga_phy_intr_handler() local
208 if (cause & (1 << p)) { in fpga_phy_intr_handler()
215 t1_write_reg_4(adapter, FPGA_GMAC_ADDR_INTERRUPT_CAUSE, cause); in fpga_phy_intr_handler()
224 u32 cause = t1_read_reg_4(adapter, A_PL_CAUSE); in fpga_slow_intr() local
226 cause &= ~F_PL_INTR_SGE_DATA; in fpga_slow_intr()
227 if (cause & F_PL_INTR_SGE_ERR) in fpga_slow_intr()
230 if (cause & FPGA_PCIX_INTERRUPT_GMAC) in fpga_slow_intr()
233 if (cause & FPGA_PCIX_INTERRUPT_TP) { in fpga_slow_intr()
249 if (cause & FPGA_PCIX_INTERRUPT_MC3) in fpga_slow_intr()
252 if (cause & FPGA_PCIX_INTERRUPT_PCIX) in fpga_slow_intr()
[all …]
H A Dmc5.c563 u32 cause = t1_read_reg_4(adap, A_MC5_INT_CAUSE); in t1_mc5_intr_handler() local
565 if (cause & F_MC5_INT_HIT_OUT_ACTIVE_REGION_ERR) in t1_mc5_intr_handler()
568 if (cause & F_MC5_INT_HIT_IN_ACTIVE_REGION_ERR) in t1_mc5_intr_handler()
571 if (cause & F_MC5_INT_HIT_IN_RT_REGION_ERR) in t1_mc5_intr_handler()
574 if (cause & F_MC5_INT_MISS_ERR) in t1_mc5_intr_handler()
577 if (cause & F_MC5_INT_LIP0_ERR) in t1_mc5_intr_handler()
580 if (cause & F_MC5_INT_LIP_MISS_ERR) in t1_mc5_intr_handler()
583 if ((cause & F_MC5_INT_PARITY_ERR) && mc5->parity_enabled) { in t1_mc5_intr_handler()
588 if (cause & F_MC5_INT_ACTIVE_REGION_FULL) in t1_mc5_intr_handler()
591 if (cause & F_MC5_INT_NFA_SRCH_ERR) in t1_mc5_intr_handler()
[all …]
H A Dmc3.c111 u32 cause; in t1_mc3_intr_handler() local
117 cause = t1_read_reg_4(adapter, cause_reg); in t1_mc3_intr_handler()
119 if (cause & F_MC3_CORR_ERR) { in t1_mc3_intr_handler()
132 if (cause & F_MC3_UNCORR_ERR) { in t1_mc3_intr_handler()
145 if (G_MC3_PARITY_ERR(cause)) { in t1_mc3_intr_handler()
148 G_MC3_PARITY_ERR(cause)); in t1_mc3_intr_handler()
151 if (cause & F_MC3_ADDR_ERR) { in t1_mc3_intr_handler()
156 if (cause & MC3_INTR_FATAL) in t1_mc3_intr_handler()
164 t1_write_reg_4(adapter, A_MC3_INT_ENABLE, cause); in t1_mc3_intr_handler()
168 t1_write_reg_4(adapter, cause_reg, cause); in t1_mc3_intr_handler()
H A Dmc4.c247 u32 cause = t1_read_reg_4(adapter, A_MC4_INT_CAUSE); in t1_mc4_intr_handler() local
249 if (cause & F_MC4_CORR_ERR) { in t1_mc4_intr_handler()
262 if (cause & F_MC4_UNCORR_ERR) { in t1_mc4_intr_handler()
275 if (cause & F_MC4_ADDR_ERR) { in t1_mc4_intr_handler()
280 if (cause & MC4_INT_FATAL) in t1_mc4_intr_handler()
283 t1_write_reg_4(mc4->adapter, A_MC4_INT_CAUSE, cause); in t1_mc4_intr_handler()
H A Dmv88e1xxx.c325 u32 cause; in mv88e1xxx_interrupt_handler() local
328 &cause); in mv88e1xxx_interrupt_handler()
329 cause &= INTR_ENABLE_MASK; in mv88e1xxx_interrupt_handler()
330 if (!cause) break; in mv88e1xxx_interrupt_handler()
332 if (cause & MV88E1XXX_INTR_LINK_CHNG) { in mv88e1xxx_interrupt_handler()
346 if (cause & MV88E1XXX_INTR_AUTONEG_DONE) in mv88e1xxx_interrupt_handler()
H A Dtp.c371 u32 cause; in t1_tp_intr_handler() local
379 cause = t1_read_reg_4(tp->adapter, A_TP_INT_CAUSE); in t1_tp_intr_handler()
380 t1_write_reg_4(tp->adapter, A_TP_INT_CAUSE, cause); in t1_tp_intr_handler()
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DNativeException.java46 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()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Drevarp.c276 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()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dwait.c93 stop_cause_t cause = RSTOP_EXIT; in wait_remove() local
106 cause = RSTOP_ERR_CFG; in wait_remove()
108 cause = RSTOP_ERR_EXIT; in wait_remove()
145 (void) stop_instance_fmri(wait_hndl, wi->wi_fmri, cause); in wait_remove()
H A Drestarter.c1031 stop_cause_t cause) in stop_instance() argument
1043 switch (cause) { in stop_instance()
1092 cause, __FILE__, __LINE__); in stop_instance()
1127 (cause == RSTOP_EXIT || in stop_instance()
1128 cause == RSTOP_ERR_CFG || in stop_instance()
1129 cause == RSTOP_ERR_EXIT)) { in stop_instance()
1145 if (cause == RSTOP_ERR_EXIT) { in stop_instance()
1189 if (cause != RSTOP_ERR_CFG) in stop_instance()
1211 if (cause == RSTOP_ERR_CFG) in stop_instance()
1264 unmaint_cause_t cause) in unmaintain_instance() argument
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE34 12-06-22 A bug which could cause the shell to hang when a coprocess exits
66 12-06-04 A bug in which continuing a stopped builtin could cause it to
88 12-05-18 Another bug with SHOPT_EDPREDICT which could cause a core dump has
90 12-05-17 A bug with fixed size arrays which could cause a core dump has been
144 cause the path search to fail has been fixed.
168 12-03-29 A bug which could cause a core dump when copying a large index array
204 12-03-18 A bug with SHOPT_EDPREDICT which could cause a core dump when the
231 that could cause the exist status to get lost has been fixed.
259 12-01-20 A bug that could cause the shell to hang waiting for an incorrect
319 11-09-20 A bug in which ${var.} could cause a core dump has been fixed.
[all …]
H A DRELEASE938 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 …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c481 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()
/illumos-gate/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc95 * 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 …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/trace/
H A Dtst.qstring.d.out2 %don't w%orry -- this won't cause a %segfault.
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_e82545.c838 uint32_t cause = 0; in e82545_rx_callback() local
932 cause |= E1000_ICR_SRPD | E1000_ICR_RXT0; in e82545_rx_callback()
935 cause |= E1000_ICR_RXT0; in e82545_rx_callback()
952 cause |= E1000_ICR_RXDMT0; in e82545_rx_callback()
954 if (cause != 0) in e82545_rx_callback()
955 e82545_icr_assert(sc, cause); in e82545_rx_callback()
1500 uint32_t cause; in e82545_tx_run() local
1526 cause = 0; in e82545_tx_run()
1528 cause |= E1000_ICR_TXDW; in e82545_tx_run()
1530 cause |= E1000_ICR_TXQE; in e82545_tx_run()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c101 char *cause; in sctp_user_abort() local
132 cause = (char *)data->b_rptr; in sctp_user_abort()
139 cause = NULL; in sctp_user_abort()
147 if ((len = sctp_link_abort(mp, SCTP_ERR_USER_ABORT, cause, len, 0, in sctp_user_abort()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Drelay_local_from.m418 errprint(`*** WARNING: FEATURE(`relay_local_from') may cause your system to act as open
H A Drelay_mail_from.m422 errprint(`*** WARNING: FEATURE(`relay_mail_from') may cause your system to act as open
/illumos-gate/usr/src/uts/
H A DREADME161 Issuing the command 'make' in the uts directory will cause all supported,
165 will cause all supported, "implementation architecture" independent modules
169 will cause that kernel and all supported, "implementation architecture"
172 Issuing the command 'make' in the uts/MACHINE/unix directory will cause the
176 directory will cause MODULE.kmod to be built.
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c429 fcp_map_tag_t *map_tag, int cause);
432 int tgt_cnt, int cause);
433 static int fcp_handle_reportlun_changed(struct fcp_tgt *ptgt, int cause);
435 struct fcp_ipkt *icmd, uchar_t opcode, int lcount, int tcount, int cause);
437 int cause);
447 int nodma, int lcount, int tcount, int cause, uint32_t rscn_count);
458 int len, int lcount, int tcount, int cause, uint32_t rscn_count);
467 int link_cnt, int tgt_cnt, int cause);
470 int tgt_cnt, int cause);
496 fc_portmap_t *map_entry, int link_cnt, int tgt_cnt, int cause);
[all …]

123456