get_node_by_path  643 scripts/dtc/checks.c 	chosen = get_node_by_path(dt, "/chosen");
get_node_by_path  213 scripts/dtc/dtc.h struct node *get_node_by_path(struct node *tree, const char *path);
get_node_by_path  463 scripts/dtc/livetree.c 			return get_node_by_path(child, p+1);
get_node_by_path  515 scripts/dtc/livetree.c 		return get_node_by_path(tree, ref);
get_node_by_path  556 scripts/dtc/livetree.c 	cpus = get_node_by_path(tree, "/cpus");