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

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

Completed in 75 milliseconds