HelenOS sources
ofw_ret_t 166 boot/arch/sparc64/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_memory, "reg", &memreg,
ofw_ret_t 65 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_chosen, "stdout", &ofw_stdout,
ofw_ret_t 75 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_chosen, "mmu", &ofw_mmu,
ofw_ret_t 80 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_chosen, "memory", &ofw_memory_prop,
ofw_ret_t 164 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(device, "#address-cells", &ret,
ofw_ret_t 166 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_root, "#address-cells", &ret,
ofw_ret_t 177 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(device, "#size-cells", &ret,
ofw_ret_t 179 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(ofw_root, "#size-cells", &ret,
ofw_ret_t 232 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_call("call-method", 5, 2, &addr, "claim", ofw_mmu,
ofw_ret_t 366 boot/genarch/src/ofw.c ofw_ret_t ret = (ofw_ret_t) ofw_get_property(ofw_memory, "reg", buf,
ofw_ret_t 432 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(handle, "device_type", device_type,
ofw_ret_t 442 boot/genarch/src/ofw.c if ((ofw_ret_t) ofw_get_property(handle, "depth", &depth,
HelenOS homepage, sources at GitHub