Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c635 int upos_pairs, curr_upos, cw, i, j; in mq_check() local
652 upos_pairs = 0; in mq_check()
656 i = upos_pairs; in mq_check()
674 } else if (i > upos_pairs && in mq_check()
691 if (i - upos_pairs >= 2) { in mq_check()
696 for (j = upos_pairs; j < i; j++) { in mq_check()
712 upos_pairs = i; in mq_check()
713 assert(upos_pairs < 16); in mq_check()
/titanic_41/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()