Home
last modified time | relevance | path

Searched refs:ofw_nextprop (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ofwdump/
H A Dofw_util.h41 int ofw_nextprop(int, phandle_t, const char *, char *, int);
H A Dofw_util.c125 return (ofw_nextprop(fd, node, NULL, buf, buflen)); in ofw_firstprop()
129 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) in ofw_nextprop() function
H A Dofwdump.c149 nlen = ofw_nextprop(fd, n, prop, prop, sizeof(prop))) in ofw_dump_properties()
/freebsd/sys/dev/ofw/
H A Dofw_fdt.c88 OFWMETHOD(ofw_nextprop, ofw_fdt_nextprop),
H A Dofw_standard.c117 OFWMETHOD(ofw_nextprop, ofw_std_nextprop),
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c124 OFWMETHOD(ofw_nextprop, ofw_real_nextprop),