Searched refs:panic_aflt (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h144 extern struct async_flt panic_aflt;
/illumos-gate/usr/src/uts/sun4u/os/
H A Decc.c101 struct async_flt panic_aflt; variable in typeref:struct:async_flt
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c1556 panic_aflt = *aflt;
2174 ASSERT(aflt->flt_id == panic_aflt.flt_id);
2177 if (panic_aflt.flt_status & ECC_D_TRAP)
2179 else if (panic_aflt.flt_status & ECC_I_TRAP)
2187 aflt->flt_inst, space, (panic_aflt.flt_status & ECC_IOBUS) ?
2188 "IOBUS" : "CPU", panic_aflt.flt_bus_id);
2487 * is NOT set yet and we cannot blow through locks. If panic_aflt is set
2488 * (panic_aflt.flt_id is non-zero), we need to read our %afsr to look for
2498 if (panic_aflt.flt_id != 0) {
2499 aflt->flt_addr = panic_aflt
[all...]
H A Dus3_common.c1961 panic_aflt = *aflt;
1999 panic_aflt = *aflt;
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_ecc.c475 panic_aflt = ecc_err_p->ecc_aflt;
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysioerr.c409 panic_aflt = ecc;

Completed in 3340 milliseconds