Searched refs:kernel_path (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/stand/efiboot/ |
H A D | module.c | 53 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 D | exec.c | 634 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 D | hpc_machdep.c | 77 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 D | machdep.c | 173 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 D | machdep.c | 172 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 D | main.c | 499 module_load(const char *kernel_path) in module_load() argument 507 strcpy(module_base, kernel_path); in module_load()
|