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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c140 char *p = (char *)cxt->bph + HDR_SIZE;
148 return p <= (char *)cxt->bph + cxt->max_size;
172 memcpy(p, cxt->bph, sizeof(struct boot_param_header));
175 cxt->bph = (struct boot_param_header *)p;
204 return (char *)cxt->bph + HDR_SIZE;
211 return (char *)cxt->bph + cxt->max_size;
278 < (char *)cxt->bph + cxt->max_size) {
280 str = (char *)cxt->bph + cxt->max_size - ssize;
305 newp = cxt->realloc(cxt->bph, size);
309 shift = newp - (char *)cxt->bph;
507 struct boot_param_header *bph = blob; local
548 struct boot_param_header *bph = blob; local
612 struct boot_param_header *bph = cxt->bph; local
[all...]
H A Dflatdevtree_misc.c58 return (unsigned long)cxt.bph;
H A Dflatdevtree.h66 struct boot_param_header *bph; member in struct:ft_cxt

Completed in 85 milliseconds