Lines Matching refs:rooth

1194 ptree_get_root(picl_nodehdl_t *rooth)  in ptree_get_root()  argument
1196 *rooth = ptree_root_hdl; in ptree_get_root()
2780 get_child_by_path(picl_nodehdl_t rooth, char *prl, in get_child_by_path() argument
2827 for (err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh, in get_child_by_path()
2899 picl_nodehdl_t rooth; in ptree_get_node_by_path() local
2929 err = ptree_get_root(&rooth); in ptree_get_node_by_path()
2933 for (chdh = rooth, tokindex = strchr(ptr, '/'); in ptree_get_node_by_path()
3027 ptree_create_and_add_node(picl_nodehdl_t rooth, const char *name, in ptree_create_and_add_node() argument
3038 err = ptree_add_node(rooth, tmph); in ptree_create_and_add_node()
3053 do_walk(picl_nodehdl_t rooth, const char *classname, in do_walk() argument
3060 err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh, in do_walk()
3093 ptree_walk_tree_by_class(picl_nodehdl_t rooth, const char *classname, in ptree_walk_tree_by_class() argument
3100 err = do_walk(rooth, classname, c_args, callback_fn); in ptree_walk_tree_by_class()
3148 ptree_find_node(picl_nodehdl_t rooth, char *pname, picl_prop_type_t ptype, in ptree_find_node() argument
3156 err = ptree_get_propval_by_name(rooth, PICL_PROP_CHILD, &chdh, in ptree_find_node()
3298 picltree_set_root(picl_nodehdl_t rooth) in picltree_set_root() argument
3305 err = lookup_and_lock_node(RDLOCK_NODE, rooth, &pobj); /* lock node */ in picltree_set_root()
3464 add_root_props(picl_nodehdl_t rooth) in add_root_props() argument
3481 err = ptree_create_and_add_prop(rooth, &pinfo, &picl_vers, &proph); in add_root_props()