Searched defs:node_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds.c368 picl_nodehdl_t node_hdl; local
376 if (find_disk_slot(dtls, d, &node_hdl) != PICL_SUCCESS)
378 if (ptree_get_prop_by_name(node_hdl, PICL_PROP_DEVICES,
396 r = ptree_get_node_by_path(ledstr, &node_hdl);
402 if (ptree_get_prop_by_name(node_hdl,
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/envmon/
H A Dpiclenvmon.c105 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, argument
850 err = add_regular_prop(node_hdl, prop_name, fru_to_ptype[fru_type],
1134 picl_nodehdl_t node_hdl; local
1216 err = get_child_by_name(envmonh, platform_tree_name, &node_hdl);
1224 fru_to_class[fru_type], &node_hdl);
1228 err = add_volatile_prop(node_hdl, fru_to_prop[fru_type],
1242 err = add_value_prop(node_hdl, PICL_PROP_LOW_WARNING,
1249 err = add_value_prop(node_hdl, PICL_PROP_LOW_SHUTDOWN,
1256 err = add_value_prop(node_hdl, PICL_PROP_LOW_POWER_OF
[all...]

Completed in 47 milliseconds