Home
last modified time | relevance | path

Searched refs:ofw_firstprop (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ofwdump/
H A Dofw_util.h40 int ofw_firstprop(int, phandle_t, char *, int);
H A Dofw_util.c122 ofw_firstprop(int fd, phandle_t node, char *buf, int buflen) in ofw_firstprop() function
H A Dofwdump.c148 for (nlen = ofw_firstprop(fd, n, prop, sizeof(prop)); nlen != 0; in ofw_dump_properties()