Searched defs:upos (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_dimm.c503 cmd_dimm_save_symbol_error(cmd_dimm_t *dimm, uint16_t upos) argument
510 d->dimm_syl_error = upos;
517 int upos; local
520 if ((upos = cmd_synd2upos(synd)) < 0)
526 (d->dimm_syl_error == upos))
H A Dcmd_memerr.c93 upos_thresh_check(cmd_dimm_t *dimm, uint16_t upos, uint32_t threshold) argument
103 if (ip->mq_unit_position == upos) {
166 uint16_t upos; local
172 upos = ip->mq_unit_position;
173 if (upos_thresh_check(d1, upos, cmd.cmd_nupos)) {
174 if (upos_thresh_check(d2, upos,
178 *rupos = upos;
193 uint16_t upos; local
201 if (check_bad_rw_between_dimms(hdl, ce_dimm, d, &upos)) {
202 cmd_gen_datapath_fault(hdl, ce_dimm, d, upos, de
334 mq_create(fmd_hdl_t *hdl, fmd_event_t *ep, uint64_t afar, uint16_t upos, uint64_t now, uint32_t cpuid) argument
491 int upos; member in struct:upos_pair
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.c530 gmem_check_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) argument
538 dimm->dimm_syl_error == upos)
545 gmem_save_symbol_error(fmd_hdl_t *hdl, gmem_dimm_t *d, uint16_t upos) argument
553 dimm->dimm_syl_error = upos;
H A Dgmem_memerr.c253 upos_thresh_check(gmem_dimm_t *dimm, uint16_t upos, uint32_t threshold) argument
263 if (ip->mq_unit_position == upos) {
315 uint16_t upos; local
321 upos = ip->mq_unit_position;
322 if (upos_thresh_check(d1, upos, gmem.gm_nupos)) {
323 if (upos_thresh_check(d2, upos,
327 *rupos = upos;
342 uint16_t upos; local
350 if (check_bad_rw_between_dimms(hdl, ce_dimm, d, &upos)) {
352 gmem_save_symbol_error(hdl, ce_dimm, upos);
483 mq_create(fmd_hdl_t *hdl, fmd_event_t *ep, uint64_t afar, uint16_t upos, uint16_t ckwd, uint64_t now) argument
633 int upos; member in struct:upos_pair
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c726 uint16_t upos, fault_info_t **fault_list, int cpu)
744 if (upos == ip->mq_unit_position) {
758 if (upos == ip->mq_unit_position) {
842 uint16_t upos, nvlist_t *det)
867 cmd_get_faulted_comp(hdl, d1, d2, upos, fault_list, fault_cpu);
725 cmd_get_faulted_comp(fmd_hdl_t *hdl, cmd_dimm_t *d1, cmd_dimm_t *d2, uint16_t upos, fault_info_t **fault_list, int cpu) argument
841 cmd_gen_datapath_fault(fmd_hdl_t *hdl, cmd_dimm_t *d1, cmd_dimm_t *d2, uint16_t upos, nvlist_t *det) argument
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/
H A Dcmd_memerr_arch.c724 uint16_t upos, nvlist_t *det)
723 cmd_gen_datapath_fault(fmd_hdl_t *hdl, cmd_dimm_t *d1, cmd_dimm_t *d2, uint16_t upos, nvlist_t *det) argument

Completed in 76 milliseconds