Home
last modified time | relevance | path

Searched refs:loadfile_set_allocator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dboot.c382 loadfile_set_allocator(LOADFILE_NOP_ALLOCATOR); in start_kernel()
386 loadfile_set_allocator(LOADFILE_OFW_ALLOCATOR); in start_kernel()
388 loadfile_set_allocator(LOADFILE_MMU_ALLOCATOR); in start_kernel()
H A Dboot.h64 void loadfile_set_allocator(int);
H A Dloadfile_machdep.c781 loadfile_set_allocator(int type) in loadfile_set_allocator() function