HomeSort by: relevance | last modified time | path
    Searched refs:OF_nextprop (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/ofw/
openfirm.h 89 int OF_nextprop(int, const char *, void *);
openfirmio.c 228 ok = OF_nextprop(node, name, newname);
  /src/sys/arch/ofppc/stand/ofwboot/
Locore.c 608 OF_nextprop(int handle, const char *prop, void *nextprop)
674 namelen = OF_nextprop(peer, namebuf, &newnamebuf);
699 namelen = OF_nextprop(peer, namebuf, &newnamebuf);
  /src/sys/dev/fdt/
fdt_openfirm.c 119 OF_nextprop(int phandle, const char *prop, void *nextprop)
  /src/sys/arch/arm/ofw/
openfirm.c 173 OF_nextprop(int handle, const char *prop, void *nextprop)
  /src/usr.sbin/ofctl/
ofctl.c 97 int OF_nextprop(int, const char *, void *);
465 OF_nextprop(int nodeid, const char *name, void *nextname)
962 len = OF_nextprop(node, namebuf, newnamebuf);
  /src/sys/arch/powerpc/powerpc/
openfirm.c 310 OF_nextprop(int handle, const char *prop, void *nextprop)
  /src/sys/arch/sparc/sparc/
openfirm.c 238 OF_nextprop(int handle, const char *prop, void *buf)
promlib.c 1080 OF_nextprop(node, prop, buf);
  /src/sys/arch/macppc/dev/
snapper.c 787 ok = OF_nextprop(sound, NULL, next);
799 ok = OF_nextprop(sound, prop, next);

Completed in 69 milliseconds