Searched refs:ce1 (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | errclassify.h | 104 * array and the afarmatch, ecstate, ce1 and ce2 information. 113 * <0> ce1 - CE seen on CASXA of scrub algorithm (before writeback) 118 #define CE_INITDISPTBL_INDEX(afarmatch, ecstate, ce1, ce2) \ 119 ((afarmatch) << 5 | (ecstate) << 2 | (ce2) << 1 | (ce1)) 121 #define CE_DISPACT(array, afarmatch, ecstate, ce1, ce2) \ 122 (array[CE_INITDISPTBL_INDEX(afarmatch, ecstate, ce1, ce2)]) 130 * afar ec ce1 ce2 initial disp and next action \
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_cfgfile.c | 227 char *cc, *ce, *ce1, *c1, *c2; local 272 if ((ce1 = strchr(buffer, '#')) != NULL) { 273 ce = ce1;
|
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_memerr.c | 671 int ce1 = CE_XDIAG_CE1SEEN(ptnrinfo); local 674 if (ce1 && ce2) { 677 } else if (ce1) { 681 /* Partner could not see ce1 (ignore ce2) */
|
Completed in 78 milliseconds