Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c572 picl_prophdl_t tblhdl; in add_chassis_node() local
738 picl_prophdl_t tblhdl; in add_fru_node() local
770 &tblhdl, sizeof (tblhdl)); in add_fru_node()
837 childh, tblhdl); in add_fru_node()
880 picl_prophdl_t tblhdl; in add_location_node() local
1037 &tblhdl, sizeof (tblhdl)); in remove_picl_node()
2558 PICL_PROP_DEVICES, &tblhdl, sizeof (tblhdl)); in frumemcfg_evhandler()
2741 sizeof (tblhdl)); in get_dimm_status()
2810 sizeof (tblhdl)); in get_dimm_status()
2875 sizeof (tblhdl)); in get_cpu_status()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c925 picl_prophdl_t tblhdl; in create_packet_table() local
929 retval = ptree_create_table(&tblhdl); in create_packet_table()
949 *thdl = tblhdl; in create_packet_table()
979 picl_prophdl_t tblhdl; in frudata_delete_packet() local
1021 &tblhdl); in frudata_delete_packet()
1027 retval = ptree_delete_prop(tblhdl); in frudata_delete_packet()
1033 retval = ptree_destroy_prop(tblhdl); in frudata_delete_packet()
1051 retval = create_packet_table(warg->nodeh, &tblhdl); in frudata_delete_packet()
1242 (void) add_row_to_table(hash_obj, *tblhdl, packet+cnt, in frudata_read_packet()
1279 picl_prophdl_t tblhdl; in frudata_add_packet() local
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c377 static int create_table_entry(picl_prophdl_t tblhdl,
938 create_table_entry(picl_prophdl_t tblhdl, picl_nodehdl_t refhdl, char *class) in create_table_entry() argument
974 err = ptree_add_row_to_table(tblhdl, 2, prophdl); in create_table_entry()
2318 picl_prophdl_t tblhdl; in update_disk_node() local
2353 PICL_PROP_DEVICES, &tblhdl, sizeof (tblhdl)); in update_disk_node()
2356 err = ptree_get_next_by_col(tblhdl, &tblhdl2); in update_disk_node()
2358 err = create_table_entry(tblhdl, devhdl, in update_disk_node()
2380 err = create_table(diskndh, &tblhdl, PICL_PROP_DEVICES); in update_disk_node()