Searched refs:module_path (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/usr.sbin/asf/ |
H A D | asf.c | 99 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 D | kld.c | 116 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 D | dloader.menu | 18 # 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 D | loader-bootp.conf | 43 module_path=";modules" # Set the module search path
|
/dflybsd-src/stand/boot/common/ |
H A D | help.common | 279 filenames, each of which will be searched for in the $module_path 397 set module_path=<path>[;<path>...]
|
/dflybsd-src/sys/kern/ |
H A D | kern_linker.c | 1408 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RW, linker_path,
|