Searched refs:ofw_getproplen (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ofwdump/ |
H A D | ofw_util.c | 189 ofw_getproplen(int fd, phandle_t node, const char *name) in ofw_getproplen() function 208 len = ofw_getproplen(fd, node, name); in ofw_getprop_alloc()
|
H A D | ofw_util.h | 44 int ofw_getproplen(int, phandle_t, const char *);
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_fdt.c | 86 OFWMETHOD(ofw_getproplen, ofw_fdt_getproplen),
|
H A D | ofw_standard.c | 115 OFWMETHOD(ofw_getproplen, ofw_std_getproplen),
|
/freebsd/sys/powerpc/ofw/ |
H A D | ofw_real.c | 122 OFWMETHOD(ofw_getproplen, ofw_real_getproplen),
|