Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dexec.c156 static void module_base_path(char *, size_t, const char *);
634 module_base_path(char *buf, size_t bufsize, const char *kernel_path) in module_base_path() function
686 module_base_path(module_base, sizeof(module_base), kernel_path); in module_init()