Searched refs:mq_root (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_memerr.c | 100 for (ip = cmd_list_next(&dimm->mq_root[i]); ip != NULL; in upos_thresh_check() 169 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL; in check_bad_rw_between_dimms() 271 for (ip = cmd_list_next(&dimm->mq_root[cw]); in mq_5b_check() 418 for (ip = cmd_list_next(&dimm->mq_root[cw]); ip != NULL; ) { in mq_add() 437 cmd_list_append(&dimm->mq_root[cw], jp); in mq_add() 439 cmd_list_insert_before(&dimm->mq_root[cw], ip, jp); in mq_add() 454 for (ip = cmd_list_next(&dimm->mq_root[cw]); ip != NULL; ) { in mq_prune() 460 ip = mq_destroy(hdl, &dimm->mq_root[cw], ip); in mq_prune() 524 for (ip = cmd_list_next(&dimm->mq_root[cw]); ip != NULL; in mq_check()
|
H A D | cmd_dimm.h | 151 mq_root[CMD_MAX_CKWDS]; /* per-checkword CEs to correlate */ member
|
H A D | cmd_dimm.c | 129 while ((q = cmd_list_next(&dimm->mq_root[i])) != NULL) { in cmd_dimm_free() 146 cmd_list_delete(&dimm->mq_root[i], q); in cmd_dimm_free()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_memerr.c | 260 for (ip = gmem_list_next(&dimm->mq_root[i]); ip != NULL; in upos_thresh_check() 318 for (ip = gmem_list_next(&d1->mq_root[i]); ip != NULL; in check_bad_rw_between_dimms() 417 for (ip = gmem_list_next(&dimm->mq_root[cw]); in mq_5b_check() 558 for (ip = gmem_list_next(&dimm->mq_root[cw]); ip != NULL; ) { in mq_add() 579 gmem_list_append(&dimm->mq_root[cw], jp); in mq_add() 581 gmem_list_insert_before(&dimm->mq_root[cw], ip, jp); in mq_add() 596 for (ip = gmem_list_next(&dimm->mq_root[cw]); ip != NULL; ) { in mq_prune() 602 ip = mq_destroy(hdl, &dimm->mq_root[cw], ip); in mq_prune() 664 for (ip = gmem_list_next(&dimm->mq_root[cw]); ip != NULL; in mq_check()
|
H A D | gmem_dimm.h | 118 mq_root[GMEM_MAX_CKWDS]; /* per-checkword CEs to correlate */ member
|
H A D | gmem_dimm.c | 81 while ((q = gmem_list_next(&dimm->mq_root[i])) != NULL) { in gmem_dimm_free() 97 gmem_list_delete(&dimm->mq_root[i], q); in gmem_dimm_free()
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 742 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL; in cmd_get_faulted_comp() 756 for (ip = cmd_list_next(&d2->mq_root[i]); ip != NULL; in cmd_get_faulted_comp()
|