Searched refs:oprop (Results 1 – 2 of 2) sorted by relevance
265 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() argument274 if (oprop == buffer) { in prom_nextprop()275 strcpy (buf, oprop); in prom_nextprop()276 oprop = buf; in prom_nextprop()283 args[4] = (unsigned long) oprop; in prom_nextprop()
204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop() argument210 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop()221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() argument226 return __prom_nextprop(node, oprop); in prom_nextprop()