Lines Matching refs:cpp
224 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
269 cpp = &np->child; in bootx_scan_dt_build_strings()
270 while(*cpp) { in bootx_scan_dt_build_strings()
271 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings()
272 bootx_scan_dt_build_strings(base, *cpp, mem_end); in bootx_scan_dt_build_strings()
273 cpp = &np->sibling; in bootx_scan_dt_build_strings()
282 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
341 cpp = &np->child; in bootx_scan_dt_build_struct()
342 while(*cpp) { in bootx_scan_dt_build_struct()
343 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct()
344 bootx_scan_dt_build_struct(base, *cpp, mem_end); in bootx_scan_dt_build_struct()
345 cpp = &np->sibling; in bootx_scan_dt_build_struct()