Searched refs:prom_nextprop (Results 1 – 5 of 5) sorted by relevance
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() function228 EXPORT_SYMBOL(prom_nextprop);
153 char *prom_nextprop(phandle node, char *prev_property, char *buffer);
230 char *prom_nextprop(phandle node, const char *prev_property, char *buf);
262 extern char *prom_nextprop(int node, char *prev_property);
137 name = prom_nextprop(node, prev, buf); in prom_common_nextprop()