Searched defs:picl_root_node (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c175 picl_nodehdl_t picl_root_node; local
199 status = ptree_get_root(&picl_root_node);
210 status = ptree_walk_tree_by_class(picl_root_node,
220 status = ptree_walk_tree_by_class(picl_root_node,
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c49 static picl_nodehdl_t picl_root_node; variable
250 picl_root_node = picl_node;
296 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) {
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c54 static picl_nodehdl_t picl_root_node; variable
261 picl_root_node = picl_node;
307 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) {

Completed in 49 milliseconds