Lines Matching refs:ppp
97 u32 *ppp = &np->properties; in bootx_early_getprop() local
99 while(*ppp) { in bootx_early_getprop()
101 (struct bootx_dt_prop *)(base + *ppp); in bootx_early_getprop()
107 ppp = &pp->next; in bootx_early_getprop()
224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
253 while (*ppp) { in bootx_scan_dt_build_strings()
255 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_strings()
265 ppp = &pp->next; in bootx_scan_dt_build_strings()
282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
312 while (*ppp) { in bootx_scan_dt_build_struct()
314 (struct bootx_dt_prop *)(base + *ppp); in bootx_scan_dt_build_struct()
329 ppp = &pp->next; in bootx_scan_dt_build_struct()