Lines Matching defs:picl_nodehdl_t
43 typedef uint64_t picl_nodehdl_t;
132 extern int picl_get_root(picl_nodehdl_t *nodehandle);
135 extern int picl_get_propval_by_name(picl_nodehdl_t nodeh,
139 extern int picl_set_propval_by_name(picl_nodehdl_t nodeh,
142 extern int picl_get_first_prop(picl_nodehdl_t nodeh, picl_prophdl_t *proph);
144 extern int picl_get_prop_by_name(picl_nodehdl_t nodeh, const char *nm,
150 extern int picl_walk_tree_by_class(picl_nodehdl_t rooth,
152 int (*callback_fn)(picl_nodehdl_t hdl, void *args));
153 extern int picl_get_propinfo_by_name(picl_nodehdl_t nodeh, const char *pname,
156 extern int picl_find_node(picl_nodehdl_t rooth, char *pname,
158 picl_nodehdl_t *retnodeh);
160 extern int picl_get_node_by_path(const char *piclpath, picl_nodehdl_t *nodeh);
162 extern int picl_get_frutree_parent(picl_nodehdl_t devh, picl_nodehdl_t *fruh);