HelenOS sources

ofw_next_property   98 boot/genarch/include/genarch/ofw.h extern ofw_arg_t ofw_next_property(const phandle, char *, char *);
ofw_next_property  146 boot/genarch/src/ofw_tree.c 		while (ofw_next_property(current, name, name2) == 1) {
ofw_next_property  163 boot/genarch/src/ofw_tree.c 		for (i = 0; ofw_next_property(current, name, name2) == 1; i++) {
HelenOS homepage, sources at GitHub