ofw_nextprop
OFWMETHOD(ofw_nextprop, ofw_fdt_nextprop),
OFWMETHOD(ofw_nextprop, ofw_std_nextprop),
OFWMETHOD(ofw_nextprop, ofw_real_nextprop),
return (ofw_nextprop(fd, node, NULL, buf, buflen));
int ofw_nextprop(int, phandle_t, const char *, char *, int);
nlen = ofw_nextprop(fd, n, prop, prop, sizeof(prop)))