Searched refs:ft_make_space (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.c257 static int ft_make_space(struct ft_cxt *cxt, char **pp, enum ft_rgn_id rgn, function
376 if (!ft_make_space(cxt, &cxt->p, FT_STRUCT, len))
390 if (ft_make_space(cxt, &cxt->p, FT_STRUCT, 4))
421 if (!ft_make_space(cxt, &p, FT_STRINGS, strlen(name) + 1))
437 if (!ft_make_space(cxt, &cxt->p, FT_STRUCT, len))
576 /* Leave as '0' to force first ft_make_space call to do a ft_reorder
595 if (!ft_make_space(cxt, &p, FT_RSVMAP, sizeof(struct ft_reserve)))
919 if (nextra && !ft_make_space(cxt, &cxt->p, FT_STRUCT,
954 if (!ft_make_space(cxt, &cxt->p, FT_STRUCT, -size))

Completed in 41 milliseconds