Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c104 int fru_type, int16_t value);
111 static int add_env_nodes(int envmon_fd, uint8_t fru_type,
834 add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name, int fru_type, in add_value_prop() argument
843 if (fru_to_ptype[fru_type] == PICL_PTYPE_FLOAT) in add_value_prop()
848 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type], in add_value_prop()
849 PICL_READ, fru_to_size[fru_type], &val_buf, NULL); in add_value_prop()
911 uint8_t fru_type; in read_vol_data() local
927 fru_type = handle_arr.fru_types[index]; in read_vol_data()
929 cmd = fru_to_cmd[fru_type]; in read_vol_data()
937 switch (fru_type) { in read_vol_data()
[all …]
/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, 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 …]
/illumos-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c357 fru_node_t fru_type; in convert_fru() local
359 if (fru_get_node_type(hdl, &fru_type) != FRU_SUCCESS) { in convert_fru()
363 if (fru_type != FRU_NODE_CONTAINER) { in convert_fru()