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

/freebsd-13-stable/sys/kern/
H A Dkern_linker.c1808 static char linker_path[MAXPATHLEN] = "/boot/kernel;/boot/modules"; variable
1810 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RWTUN, linker_path,
1811 sizeof(linker_path), "module load search path");
1813 TUNABLE_STR("module_path", linker_path, sizeof(linker_path));
2022 for (cp = linker_path; *cp; cp = ep + 1) {
2036 * Search for module in all directories listed in the linker_path.
2050 for (ep = linker_path; *ep; ep++) {

Completed in 53 milliseconds