Home
last modified time | relevance | path

Searched refs:picl_root_node (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c173 picl_nodehdl_t picl_root_node; in pri_worker_thread() local
197 status = ptree_get_root(&picl_root_node); in pri_worker_thread()
208 status = ptree_walk_tree_by_class(picl_root_node, in pri_worker_thread()
218 status = ptree_walk_tree_by_class(picl_root_node, in pri_worker_thread()
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c47 static picl_nodehdl_t picl_root_node; variable
248 picl_root_node = picl_node; in fpt_get_root()
294 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) { in fpt_get_parent()
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c52 static picl_nodehdl_t picl_root_node; variable
259 picl_root_node = picl_node; in fpt_get_root()
305 if (TREEHDL_TO_PICLHDL(handle) == picl_root_node) { in fpt_get_parent()