Lines Matching refs:cpp
222 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_strings() local
267 cpp = &np->child; in bootx_scan_dt_build_strings()
268 while(*cpp) { in bootx_scan_dt_build_strings()
269 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_strings()
270 bootx_scan_dt_build_strings(base, *cpp, mem_end); in bootx_scan_dt_build_strings()
271 cpp = &np->sibling; in bootx_scan_dt_build_strings()
280 u32 *cpp, *ppp = &np->properties; in bootx_scan_dt_build_struct() local
339 cpp = &np->child; in bootx_scan_dt_build_struct()
340 while(*cpp) { in bootx_scan_dt_build_struct()
341 np = (struct bootx_dt_node *)(base + *cpp); in bootx_scan_dt_build_struct()
342 bootx_scan_dt_build_struct(base, *cpp, mem_end); in bootx_scan_dt_build_struct()
343 cpp = &np->sibling; in bootx_scan_dt_build_struct()