get_node_by_path 694 scripts/dtc/checks.c if (!prop->val.val || !get_node_by_path(dti->dt, prop->val.val)) { get_node_by_path 1280 scripts/dtc/checks.c chosen = get_node_by_path(dt, "/chosen"); get_node_by_path 231 scripts/dtc/dtc.h struct node *get_node_by_path(struct node *tree, const char *path); get_node_by_path 531 scripts/dtc/livetree.c return get_node_by_path(child, p+1); get_node_by_path 588 scripts/dtc/livetree.c return get_node_by_path(tree, ref); get_node_by_path 629 scripts/dtc/livetree.c cpus = get_node_by_path(tree, "/cpus");