Searched refs:ft_find_descendent (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.h102 void *ft_find_descendent(struct ft_cxt *cxt, void *top, const char *srch_path);
H A Dflatdevtree.c653 node = ft_find_descendent(cxt, ft_root_node(cxt), srch_path);
666 node = ft_find_descendent(cxt, node, srch_path);
670 void *ft_find_descendent(struct ft_cxt *cxt, void *top, const char *srch_path) function

Completed in 49 milliseconds