Searched refs:prophdl (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 926 picl_nodehdl_t prophdl; in create_packet_table() local 943 &prophdl); in create_packet_table() 1117 picl_prophdl_t prophdl[NUM_OF_COL_IN_PKT_TABLE]; in add_row_to_table() local 1136 retval = ptree_create_prop(&prop, NULL, &prophdl[0]); in add_row_to_table() 1150 retval = ptree_create_prop(&prop, NULL, &prophdl[1]); in add_row_to_table() 1155 hash_obj = alloc_packet_node_object(prophdl[1], pkt); in add_row_to_table() 1161 prophdl); in add_row_to_table() 1400 picl_prophdl_t prophdl; in create_segment_node() local 1429 &prophdl) != PICL_SUCCESS) { in create_segment_node() 1438 &prophdl) != PICL_SUCCESS) { in create_segment_node() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/ |
H A D | piclfrutree.c | 1605 picl_prophdl_t prophdl; in create_cpu_references() local 1663 PICL_REFPROP_FRU_PARENT, &prophdl); in create_cpu_references() 1686 err = ptree_get_prop_by_name(cpuhdl, PICL_REFPROP_FRU_PARENT, &prophdl); in create_cpu_references() 1701 err = ptree_get_prop_by_name(cpuhdl, PICL_PROP_ENV, &prophdl); in create_cpu_references() 1703 err = ptree_delete_prop(prophdl); in create_cpu_references() 1706 (void) ptree_destroy_prop(prophdl); in create_cpu_references() 1938 picl_prophdl_t prophdl[2]; in create_table_entry() local 1949 err = ptree_create_prop(&prop, class, &prophdl[0]); in create_table_entry() 1963 err = ptree_create_prop(&prop, &refhdl, &prophdl[1]); in create_table_entry() 1970 err = ptree_add_row_to_table(tblhdl, 2, prophdl); in create_table_entry() [all …]
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/ |
H A D | psvcplugin.c | 918 picl_prophdl_t prophdl; in node_property() local 934 err = ptree_create_prop(&propinfo, value, &prophdl); in node_property() 939 err = ptree_add_prop(node, prophdl); in node_property()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/ |
H A D | piclfrudr.c | 942 picl_prophdl_t prophdl[2]; in create_table_entry() local 953 err = ptree_create_prop(&prop, class, &prophdl[0]); in create_table_entry() 967 err = ptree_create_prop(&prop, &refhdl, &prophdl[1]); in create_table_entry() 974 err = ptree_add_row_to_table(tblhdl, 2, prophdl); in create_table_entry()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 763 picl_prophdl_t prophdl; in fru_open_container() local 782 &prophdl); in fru_open_container() 787 retval = ptree_get_propinfo(prophdl, &propinfo); in fru_open_container() 798 retval = ptree_get_propval(prophdl, bname, propinfo.piclinfo.size); in fru_open_container()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 772 picl_prophdl_t prophdl; in fru_open_container() local 791 &prophdl); in fru_open_container() 796 retval = ptree_get_propinfo(prophdl, &propinfo); in fru_open_container() 807 retval = ptree_get_propval(prophdl, bname, propinfo.piclinfo.size); in fru_open_container()
|
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 1565 picl_prophdl_t prophdl[2]; in create_table_entry() local 1577 &prophdl[0])) != PICL_SUCCESS) { in create_table_entry() 1591 &prophdl[1])) != PICL_SUCCESS) { in create_table_entry() 1596 if ((rc = ptree_add_row_to_table(tblhdl, 2, prophdl)) != PICL_SUCCESS) { in create_table_entry()
|