Searched refs:get_node_by_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/dtc/
H A Dlivetree.c445 struct node *get_node_by_path(struct node *tree, const char *path) function
463 return get_node_by_path(child, p+1);
515 return get_node_by_path(tree, ref);
556 cpus = get_node_by_path(tree, "/cpus");
H A Ddtc.h213 struct node *get_node_by_path(struct node *tree, const char *path);
H A Dchecks.c643 chosen = get_node_by_path(dt, "/chosen");

Completed in 102 milliseconds