Home
last modified time | relevance | path

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

/netbsd-src/sys/stand/efiboot/
H A Dmodule.c53 module_set_prefix(const char *kernel_path) in module_set_prefix() argument
56 char *ptr = strrchr(kernel_path, '/'); in module_set_prefix()
59 snprintf(module_prefix, sizeof(module_prefix), "%s/modules", kernel_path); in module_set_prefix()
80 module_init(const char *kernel_path) in module_init() argument
82 module_set_prefix(kernel_path); in module_init()
/netbsd-src/sys/arch/i386/stand/lib/
H A Dexec.c634 module_base_path(char *buf, size_t bufsize, const char *kernel_path) in module_path()
638 char *ptr = strrchr(kernel_path, '/'); in module_path()
640 snprintf(buf, bufsize, "%s/modules", kernel_path); in module_path()
674 module_init(const char *kernel_path) in module_open()
685 extract_device(kernel_path, kdev, sizeof(kdev)); in module_base_path()
686 module_base_path(module_base, sizeof(module_base), kernel_path); in module_base_path()
684 module_base_path(char * buf,size_t bufsize,const char * kernel_path) module_base_path() argument
724 module_init(const char * kernel_path) module_init() argument
/netbsd-src/sys/arch/hpcarm/hpcarm/
H A Dhpc_machdep.c77 static char kernel_path[] = KLOADER_KERNEL_PATH; variable
156 kloader_reboot_setup(kernel_path); in cpu_reboot()
/netbsd-src/sys/arch/hpcmips/hpcmips/
H A Dmachdep.c173 static char kernel_path[] = KLOADER_KERNEL_PATH; variable
520 kloader_reboot_setup(kernel_path); in cpu_reboot()
/netbsd-src/sys/arch/hpcsh/hpcsh/
H A Dmachdep.c172 static const char kernel_path[] = KLOADER_KERNEL_PATH; variable
388 kloader_reboot_setup(kernel_path); in cpu_reboot()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dmain.c499 module_load(const char *kernel_path) in module_load() argument
507 strcpy(module_base, kernel_path); in module_load()