Searched refs:oprop (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/sparc64/prom/ |
D | tree.c | 297 prom_nextprop(int node, char *oprop, char *buffer) in prom_nextprop() argument 305 if (oprop == buffer) { in prom_nextprop() 306 strcpy (buf, oprop); in prom_nextprop() 307 oprop = buf; in prom_nextprop() 312 node, oprop, buffer); in prom_nextprop()
|
/linux-2.4.37.9/arch/sparc/prom/ |
D | tree.c | 224 char * __prom_nextprop(int node, char * oprop) in __prom_nextprop() argument 230 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop() 251 char * prom_nextprop(int node, char *oprop, char *buffer) in prom_nextprop() argument 256 return __prom_nextprop(node, oprop); in prom_nextprop()
|