Searched refs:ECC_PERSISTENT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dasync.h159 #define ECC_PERSISTENT 0x0020 /* Persistent ECC Error */ macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c955 if (aflt->flt_status & ECC_PERSISTENT)
981 else if (status & ECC_PERSISTENT)
1055 status = ECC_PERSISTENT;
1063 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY);
4321 (status & (ECC_STICKY | ECC_PERSISTENT | ECC_INTERMITTENT)) == 0)
4353 } else if (status & ECC_PERSISTENT) {
4382 } else if (status & ECC_PERSISTENT) {
H A Dus3_common.c2954 ecc->flt_status &= ~(ECC_INTERMITTENT | ECC_PERSISTENT | ECC_STICKY);

Completed in 386 milliseconds