Searched refs:tblhdl (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c319 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; local
593 err = create_table(childh, &tblhdl, PICL_PROP_DEVICES);
597 err = add_led_nodes(childh, "chassis", LOM_LED_POSITION_FRU, tblhdl);
610 err = add_intermediate_nodes(&nodeh, "DISK0", &tblhdl,
740 picl_prophdl_t tblhdl; local
882 picl_prophdl_t tblhdl; local
1029 picl_prophdl_t tblhdl; local
1125 add_child_pci_references(picl_nodehdl_t nodeh, picl_prophdl_t tblhdl, picl_nodehdl_t devnodeh) argument
1171 picl_prophdl_t tblhdl; local
1263 picl_prophdl_t tblhdl; local
1456 create_dimm_references(picl_nodehdl_t parh, int dimm_id, picl_nodehdl_t nodeh, picl_prophdl_t tblhdl) argument
1596 create_cpu_references(char *pname, picl_nodehdl_t nodeh, picl_prophdl_t tblhdl) argument
1934 create_table_entry(picl_prophdl_t tblhdl, picl_nodehdl_t refhdl, char *class) argument
2348 picl_prophdl_t tblhdl; local
2576 add_sensor_node(picl_nodehdl_t fruhdl, picl_nodehdl_t lochdl, char *nodename, char *class, char *prop_class, picl_prophdl_t tblhdl, picl_nodehdl_t *sensorhdlp) argument
2696 picl_prophdl_t tblhdl; local
2867 picl_prophdl_t tblhdl; local
3119 add_env_nodes(picl_nodehdl_t nodeh, char *nodename, picl_prophdl_t tblhdl) argument
3592 add_led_nodes(picl_nodehdl_t nodeh, char *name, int position, picl_prophdl_t tblhdl) argument
3854 picl_prophdl_t tblhdl; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c925 picl_prophdl_t tblhdl; local
929 retval = ptree_create_table(&tblhdl);
942 retval = ptree_create_and_add_prop(seghdl, &prop, &tblhdl,
949 *thdl = tblhdl;
979 picl_prophdl_t tblhdl; local
1021 &tblhdl);
1027 retval = ptree_delete_prop(tblhdl);
1033 retval = ptree_destroy_prop(tblhdl);
1051 retval = create_packet_table(warg->nodeh, &tblhdl);
1087 (void) add_row_to_table(seg_hash_obj, tblhdl, packe
1109 add_row_to_table(hash_obj_t *seg_obj, picl_nodehdl_t tblhdl, packet_t *pkt, container_tbl_t *cont_tbl) argument
1197 frudata_read_packet(picl_nodehdl_t nodeh, picl_prophdl_t *tblhdl, container_tbl_t *cont_tbl, door_cred_t *cred) argument
1279 picl_prophdl_t tblhdl; local
1401 picl_nodehdl_t tblhdl; 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) argument
974 err = ptree_add_row_to_table(tblhdl, 2, prophdl);
2318 picl_prophdl_t tblhdl; local
2353 PICL_PROP_DEVICES, &tblhdl, sizeof (tblhdl));
2356 err = ptree_get_next_by_col(tblhdl, &tblhdl2);
2358 err = create_table_entry(tblhdl, devhdl,
2380 err = create_table(diskndh, &tblhdl, PICL_PROP_DEVICES);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/
H A Dpiclfrutree.c1561 create_table_entry(picl_prophdl_t tblhdl, picl_nodehdl_t refhdl, char *class) argument
1596 if ((rc = ptree_add_row_to_table(tblhdl, 2, prophdl)) != PICL_SUCCESS) {
3926 picl_prophdl_t tblprophdl, tblhdl; local
3940 &tblhdl)) != PICL_SUCCESS) {
3950 if ((rc = create_table_entry(tblhdl, refhdl, class)) !=
3956 device.device_tblhdl = tblhdl;

Completed in 919 milliseconds