Home
last modified time | relevance | path

Searched refs:fruhdl (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c349 static int add_sensor_node(picl_nodehdl_t fruhdl, picl_nodehdl_t lochdl,
352 static int create_table(picl_nodehdl_t fruhdl, picl_prophdl_t *tblhdlp,
1978 create_table(picl_nodehdl_t fruhdl, picl_prophdl_t *tblhdlp, char *tbl_name) in create_table() argument
1997 err = ptree_create_and_add_prop(fruhdl, &prop, tblhdlp, &tblprophdl); in create_table()
2109 get_fruhdl_from_parent(picl_nodehdl_t loc, fru_hdl_t *fruhdl) in get_fruhdl_from_parent() argument
2138 *fruhdl = cp->handle; in get_fruhdl_from_parent()
2345 picl_nodehdl_t fruhdl; in frumemcfg_evhandler() local
2388 err = ptree_get_node_by_path(buf, &fruhdl); in frumemcfg_evhandler()
2391 err = ptree_get_propval_by_name(fruhdl, PICL_PROP_CHILD, in frumemcfg_evhandler()
2410 &fruhdl, sizeof (fruhdl)); in frumemcfg_evhandler()
[all …]
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/watchdog/
H A Dpiclwatchdog.c1482 picl_nodehdl_t fruhdl; in wd_state_change_evhandler() local
1499 &fruhdl)) == -1) { in wd_state_change_evhandler()
1508 rc = ptree_get_propval_by_name(fruhdl, PICL_PROP_NAME, in wd_state_change_evhandler()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1961 create_container_prop(picl_nodehdl_t fruhdl) in create_container_prop() argument
1976 retval = ptree_create_and_add_prop(fruhdl, &prop, NULL, &prophdl); in create_container_prop()
1984 create_frudata_props(picl_prophdl_t fruhdl) in create_frudata_props() argument
1990 for (retval = ptree_get_propval_by_name(fruhdl, PICL_PROP_CHILD, in create_frudata_props()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c375 static int create_table(picl_nodehdl_t fruhdl, picl_prophdl_t *tblhdlp,
982 create_table(picl_nodehdl_t fruhdl, picl_prophdl_t *tblhdlp, char *tbl_name) in create_table() argument
1001 err = ptree_create_and_add_prop(fruhdl, &prop, tblhdlp, &tblprophdl); in create_table()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c754 fru_open_container(picl_nodehdl_t fruhdl) in fru_open_container() argument
768 retval = ptree_get_propval_by_name(fruhdl, PICL_REFPROP_SEEPROM_SRC, in fru_open_container()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c760 fru_open_container(picl_nodehdl_t fruhdl) in fru_open_container() argument
777 retval = ptree_get_propval_by_name(fruhdl, PICL_REFPROP_SEEPROM_SRC, in fru_open_container()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1270 sun_fru_open_container(picl_nodehdl_t fruhdl) in sun_fru_open_container() argument
1276 cont_hash_obj = lookup_handle_object((handle_t)fruhdl, CONTAINER_TYPE); in sun_fru_open_container()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c4634 picl_nodehdl_t fruhdl; in event_completion_handler() local
4647 &fruhdl); in event_completion_handler()
4651 (void) ptree_get_propval_by_name(fruhdl, PICL_PROP_NAME, in event_completion_handler()