Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/asf/
H A Dasf.c99 char *module_path = NULL; in findmodule() local
135 if (asprintf(&module_path, in findmodule()
158 return (module_path); in findmodule()
/dflybsd-src/gnu/usr.bin/gdb/kgdb/
H A Dkld.c116 char *module_path; in find_kld_path() local
130 target_read_string(module_path_addr, &module_path, PATH_MAX, in find_kld_path()
133 make_cleanup(xfree, module_path); in find_kld_path()
134 cp = module_path; in find_kld_path()
/dflybsd-src/stand/boot/dloader/
H A Ddloader.menu18 # module_path.
20 # The module_path is a bit fragile, we want to set it to the current h
24 set module_path=";modules"
H A Dloader-bootp.conf43 module_path=";modules" # Set the module search path
/dflybsd-src/stand/boot/common/
H A Dhelp.common279 filenames, each of which will be searched for in the $module_path
397 set module_path=<path>[;<path>...]
/dflybsd-src/sys/kern/
H A Dkern_linker.c1408 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RW, linker_path,