HelenOS sources

ofw_claim_phys    229 boot/arch/sparc64/src/main.c 	ofw_claim_phys((void *) (bootinfo.physmem_start + KERNEL_ADDRESS), sz);
ofw_claim_phys    245 boot/arch/sparc64/src/main.c 	ofw_claim_phys(bootinfo.physmem_start + balloc_base, BALLOC_MAX_SIZE);
ofw_claim_phys    118 boot/genarch/include/genarch/ofw.h extern void ofw_claim_phys(const void *, const size_t);
HelenOS homepage, sources at GitHub