Lines Matching refs:pp
100 struct bootx_dt_prop *pp = in bootx_early_getprop() local
103 if (strcmp((char *)((unsigned long)pp->name + base), in bootx_early_getprop()
105 return (void *)((unsigned long)pp->value + base); in bootx_early_getprop()
107 ppp = &pp->next; in bootx_early_getprop()
254 struct bootx_dt_prop *pp = in bootx_scan_dt_build_strings() local
257 namep = pp->name ? (char *)(base + pp->name) : NULL; in bootx_scan_dt_build_strings()
265 ppp = &pp->next; in bootx_scan_dt_build_strings()
313 struct bootx_dt_prop *pp = in bootx_scan_dt_build_struct() local
316 namep = pp->name ? (char *)(base + pp->name) : NULL; in bootx_scan_dt_build_struct()
326 pp->value ? (void *)(base + pp->value): NULL, in bootx_scan_dt_build_struct()
327 pp->length, mem_end); in bootx_scan_dt_build_struct()
329 ppp = &pp->next; in bootx_scan_dt_build_struct()