Searched refs:OF_nextprop (Results 1 – 7 of 7) sorted by relevance
/freebsd/stand/libofw/ |
H A D | openfirm.h | 92 int OF_nextprop(phandle_t, const char *, char *);
|
H A D | openfirm.c | 294 OF_nextprop(phandle_t package, const char *previous, char *buf) in OF_nextprop() function
|
/freebsd/sys/dev/ofw/ |
H A D | openfirm.h | 125 int OF_nextprop(phandle_t node, const char *propname, char *buf,
|
H A D | openfirmio.c | 211 ok = OF_nextprop(node, name, newname, sizeof(newname)); in openfirm_ioctl()
|
H A D | openfirm.c | 530 OF_nextprop(phandle_t package, const char *previous, char *buf, size_t size) in OF_nextprop() function
|
/freebsd/stand/powerpc/ofw/ |
H A D | ofwfdt.c | 50 while (OF_nextprop(node, lastprop, name) > 0) { in add_node_to_fdt()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1759 OF_getprop.9 OF_nextprop.9 \
|