Searched refs:node_hdl (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/envmon/ |
H A D | piclenvmon.c | 105 static int add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name, 836 add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name, int fru_type, in add_value_prop() argument 850 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type], in add_value_prop() 1134 picl_nodehdl_t node_hdl; in add_env_nodes() local 1216 err = get_child_by_name(envmonh, platform_tree_name, &node_hdl); in add_env_nodes() 1224 fru_to_class[fru_type], &node_hdl); in add_env_nodes() 1228 err = add_volatile_prop(node_hdl, fru_to_prop[fru_type], in add_env_nodes() 1242 err = add_value_prop(node_hdl, PICL_PROP_LOW_WARNING, in add_env_nodes() 1249 err = add_value_prop(node_hdl, PICL_PROP_LOW_SHUTDOWN, in add_env_nodes() 1256 err = add_value_prop(node_hdl, PICL_PROP_LOW_POWER_OFF, in add_env_nodes() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
H A D | fcal_leds.c | 368 picl_nodehdl_t node_hdl; in delete_led_refs() local 376 if (find_disk_slot(dtls, d, &node_hdl) != PICL_SUCCESS) in delete_led_refs() 378 if (ptree_get_prop_by_name(node_hdl, PICL_PROP_DEVICES, in delete_led_refs() 396 r = ptree_get_node_by_path(ledstr, &node_hdl); in delete_led_refs() 402 if (ptree_get_prop_by_name(node_hdl, in delete_led_refs()
|
/titanic_44/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfrutree.h | 156 int fru_get_node_info(fru_hdl_t node_hdl, node_t *node);
|