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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c91 /* Struct used to return info from ft_next() */
100 static char *ft_next(struct ft_cxt *cxt, char *p, struct ft_atom *ret) function
477 /* make check in ft_next happy */
481 while ((next = ft_next(cxt, p, &atom)) != NULL)
494 while ((next = ft_next(cxt, p, &atom)) != NULL) {
684 while ((p = ft_next(cxt, p, &atom)) != NULL) {
744 while ((p = ft_next(cxt, p, &atom)) != NULL) {
779 while ((node = ft_next(cxt, node, &atom)) != NULL) {
833 while ((next = ft_next(cxt, p, &atom)) != NULL) {
900 next = ft_next(cx
[all...]

Completed in 43 milliseconds