OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_node_by_path
(Results
1 - 2
of
2
) sorted by null
/external/dtc/
livetree.c
486
struct node *
get_node_by_path
(struct node *tree, const char *path)
function
505
return
get_node_by_path
(child, p+1);
559
return
get_node_by_path
(tree, ref);
600
cpus =
get_node_by_path
(tree, "/cpus");
/external/u-boot/scripts/dtc/
livetree.c
493
struct node *
get_node_by_path
(struct node *tree, const char *path)
function
512
return
get_node_by_path
(child, p+1);
569
return
get_node_by_path
(tree, ref);
610
cpus =
get_node_by_path
(tree, "/cpus");
Completed in 2677 milliseconds