Lines Matching defs:rooth
1194 ptree_get_root(picl_nodehdl_t *rooth)
1196 *rooth = ptree_root_hdl;
2780 get_child_by_path(picl_nodehdl_t rooth, char *prl,
2827 for (err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,
2899 picl_nodehdl_t rooth;
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,
3038 err = ptree_add_node(rooth, tmph);
3053 do_walk(picl_nodehdl_t rooth, const char *classname,
3060 err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,
3088 * This function visits all the nodes in the subtree rooted at <rooth>.
3093 ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname,
3100 err = do_walk(rooth, classname, c_args, callback_fn);
3148 ptree_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype,
3156 err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh,
3298 picltree_set_root(picl_nodehdl_t rooth)
3305 err = lookup_and_lock_node(RDLOCK_NODE, rooth, &pobj); /* lock node */
3464 add_root_props(picl_nodehdl_t rooth)
3481 err = ptree_create_and_add_prop(rooth, &pinfo, &picl_vers, &proph);