Searched refs:dimm_case (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_oplerr.c | 389 if (dimm->dimm_case.cc_cp == NULL) { in cmd_opl_mac_ce() 390 dimm->dimm_case.cc_cp = cmd_case_create(hdl, in cmd_opl_mac_ce() 399 if (dimm->dimm_case.cc_serdnm == NULL) { in cmd_opl_mac_ce() 400 dimm->dimm_case.cc_serdnm = in cmd_opl_mac_ce() 403 fmd_serd_create(hdl, dimm->dimm_case.cc_serdnm, in cmd_opl_mac_ce() 408 if (fmd_serd_record(hdl, dimm->dimm_case.cc_serdnm, ep) == in cmd_opl_mac_ce() 413 fmd_case_add_serd(hdl, dimm->dimm_case.cc_cp, in cmd_opl_mac_ce() 414 dimm->dimm_case.cc_serdnm); in cmd_opl_mac_ce() 415 fmd_serd_reset(hdl, dimm->dimm_case.cc_serdnm); in cmd_opl_mac_ce()
|
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_memerr.c | 698 dimm->dimm_case.cc_cp, in mq_check() 701 dimm->dimm_case.cc_cp, in mq_check() 706 fmd_case_add_suspect(hdl, dimm->dimm_case.cc_cp, flt); in mq_check() 707 fmd_case_solve(hdl, dimm->dimm_case.cc_cp); in mq_check() 786 if (dimm->dimm_case.cc_cp == NULL) { in gmem_ce() 787 dimm->dimm_case.cc_cp = gmem_case_create(hdl, in gmem_ce()
|
H A D | gmem_dimm.h | 113 gmem_case_t dimm_case; /* Open CE case against this DIMM */ member
|
H A D | gmem_dimm.c | 63 gmem_case_t *cc = &dimm->dimm_case; in gmem_dimm_free() 316 gmem_mem_case_restore(hdl, &dimm->dimm_case, cp, "dimm", in gmem_dimm_restore()
|
/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_memerr.c | 554 dimm->dimm_case.cc_cp, in mq_check() 557 dimm->dimm_case.cc_cp, in mq_check() 562 fmd_case_add_suspect(hdl, dimm->dimm_case.cc_cp, flt); in mq_check() 563 fmd_case_solve(hdl, dimm->dimm_case.cc_cp); in mq_check() 612 if (dimm->dimm_case.cc_cp == NULL) { in cmd_ce_common() 613 dimm->dimm_case.cc_cp = cmd_case_create(hdl, in cmd_ce_common()
|
H A D | cmd_dimm.h | 147 cmd_case_t dimm_case; /* Open CE case against this DIMM */ member
|
H A D | cmd_dimm.c | 111 cmd_case_t *cc = &dimm->dimm_case; in cmd_dimm_free() 451 cmd_mem_case_restore(hdl, &dimm->dimm_case, cp, "dimm", in cmd_dimm_restore()
|