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

/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_sun4v.c85 picl_nodehdl_t rooth; /* root PICL node for IO display */ local
127 err = picl_get_root(&rooth);
133 err = sun4v_get_node_by_name(rooth, PICL_NODE_PLATFORM, &plafh);
241 sun4v_get_node_by_name(picl_nodehdl_t rooth, char *name, argument
252 err = picl_get_propval_by_name(rooth, PICL_PROP_CHILD, &childh,
H A Ddisplay_sun4v.c169 static picl_nodehdl_t rooth = 0, phyplatformh = 0; variable
261 if (picl_get_root(&rooth) != PICL_SUCCESS)
268 if (sun4v_get_node_by_name(rooth, PICL_NODE_PHYSICAL_PLATFORM,
2165 (void) picl_walk_tree_by_class(rooth, "openprom", NULL,
2178 (void) picl_walk_tree_by_class(rooth, "openprom", NULL,
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_topo.c165 di_node_t rooth = DI_NODE_NIL; local
172 if ((rooth = di_init("/", DINFOPROP)) == NULL) {
177 if (di_prom_prop_lookup_bytes(promh, rooth, promprop, &bufp) != -1)
180 di_fini(rooth);
/osnet-11/usr/src/lib/libpicltree/
H A Dllib-lpicltree76 int ptree_create_and_add_node(picl_nodehdl_t rooth, const char *name,
79 int ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname,
82 int ptree_find_node(picl_nodehdl_t rooth, char *pname,
H A Dpicltree.h121 extern int ptree_create_and_add_node(picl_nodehdl_t rooth,
126 extern int ptree_walk_tree_by_class(picl_nodehdl_t rooth,
129 extern int ptree_find_node(picl_nodehdl_t rooth, char *pname,
H A Dpicltree.c1194 ptree_get_root(picl_nodehdl_t *rooth) argument
1196 *rooth = ptree_root_hdl;
2780 get_child_by_path(picl_nodehdl_t rooth, char *prl, argument
2827 for (err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,
2899 picl_nodehdl_t rooth; local
2929 err = ptree_get_root(&rooth);
2933 for (chdh = rooth, tokindex = strchr(ptr, '/');
3027 ptree_create_and_add_node(picl_nodehdl_t rooth, const char *name, argument
3038 err = ptree_add_node(rooth, tmph);
3053 do_walk(picl_nodehdl_t rooth, cons argument
3093 ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname, void *c_args, int (*callback_fn)(picl_nodehdl_t hdl, void *args)) argument
3148 ptree_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, void *pval, size_t valsize, picl_nodehdl_t *retnodeh) argument
3298 picltree_set_root(picl_nodehdl_t rooth) argument
3464 add_root_props(picl_nodehdl_t rooth) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c132 di_node_t rooth)
148 if (di_prom_prop_lookup_bytes(promh, rooth, TOPO_AUTH_DI_CHASSIS_SN,
155 if (di_prom_prop_lookup_bytes(promh, rooth, TOPO_AUTH_DI_BANNER_NAME,
257 di_node_t rooth = topo_hdl_devinfo(thp); local
280 topo_auth_prom(thp, nvl, promh, rooth);
131 topo_auth_prom(topo_hdl_t *thp, nvlist_t *nvl, di_prom_handle_t promh, di_node_t rooth) argument
/osnet-11/usr/src/lib/libpicl/
H A Dllib-lpicl51 int picl_walk_tree_by_class(picl_nodehdl_t rooth,
H A Dpicl.h150 extern int picl_walk_tree_by_class(picl_nodehdl_t rooth,
156 extern int picl_find_node(picl_nodehdl_t rooth, char *pname,
H A Dpicl.c327 * the buffer <rooth>
330 picl_get_root(picl_nodehdl_t *rooth) argument
345 *rooth = ret->ret_root.rnode;
707 do_walk(picl_nodehdl_t rooth, const char *classname, argument
714 err = picl_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,
746 picl_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname, argument
753 err = do_walk(rooth, classname, c_args, callback_fn);
812 picl_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, argument
823 req->nodeh = rooth;
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c60 static picl_errno_t do_walk(picl_nodehdl_t rooth, const char *classname,
62 static int opl_get_node_by_name(picl_nodehdl_t rooth, char *name,
475 picl_nodehdl_t rooth; /* root PICL node for IO display */ local
488 err = picl_get_root(&rooth);
495 err = opl_get_node_by_name(rooth, PICL_NODE_PLATFORM, &plafh);
514 opl_get_node_by_name(picl_nodehdl_t rooth, char *name, argument
525 err = picl_get_propval_by_name(rooth, PICL_PROP_CHILD, &childh,
878 do_walk(picl_nodehdl_t rooth, const char *classname, argument
885 err = picl_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,

Completed in 58 milliseconds