Home
last modified time | relevance | path

Searched refs:oprop (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/prom/
H A Dtree_64.c261 /* Return the property type string after property type 'oprop'
265 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() argument
274 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()
H A Dtree_32.c204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop() argument
210 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop()
217 /* Return the property type string after property type 'oprop'
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() argument
226 return __prom_nextprop(node, oprop); in prom_nextprop()
/kernel/linux/linux-6.6/arch/sparc/prom/
H A Dtree_64.c261 /* Return the property type string after property type 'oprop'
265 char *prom_nextprop(phandle node, const char *oprop, char *buffer) in prom_nextprop() argument
274 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()
H A Dtree_32.c204 static char *__prom_nextprop(phandle node, char * oprop) in __prom_nextprop() argument
210 prop = prom_nodeops->no_nextprop(node, oprop); in __prom_nextprop()
217 /* Return the property type string after property type 'oprop'
221 char *prom_nextprop(phandle node, char *oprop, char *buffer) in prom_nextprop() argument
226 return __prom_nextprop(node, oprop); in prom_nextprop()

Completed in 3 milliseconds