HelenOS sources

ballocs_t          40 boot/arch/ppc32/include/arch/main.h 	ballocs_t ballocs;
ballocs_t          41 boot/arch/sparc64/include/arch/main.h 	ballocs_t ballocs;
ballocs_t          40 boot/generic/include/balloc.h extern void balloc_init(ballocs_t *, void *, uintptr_t, size_t);
ballocs_t          34 boot/generic/src/balloc.c static ballocs_t *ballocs;
ballocs_t          38 boot/generic/src/balloc.c void balloc_init(ballocs_t *ball, void *base, uintptr_t kernel_base,
ballocs_t          75 kernel/arch/ppc32/include/arch/boot/boot.h 	ballocs_t ballocs;
ballocs_t          84 kernel/arch/sparc64/include/arch/boot/boot.h 	ballocs_t ballocs;
ballocs_t         104 kernel/generic/include/config.h extern ballocs_t ballocs;
ballocs_t         128 kernel/generic/src/main/main.c ballocs_t ballocs = {
HelenOS homepage, sources at GitHub