Searched refs:linker_path (Results 1 – 1 of 1) sorted by relevance
1918 static char linker_path[MAXPATHLEN] = "/boot/kernel;/boot/modules"; variable1920 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,1921 sizeof(linker_path), "module load search path");1923 TUNABLE_STR("module_path", linker_path, sizeof(linker_path));2136 for (cp = linker_path; *cp; cp = ep + 1) { in linker_search_module()2164 for (ep = linker_path; *ep; ep++) { in linker_search_kld()