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

/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c355 fru_node_t fru_type; local
357 if (fru_get_node_type(hdl, &fru_type) != FRU_SUCCESS) {
361 if (fru_type != FRU_NODE_CONTAINER) {
/illumos-gate/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, argument
1135 ((fru_type == FRU_NODE_CONTAINER) ? " (container)"
1136 : ((fru_type == FRU_NODE_FRU) ? " (fru)" : "")));
1179 print_node_xml(fru_node_t fru_type, const char *path, const char *name, argument
1182 switch (fru_type) {
1210 fru_node_t fru_type = FRU_NODE_UNKNOWN; local
1213 if ((status = fru_get_node_type(node, &fru_type)) != FRU_SUCCESS) {
1220 if (fru_type != FRU_NODE_CONTAINER)
1227 print_node(fru_type, pat
[all...]
/illumos-gate/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, argument
845 if (fru_to_ptype[fru_type] == PICL_PTYPE_FLOAT)
850 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type],
851 PICL_READ, fru_to_size[fru_type], &val_buf, NULL);
913 uint8_t fru_type; local
929 fru_type = handle_arr.fru_types[index];
931 cmd = fru_to_cmd[fru_type];
939 switch (fru_type) {
1044 uint8_t fru_type; local
1118 add_env_nodes(int envmon_fd, uint8_t fru_type, picl_nodehdl_t envmonh) argument
1557 int fru_type; local
1725 int fru_type; local
[all...]
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dmct_topology.h224 scsb_utype_t fru_type; /* also an index to FRU lists */ member in struct:fru_info
249 scsb_utype_t fru_type; /* and occupant type for solts */ member in struct:ks_fru_info
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c2110 /* update the fru_type property */
5803 char fru_type[PICL_PROPNAMELEN_MAX]; local
5921 /* derive the fru_type from name */
5924 (void) strncpy(fru_type, scsi_loc, i);
5925 fru_type[i] = '\0';
5931 PICL_PROP_FRU_TYPE, fru_type, sizeof (fru_type))) !=
/illumos-gate/usr/src/uts/sun4u/montecarlo/io/
H A Dscsb.c2678 scsb_utype_t fru_type; local
2697 for (fru_type = 0; fru_type < SCSB_UNIT_TYPES; ++fru_type) {
2699 fru_ptr = mct_system_info.fru_info_list[fru_type];
2702 if (fru_type == SLOT && (scsb->scsb_state &
2718 if (fru_type != SCB)
2746 if (fru_type == PS && (int_fru_ptr == NULL ||
2749 pao.utype = fru_type;
2783 if (fru_type !
4006 scsb_utype_t fru_type; local
4379 scsb_utype_t fru_type; local
6637 scsb_fru_op(scsb_state_t *scsb, scsb_utype_t fru_type, int unit, int base, int op) argument
[all...]

Completed in 117 milliseconds