HelenOS sources

ofw_tree_find_child   48 kernel/arch/sparc64/include/arch/cpu_node.h 	parent = ofw_tree_find_child(ofw_tree_lookup("/"), "ssm@0,0");
ofw_tree_find_child   97 kernel/arch/sparc64/src/cpu/sun4u/cpu.c 		node = ofw_tree_find_child(cpus_parent(), "cmp");
ofw_tree_find_child  101 kernel/arch/sparc64/src/cpu/sun4u/cpu.c 			    ofw_tree_find_child(node, "cpu@0"));
ofw_tree_find_child  105 kernel/arch/sparc64/src/cpu/sun4u/cpu.c 			    ofw_tree_find_child(node, "cpu@1"));
ofw_tree_find_child   72 kernel/arch/sparc64/src/smp/sun4u/smp.c 		node = ofw_tree_find_child(cpus_parent(), "cmp");
ofw_tree_find_child  125 kernel/arch/sparc64/src/smp/sun4u/smp.c 		node = ofw_tree_find_child(cpus_parent(), "cmp");
ofw_tree_find_child  127 kernel/arch/sparc64/src/smp/sun4u/smp.c 			wakeup_cpu(ofw_tree_find_child(node, "cpu@0"));
ofw_tree_find_child  128 kernel/arch/sparc64/src/smp/sun4u/smp.c 			wakeup_cpu(ofw_tree_find_child(node, "cpu@1"));
ofw_tree_find_child   79 kernel/genarch/include/genarch/ofw/ofw_tree.h extern ofw_tree_node_t *ofw_tree_find_child(ofw_tree_node_t *, const char *);
ofw_tree_find_child  264 kernel/genarch/src/ofw/ofw_tree.c 		node = ofw_tree_find_child(node, buf);
HelenOS homepage, sources at GitHub