Searched refs:prev_name (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/powerpc/kernel/ |
D | prom_init.c | 2068 char *prev_name, *namep, *sstart; in scan_dt_build_strings() local 2075 prev_name = ""; in scan_dt_build_strings() 2079 if (call_prom("nextprop", 3, 1, node, prev_name, namep) != 1) { in scan_dt_build_strings() 2088 prev_name = "name"; in scan_dt_build_strings() 2101 prev_name = namep; in scan_dt_build_strings() 2116 char *namep, *prev_name, *sstart, *p, *ep, *lp, *path; in scan_dt_build_struct() local 2159 prev_name = ""; in scan_dt_build_struct() 2162 if (call_prom("nextprop", 3, 1, node, prev_name, in scan_dt_build_struct() 2168 prev_name = "name"; in scan_dt_build_struct() 2179 prev_name = sstart + soff; in scan_dt_build_struct()
|