Searched refs:prev_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 2040 char *prev_name, *namep, *sstart; in scan_dt_build_strings() local 2047 prev_name = ""; in scan_dt_build_strings() 2051 if (call_prom("nextprop", 3, 1, node, prev_name, namep) != 1) { in scan_dt_build_strings() 2060 prev_name = "name"; in scan_dt_build_strings() 2073 prev_name = namep; in scan_dt_build_strings() 2088 char *namep, *prev_name, *sstart, *p, *ep, *lp, *path; in scan_dt_build_struct() local 2131 prev_name = ""; in scan_dt_build_struct() 2134 if (call_prom("nextprop", 3, 1, node, prev_name, in scan_dt_build_struct() 2140 prev_name = "name"; in scan_dt_build_struct() 2151 prev_name = sstart + soff; in scan_dt_build_struct()
|