Searched refs:ft_reserve (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.h46 struct ft_reserve { struct
H A Dflatdevtree.c462 struct ft_reserve *res;
464 res = (struct ft_reserve *)cxt->rgn[FT_RSVMAP].start;
509 struct ft_reserve *pres;
528 cxt->rgn[FT_RSVMAP].size = sizeof(struct ft_reserve);
529 pres = (struct ft_reserve *)p;
530 cxt->rgn[FT_STRUCT].start = p += sizeof(struct ft_reserve);
591 struct ft_reserve *pres;
594 - sizeof(struct ft_reserve);
595 if (!ft_make_space(cxt, &p, FT_RSVMAP, sizeof(struct ft_reserve)))
598 pres = (struct ft_reserve *)
[all...]

Completed in 18 milliseconds