Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_linker.c1917 static char linker_path[MAXPATHLEN] = "/boot/kernel;/boot/modules"; variable
1919 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,
1920 sizeof(linker_path), "module load search path");
1922 TUNABLE_STR("module_path", linker_path, sizeof(linker_path));
2131 for (cp = linker_path; *cp; cp = ep + 1) { in linker_search_module()
2159 for (ep = linker_path; *ep; ep++) { in linker_search_kld()