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

  /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/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/arch/powerpc/powerpc/
openfirm.c 310 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/sparc/sparc/
openfirm.c 238 OF_nextprop(int handle, const char *prop, void *buf)

Completed in 15 milliseconds