HelenOS sources
ofw_get_child_node 134 boot/arch/sparc64/src/ofw.c phandle node = ofw_get_child_node(cpus_parent);
ofw_get_child_node 145 boot/arch/sparc64/src/ofw.c phandle subnode = ofw_get_child_node(node);
ofw_get_child_node 100 boot/genarch/include/genarch/ofw.h extern phandle ofw_get_child_node(const phandle);
ofw_get_child_node 476 boot/genarch/src/ofw.c phandle child = ofw_get_child_node(current);
ofw_get_child_node 131 boot/genarch/src/ofw_tree.c phandle child = ofw_get_child_node(current);
HelenOS homepage, sources at GitHub