Searched refs:OF_nextprop (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/arch/ofppc/stand/ofwboot/ |
| D | Locore.c | 608 OF_nextprop(int handle, const char *prop, void *nextprop) in OF_nextprop() function 674 namelen = OF_nextprop(peer, namebuf, &newnamebuf); in dump_ofwtree() 699 namelen = OF_nextprop(peer, namebuf, &newnamebuf); in dump_ofwtree()
|
| /netbsd/src/sys/dev/ofw/ |
| D | openfirm.h | 89 int OF_nextprop(int, const char *, void *);
|
| D | openfirmio.c | 228 ok = OF_nextprop(node, name, newname); in openfirmioctl()
|
| /netbsd/src/usr.sbin/ofctl/ |
| D | ofctl.c | 97 int OF_nextprop(int, const char *, void *); 465 OF_nextprop(int nodeid, const char *name, void *nextname) in OF_nextprop() function 962 len = OF_nextprop(node, namebuf, newnamebuf); in ofprop()
|
| /netbsd/src/sys/arch/arm/ofw/ |
| D | openfirm.c | 173 OF_nextprop(int handle, const char *prop, void *nextprop) in OF_nextprop() function
|
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | openfirm.c | 310 OF_nextprop(int handle, const char *prop, void *nextprop) in OF_nextprop() function
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | openfirm.c | 238 OF_nextprop(int handle, const char *prop, void *buf) in OF_nextprop() function
|
| D | promlib.c | 947 OF_nextprop(node, prop, buf); in opf_nextprop()
|
| /netbsd/src/sys/arch/macppc/dev/ |
| D | snapper.c | 833 ok = OF_nextprop(sound, NULL, next); in snapper_defer() 845 ok = OF_nextprop(sound, prop, next); in snapper_defer()
|