Searched refs:upos (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/ |
H A D | cmd_memerr.c | 93 upos_thresh_check(cmd_dimm_t *dimm, uint16_t upos, uint32_t threshold) in upos_thresh_check() argument 103 if (ip->mq_unit_position == upos) { in upos_thresh_check() 166 uint16_t upos; in check_bad_rw_between_dimms() local 172 upos = ip->mq_unit_position; in check_bad_rw_between_dimms() 173 if (upos_thresh_check(d1, upos, cmd.cmd_nupos)) { in check_bad_rw_between_dimms() 174 if (upos_thresh_check(d2, upos, in check_bad_rw_between_dimms() 178 *rupos = upos; in check_bad_rw_between_dimms() 193 uint16_t upos; in bad_reader_writer_check() local 201 if (check_bad_rw_between_dimms(hdl, ce_dimm, d, &upos)) { in bad_reader_writer_check() 202 cmd_gen_datapath_fault(hdl, ce_dimm, d, upos, det); in bad_reader_writer_check() [all …]
|
H A D | cmd_dimm.c | 503 cmd_dimm_save_symbol_error(cmd_dimm_t *dimm, uint16_t upos) in cmd_dimm_save_symbol_error() argument 510 d->dimm_syl_error = upos; in cmd_dimm_save_symbol_error() 517 int upos; in cmd_dimm_check_symbol_error() local 520 if ((upos = cmd_synd2upos(synd)) < 0) in cmd_dimm_check_symbol_error() 526 (d->dimm_syl_error == upos)) in cmd_dimm_check_symbol_error()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/generic-mem/ |
H A D | gmem_memerr.c | 253 upos_thresh_check(gmem_dimm_t *dimm, uint16_t upos, uint32_t threshold) in upos_thresh_check() argument 263 if (ip->mq_unit_position == upos) { in upos_thresh_check() 315 uint16_t upos; in check_bad_rw_between_dimms() local 321 upos = ip->mq_unit_position; in check_bad_rw_between_dimms() 322 if (upos_thresh_check(d1, upos, gmem.gm_nupos)) { in check_bad_rw_between_dimms() 323 if (upos_thresh_check(d2, upos, in check_bad_rw_between_dimms() 327 *rupos = upos; in check_bad_rw_between_dimms() 342 uint16_t upos; in bad_reader_writer_check() local 350 if (check_bad_rw_between_dimms(hdl, ce_dimm, d, &upos)) { in bad_reader_writer_check() 352 gmem_save_symbol_error(hdl, ce_dimm, upos); in bad_reader_writer_check() [all …]
|
H A D | gmem_dimm.c | 530 gmem_check_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) in gmem_check_symbol_error() argument 538 dimm->dimm_syl_error == upos) in gmem_check_symbol_error() 545 gmem_save_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) in gmem_save_symbol_error() argument 553 dimm->dimm_syl_error = upos; in gmem_save_symbol_error()
|
/titanic_44/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 726 uint16_t upos, fault_info_t **fault_list, int cpu) in cmd_get_faulted_comp() argument 744 if (upos == ip->mq_unit_position) { in cmd_get_faulted_comp() 758 if (upos == ip->mq_unit_position) { in cmd_get_faulted_comp() 842 uint16_t upos, nvlist_t *det) in cmd_gen_datapath_fault() argument 867 cmd_get_faulted_comp(hdl, d1, d2, upos, fault_list, fault_cpu); in cmd_gen_datapath_fault()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 724 uint16_t upos, nvlist_t *det) in cmd_gen_datapath_fault() argument
|