Home
last modified time | relevance | path

Searched refs:fru_type (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c106 int fru_type, int16_t value);
113 static int add_env_nodes(int envmon_fd, uint8_t fru_type,
836 add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name, int fru_type, in add_value_prop() argument
845 if (fru_to_ptype[fru_type] == PICL_PTYPE_FLOAT) in add_value_prop()
850 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type], in add_value_prop()
851 PICL_READ, fru_to_size[fru_type], &val_buf, NULL); in add_value_prop()
913 uint8_t fru_type; in read_vol_data() local
929 fru_type = handle_arr.fru_types[index]; in read_vol_data()
931 cmd = fru_to_cmd[fru_type]; in read_vol_data()
939 switch (fru_type) { in read_vol_data()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2678 scsb_utype_t fru_type; in scsb_set_scfg_pres_leds() local
2697 for (fru_type = 0; fru_type < SCSB_UNIT_TYPES; ++fru_type) { in scsb_set_scfg_pres_leds()
2699 fru_ptr = mct_system_info.fru_info_list[fru_type]; in scsb_set_scfg_pres_leds()
2702 if (fru_type == SLOT && (scsb->scsb_state & in scsb_set_scfg_pres_leds()
2718 if (fru_type != SCB) in scsb_set_scfg_pres_leds()
2746 if (fru_type == PS && (int_fru_ptr == NULL || in scsb_set_scfg_pres_leds()
2749 pao.utype = fru_type; in scsb_set_scfg_pres_leds()
2783 if (fru_type != SLOT || (fru_type == SLOT && in scsb_set_scfg_pres_leds()
2784 (fru_ptr->fru_type == in scsb_set_scfg_pres_leds()
2786 fru_ptr->fru_type == in scsb_set_scfg_pres_leds()
[all …]
/titanic_41/usr/src/cmd/prtfru/
H A Dprtfru.c142 static void (*print_node)(fru_node_t fru_type, const char *path,
1131 print_node_path(fru_node_t fru_type, const char *path, const char *name, in print_node_path() argument
1135 ((fru_type == FRU_NODE_CONTAINER) ? " (container)" in print_node_path()
1136 : ((fru_type == FRU_NODE_FRU) ? " (fru)" : ""))); in print_node_path()
1179 print_node_xml(fru_node_t fru_type, const char *path, const char *name, in print_node_xml() argument
1182 switch (fru_type) { in print_node_xml()
1210 fru_node_t fru_type = FRU_NODE_UNKNOWN; in process_node() local
1213 if ((status = fru_get_node_type(node, &fru_type)) != FRU_SUCCESS) { in process_node()
1220 if (fru_type != FRU_NODE_CONTAINER) in process_node()
1227 print_node(fru_type, path, name, end_node, end_args); in process_node()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h224 scsb_utype_t fru_type; /* also an index to FRU lists */ member
249 scsb_utype_t fru_type; /* and occupant type for solts */ member
/titanic_41/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c355 fru_node_t fru_type; in convert_fru() local
357 if (fru_get_node_type(hdl, &fru_type) != FRU_SUCCESS) { in convert_fru()
361 if (fru_type != FRU_NODE_CONTAINER) { in convert_fru()
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c685 pks_topo->mct_scb[0].fru_type, in do_scsb_kstat()
697 index = (int)pks_topo->mct_slots[i].fru_type; in do_scsb_kstat()
717 pks_topo->mct_pdu[i].fru_type, in do_scsb_kstat()
733 pks_topo->mct_ps[i].fru_type, in do_scsb_kstat()
748 pks_topo->mct_disk[i].fru_type, in do_scsb_kstat()
763 pks_topo->mct_fan[i].fru_type, in do_scsb_kstat()
778 pks_topo->mct_scb[i].fru_type, in do_scsb_kstat()
793 pks_topo->mct_ssb[i].fru_type, in do_scsb_kstat()
808 pks_topo->mct_alarm[i].fru_type, in do_scsb_kstat()
823 pks_topo->mct_cftm[i].fru_type, in do_scsb_kstat()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c5803 char fru_type[PICL_PROPNAMELEN_MAX]; in create_children() local
5924 (void) strncpy(fru_type, scsi_loc, i); in create_children()
5925 fru_type[i] = '\0'; in create_children()
5931 PICL_PROP_FRU_TYPE, fru_type, sizeof (fru_type))) != in create_children()