Home
last modified time | relevance | path

Searched refs:upos (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c93 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 Dcmd_dimm.c504 cmd_dimm_save_symbol_error(cmd_dimm_t *dimm, uint16_t upos) in cmd_dimm_save_symbol_error() argument
511 d->dimm_syl_error = upos; in cmd_dimm_save_symbol_error()
518 int upos; in cmd_dimm_check_symbol_error() local
521 if ((upos = cmd_synd2upos(synd)) < 0) in cmd_dimm_check_symbol_error()
527 (d->dimm_syl_error == upos)) in cmd_dimm_check_symbol_error()
/titanic_41/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c256 upos_thresh_check(gmem_dimm_t *dimm, uint16_t upos, uint32_t threshold) in upos_thresh_check() argument
266 if (ip->mq_unit_position == upos) { in upos_thresh_check()
318 uint16_t upos; in check_bad_rw_between_dimms() local
324 upos = ip->mq_unit_position; in check_bad_rw_between_dimms()
325 if (upos_thresh_check(d1, upos, gmem.gm_nupos)) { in check_bad_rw_between_dimms()
326 if (upos_thresh_check(d2, upos, in check_bad_rw_between_dimms()
330 *rupos = upos; in check_bad_rw_between_dimms()
345 uint16_t upos; in bad_reader_writer_check() local
353 if (check_bad_rw_between_dimms(hdl, ce_dimm, d, &upos)) { in bad_reader_writer_check()
355 gmem_save_symbol_error(hdl, ce_dimm, upos); in bad_reader_writer_check()
[all …]
H A Dgmem_dimm.c531 gmem_check_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) in gmem_check_symbol_error() argument
539 dimm->dimm_syl_error == upos) in gmem_check_symbol_error()
546 gmem_save_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) in gmem_save_symbol_error() argument
554 dimm->dimm_syl_error = upos; in gmem_save_symbol_error()
/titanic_41/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c726 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_41/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c725 uint16_t upos, nvlist_t *det) in cmd_gen_datapath_fault() argument