Searched refs:OF_nextprop (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/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-14.2/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 | 213 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-14.2/stand/powerpc/ofw/ |
| H A D | ofwfdt.c | 50 while (OF_nextprop(node, lastprop, name) > 0) { in add_node_to_fdt()
|
| /freebsd-14.2/share/man/man9/ |
| H A D | Makefile | 1726 OF_getprop.9 OF_nextprop.9 \
|