Searched refs:ofw_nextprop (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/usr.sbin/ofwdump/
H A Dofw_util.h43 int ofw_nextprop(int, phandle_t, const char *, char *, int);
H A Dofw_util.c128 return (ofw_nextprop(fd, node, NULL, buf, buflen));
132 ofw_nextprop(int fd, phandle_t node, const char *prev, char *buf, int buflen) function
H A Dofwdump.c154 nlen = ofw_nextprop(fd, n, prop, prop, sizeof(prop))) {
/freebsd-10.0-release/usr.sbin/eeprom/
H A Dofw_options.c256 nlen = ofw_nextprop(fd, optnode, prop, prop, sizeof(prop))) {
/freebsd-10.0-release/sys/dev/ofw/
H A Dofw_fdt.c79 OFWMETHOD(ofw_nextprop, ofw_fdt_nextprop),
H A Dofw_standard.c118 OFWMETHOD(ofw_nextprop, ofw_std_nextprop),
/freebsd-10.0-release/sys/powerpc/ofw/
H A Dofw_real.c124 OFWMETHOD(ofw_nextprop, ofw_real_nextprop),

Completed in 93 milliseconds