HomeSort by relevance Sort by last modified time
    Searched defs:fru_type (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libfru/libnvfru/
nvfru.c 354 fru_node_t fru_type; local
356 if (fru_get_node_type(hdl, &fru_type) != FRU_SUCCESS) {
360 if (fru_type != FRU_NODE_CONTAINER) {
  /onnv/onnv-gate/usr/src/cmd/prtfru/
prtfru.c 142 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,
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,
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, path, name, end_node, end_args)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
piclenvmon.c 106 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,
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
1557 int fru_type; local
1725 int fru_type; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/sys/
mct_topology.h 224 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
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
piclfrutree.c 1192 case FRU_TYPE:
5803 char fru_type[PICL_PROPNAMELEN_MAX]; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/io/
scsb.c 2677 scsb_utype_t fru_type; local
4005 scsb_utype_t fru_type; local
4378 scsb_utype_t fru_type; local
    [all...]

Completed in 420 milliseconds