Searched refs:tblhdl (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 319 picl_prophdl_t tblhdl); 321 picl_prophdl_t tblhdl); 330 picl_nodehdl_t nodeh, picl_prophdl_t tblhdl); 332 picl_prophdl_t tblhdl); 351 picl_prophdl_t tblhdl, picl_nodehdl_t *sensorhdlp); 354 static int create_table_entry(picl_prophdl_t tblhdl, 574 picl_prophdl_t tblhdl; in add_chassis_node() local 593 err = create_table(childh, &tblhdl, PICL_PROP_DEVICES); in add_chassis_node() 597 err = add_led_nodes(childh, "chassis", LOM_LED_POSITION_FRU, tblhdl); in add_chassis_node() 610 err = add_intermediate_nodes(&nodeh, "DISK0", &tblhdl, in add_chassis_node() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 925 picl_prophdl_t tblhdl; in create_packet_table() local 929 retval = ptree_create_table(&tblhdl); in create_packet_table() 942 retval = ptree_create_and_add_prop(seghdl, &prop, &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() 1087 (void) add_row_to_table(seg_hash_obj, tblhdl, packet+count, in frudata_delete_packet() [all …]
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 377 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()
|
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 1561 create_table_entry(picl_prophdl_t tblhdl, picl_nodehdl_t refhdl, char *class) in create_table_entry() argument 1596 if ((rc = ptree_add_row_to_table(tblhdl, 2, prophdl)) != PICL_SUCCESS) { in create_table_entry() 3926 picl_prophdl_t tblprophdl, tblhdl; in port_init() local 3940 &tblhdl)) != PICL_SUCCESS) { in port_init() 3950 if ((rc = create_table_entry(tblhdl, refhdl, class)) != in port_init() 3956 device.device_tblhdl = tblhdl; in port_init()
|