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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c151 cache_entry_t *ce, **ce2; local
186 ce2 = slp_tsearch((void *) ce, &da_cache, compare_entries);
187 if (ce != *ce2) {
189 free((void *) ((*ce2)->query));
190 free((void *) ((*ce2)->reply));
191 free(*ce2);
192 *ce2 = ce;
/illumos-gate/usr/src/uts/sun4/sys/
H A Derrclassify.h104 * array and the afarmatch, ecstate, ce1 and ce2 information.
112 * <1> ce2 - CE seen on lddphys of scrub algorithm (after 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/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c672 int ce2 = CE_XDIAG_CE2SEEN(ptnrinfo); local
674 if (ce1 && ce2) {
681 /* Partner could not see ce1 (ignore ce2) */

Completed in 69 milliseconds