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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1753 picl_nodehdl_t chld_node; local
1759 if (ptree_create_node(sec_name, PICL_CLASS_SECTION, &chld_node)
1772 if (ptree_create_and_add_prop(chld_node, &prop, &section->offset,
1774 freeup(chld_node);
1780 if (ptree_create_and_add_prop(chld_node, &prop, &section->length,
1782 freeup(chld_node);
1789 if (ptree_create_and_add_prop(chld_node, &prop, &section->protection,
1791 freeup(chld_node);
1800 if (ptree_create_and_add_prop(chld_node, &prop, NULL, &prophdl)
1802 freeup(chld_node);
[all...]

Completed in 60 milliseconds