Searched refs:upos_array (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c495 upos_pair_t upos_array[8]; /* max per cw = 2, * 4 cw's */ local
499 * Each upos_array[] member represents a pair of CEs for the same
507 upos_array[0].mq1 = NULL;
519 * The upos_array[] is filled in each time a duplicate
522 * upos_array[] until the second symbol is found.
530 curr_upos == upos_array[i-1].upos) {
536 } else if (upos_array[i].mq1 == NULL) {
538 * Have a pair, add to upos_array[].
540 upos_array[i].upos = curr_upos;
541 upos_array[
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c637 upos_pair_t upos_array[16]; /* max per cw = 2, * 8 cw's */ local
641 * Each upos_array[] member represents a pair of CEs for the same
648 upos_array[0].mq1 = NULL;
659 * The upos_array[] is filled in each time a duplicate
662 * upos_array[] until the second symbol is found.
670 curr_upos == upos_array[i-1].upos) {
676 } else if (upos_array[i].mq1 == NULL) {
677 /* Have a pair. Add to upos_array[] */
680 upos_array[i].upos = curr_upos;
681 upos_array[
[all...]

Completed in 388 milliseconds