Searched refs:flt_panic (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c185 aflt->flt_panic = 1;
187 aflt->flt_panic = 0;
197 * Queue the error on ce or ue queue depend on flt_panic.
198 * Even if flt_panic is set, the code still keep processing
204 * Panic here if aflt->flt_panic has been set.
207 if (aflt->flt_panic) {
269 aflt->flt_panic = ((aflt->flt_tl != 0) ||
286 aflt->flt_panic = 0;
314 aflt->flt_panic |= aft_panic;
317 aflt->flt_panic
[all...]
/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h57 * fatal; if so, the owner should set flt_panic and panic() after enqueuing
59 * processing. If flt_panic is not set, the queue function will schedule a
80 uchar_t flt_panic; /* fault caused owner to panic() */ member in struct:async_flt
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_ecc.c381 ecc_err_p->ecc_aflt.flt_panic);
398 ecc_err_p->ecc_aflt.flt_panic = 1;
400 if (ecc_err_p->ecc_aflt.flt_panic) {
H A Dpcicmu.c1947 ecc->flt_panic = 1;
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1098 if (ecc->flt_panic) {
1291 * initial setting of aflt->flt_panic is based on TL: we must panic if
1292 * the error occurred at TL > 0. We also set flt_panic if the test/demo
1307 aflt->flt_panic = (tl != 0 || aft_testfatal != 0);
1394 * Some additional flt_panic reasons (eg, WP on Sabre) will be
1403 aflt->flt_panic = 1;
1408 aflt->flt_panic = 1;
1411 aflt->flt_panic = 1;
1532 aflt->flt_panic = 1;
1538 aflt->flt_panic);
[all...]
H A Dopl_olympus.c1513 if (aflt->flt_panic || panicstr) {
1560 if (aflt->flt_panic || panicstr) {
1584 aflt->flt_panic = 1;
1792 sizeof (opl_async_flt_t), ue_queue, aflt->flt_panic);
1948 aflt->flt_panic = (uchar_t)(tl != 0 || aft_testfatal != 0 ||
1961 aflt->flt_panic = 1;
1964 sizeof (opl_async_flt_t), ue_queue, aflt->flt_panic);
1985 if (!aflt->flt_panic && aflt->flt_priv && tl == 0) {
2035 aflt->flt_panic |= aft_panic;
2037 aflt->flt_panic
[all...]
H A Dus3_common.c1228 aflt->flt_panic = C_AFSR_PANIC(t_afsr_errs);
1238 aflt->flt_panic);
1396 aflt->flt_panic = C_AFSR_PANIC(t_afsr_errs);
1420 aflt->flt_panic == 0 && aflt->flt_priv != 0 &&
1424 aflt->flt_panic |=
1428 aflt->flt_panic |= ((clop == NULL) &&
1432 aflt->flt_panic |=
1435 aflt->flt_panic |= ((clop == NULL) &&
1450 aflt->flt_panic);
1476 aflt->flt_panic |
[all...]
H A Dus3_cheetahplus.c1026 aflt->flt_panic = tl1_trap ? 1 : 0;
1045 if (aflt->flt_panic) {
1047 sizeof (ch_async_flt_t), ue_queue, aflt->flt_panic);
1049 * Panic here if aflt->flt_panic has been set. Enqueued
1055 sizeof (ch_async_flt_t), ce_queue, aflt->flt_panic);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysioerr.c400 ecc.flt_panic = (debug_sysio_errs == 0);
402 errorq_dispatch(ue_queue, &ecc, sizeof (ecc), ecc.flt_panic);
408 if (ecc.flt_panic && ecc.flt_in_memory)
416 ecc.flt_panic = 1;
418 if (ecc.flt_panic)
818 aflt.flt_panic = 1;
820 errorq_dispatch(ue_queue, &aflt, sizeof (aflt), aflt.flt_panic);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c447 ecc_err_p->ecc_aflt.flt_panic);
471 ecc_err_p->ecc_aflt.flt_panic = 1;
473 if (ecc_err_p->ecc_aflt.flt_panic &&
477 if (ecc_err_p->ecc_aflt.flt_panic) {
H A Dpcipsy.c1618 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt);
1631 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt);
1644 ecc->flt_panic = ecc_ue_is_fatal(&ecc_err_p->ecc_aflt);
H A Dpcisch.c1899 ecc_p->flt_panic = 1;

Completed in 134 milliseconds