Lines Matching refs:pp
98 struct bootx_dt_prop *pp = in bootx_early_getprop() local
101 if (strcmp((char *)((unsigned long)pp->name + base), in bootx_early_getprop()
103 return (void *)((unsigned long)pp->value + base); in bootx_early_getprop()
105 ppp = &pp->next; in bootx_early_getprop()
252 struct bootx_dt_prop *pp = in bootx_scan_dt_build_strings() local
255 namep = pp->name ? (char *)(base + pp->name) : NULL; in bootx_scan_dt_build_strings()
263 ppp = &pp->next; in bootx_scan_dt_build_strings()
311 struct bootx_dt_prop *pp = in bootx_scan_dt_build_struct() local
314 namep = pp->name ? (char *)(base + pp->name) : NULL; in bootx_scan_dt_build_struct()
324 pp->value ? (void *)(base + pp->value): NULL, in bootx_scan_dt_build_struct()
325 pp->length, mem_end); in bootx_scan_dt_build_struct()
327 ppp = &pp->next; in bootx_scan_dt_build_struct()