Home
last modified time | relevance | path

Searched refs:upos_pairs (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c630 int upos_pairs, curr_upos, cw, i, j; in mq_check() local
647 upos_pairs = 0; in mq_check()
651 i = upos_pairs; in mq_check()
669 } else if (i > upos_pairs && in mq_check()
686 if (i - upos_pairs >= 2) { in mq_check()
691 for (j = upos_pairs; j < i; j++) { in mq_check()
706 upos_pairs = i; in mq_check()
707 assert(upos_pairs < 16); in mq_check()
/titanic_50/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c488 int upos_pairs, curr_upos, cw, i, j; in mq_check() local
506 upos_pairs = 0; in mq_check()
511 i = upos_pairs; in mq_check()
529 } else if (i > upos_pairs && in mq_check()
547 if (i - upos_pairs >= 2) { in mq_check()
552 for (j = upos_pairs; j < i; j++) { in mq_check()
566 upos_pairs = i; in mq_check()
567 assert(upos_pairs < 8); in mq_check()