Searched refs:mq_root (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.h151 mq_root[CMD_MAX_CKWDS]; /* per-checkword CEs to correlate */ member in struct:cmd_dimm
H A Dcmd_memerr.c100 for (ip = cmd_list_next(&dimm->mq_root[i]); ip != NULL;
169 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL;
271 for (ip = cmd_list_next(&dimm->mq_root[cw]);
418 for (ip = cmd_list_next(&dimm->mq_root[cw]); ip != NULL; ) {
437 cmd_list_append(&dimm->mq_root[cw], jp);
439 cmd_list_insert_before(&dimm->mq_root[cw], ip, jp);
454 for (ip = cmd_list_next(&dimm->mq_root[cw]); ip != NULL; ) {
460 ip = mq_destroy(hdl, &dimm->mq_root[cw], ip);
515 * mq_root[] is an array of cumulative lists of CEs
524 for (ip = cmd_list_next(&dimm->mq_root[c
[all...]
H A Dcmd_dimm.c129 while ((q = cmd_list_next(&dimm->mq_root[i])) != NULL) {
146 cmd_list_delete(&dimm->mq_root[i], q);
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.h118 mq_root[GMEM_MAX_CKWDS]; /* per-checkword CEs to correlate */ member in struct:gmem_dimm
H A Dgmem_memerr.c260 for (ip = gmem_list_next(&dimm->mq_root[i]); ip != NULL;
318 for (ip = gmem_list_next(&d1->mq_root[i]); ip != NULL;
417 for (ip = gmem_list_next(&dimm->mq_root[cw]);
558 for (ip = gmem_list_next(&dimm->mq_root[cw]); ip != NULL; ) {
579 gmem_list_append(&dimm->mq_root[cw], jp);
581 gmem_list_insert_before(&dimm->mq_root[cw], ip, jp);
596 for (ip = gmem_list_next(&dimm->mq_root[cw]); ip != NULL; ) {
602 ip = mq_destroy(hdl, &dimm->mq_root[cw], ip);
655 * mq_root[] is an array of cumulative lists of CEs
664 for (ip = gmem_list_next(&dimm->mq_root[c
[all...]
H A Dgmem_dimm.c81 while ((q = gmem_list_next(&dimm->mq_root[i])) != NULL) {
97 gmem_list_delete(&dimm->mq_root[i], q);
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c742 for (ip = cmd_list_next(&d1->mq_root[i]); ip != NULL;
756 for (ip = cmd_list_next(&d2->mq_root[i]); ip != NULL;

Completed in 69 milliseconds