Home
last modified time | relevance | path

Searched refs:mct_slots (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c695 if (pks_topo->mct_slots[i].fru_status != FRU_PRESENT) in do_scsb_kstat()
697 index = (int)pks_topo->mct_slots[i].fru_type; in do_scsb_kstat()
699 pks_topo->mct_slots[i].fru_unit, slot_occupants[index], 0); in do_scsb_kstat()
701 pks_topo->mct_slots[i].fru_id, in do_scsb_kstat()
702 pks_topo->mct_slots[i].fru_version, 0); in do_scsb_kstat()
704 pks_topo->mct_slots[i].fru_health, 0); in do_scsb_kstat()
1498 if (scsb_ks_topo.mct_slots[i].fru_unit == 1) in display_mc_prtdiag_info()
1518 if ((scsb_ks_topo.mct_slots[i].fru_unit == 8) && in display_mc_prtdiag_info()
1524 if (scsb_ks_topo.mct_slots[i].fru_unit == 3) in display_mc_prtdiag_info()
1544 if ((scsb_ks_topo.mct_slots[i].fru_unit == 1) && in display_mc_prtdiag_info()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h286 ks_fru_info_t mct_slots[MC_MAX_SLOTS]; member
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c5938 pks_topo->mct_slots[i].fru_status = fru_ptr->fru_status; in update_ks_topology()
5939 pks_topo->mct_slots[i].fru_type = fru_ptr->fru_type; in update_ks_topology()
5940 pks_topo->mct_slots[i].fru_unit = fru_ptr->fru_unit; in update_ks_topology()
5941 pks_topo->mct_slots[i].fru_id = fru_ptr->fru_id; in update_ks_topology()
5942 pks_topo->mct_slots[i].fru_version = fru_ptr->fru_version; in update_ks_topology()
5949 pks_topo->mct_slots[i].fru_health = (val) ? in update_ks_topology()