Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c103 static int add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name,
834 add_value_prop(picl_nodehdl_t node_hdl, const char *prop_name, int fru_type, in add_value_prop() argument
848 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type], in add_value_prop()
1132 picl_nodehdl_t node_hdl; in add_env_nodes() local
1214 err = get_child_by_name(envmonh, platform_tree_name, &node_hdl); in add_env_nodes()
1222 fru_to_class[fru_type], &node_hdl); in add_env_nodes()
1226 err = add_volatile_prop(node_hdl, fru_to_prop[fru_type], in add_env_nodes()
1240 err = add_value_prop(node_hdl, PICL_PROP_LOW_WARNING, in add_env_nodes()
1247 err = add_value_prop(node_hdl, PICL_PROP_LOW_SHUTDOWN, in add_env_nodes()
1254 err = add_value_prop(node_hdl, PICL_PROP_LOW_POWER_OFF, in add_env_nodes()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c366 picl_nodehdl_t node_hdl; in delete_led_refs() local
374 if (find_disk_slot(dtls, d, &node_hdl) != PICL_SUCCESS) in delete_led_refs()
376 if (ptree_get_prop_by_name(node_hdl, PICL_PROP_DEVICES, in delete_led_refs()
394 r = ptree_get_node_by_path(ledstr, &node_hdl); in delete_led_refs()
400 if (ptree_get_prop_by_name(node_hdl, in delete_led_refs()
/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfrutree.h156 int fru_get_node_info(fru_hdl_t node_hdl, node_t *node);