Home
last modified time | relevance | path

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

/dflybsd-src/stand/boot/common/
H A Dboot.c55 char *local_module_path; in command_boot() local
115 local_module_path = getenv("module_path"); in command_boot()
116 if (local_module_path) in command_boot()
117 local_module_path = strdup(local_module_path); in command_boot()
126 if (local_module_path) { in command_boot()
127 setenv("module_path", local_module_path, 1); in command_boot()
128 free(local_module_path); in command_boot()
H A Dmodule.c72 static const char *local_module_path = "../modules.local"; variable
1076 cp = local_module_path; in moduledir_rebuild()
1077 cplen = strlen(local_module_path); in moduledir_rebuild()
1089 bcopy(local_module_path, mdp->d_path, cplen); in moduledir_rebuild()