Searched refs:local_module_path (Results 1 – 2 of 2) sorted by relevance
55 char *local_module_path; in command_boot() local115 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()
72 static const char *local_module_path = "../modules.local"; variable1076 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()