Searched refs:oprop (Results 1 – 2 of 2) sorted by relevance
264 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() argument273 if (oprop == buffer) { in prom_nextprop()274 strcpy (buf, oprop); in prom_nextprop()275 oprop = buf; in prom_nextprop()282 args[4] = (unsigned long) oprop; in prom_nextprop()
203 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop() argument209 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop()220 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() argument225 return __prom_nextprop(node, oprop); in prom_nextprop()