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

/freebsd-10.0-release/etc/rc.d/
H A Dkldxref22 MODULE_PATHS=`sysctl -n kern.module_path`
/freebsd-10.0-release/gnu/usr.bin/gdb/kgdb/
H A Dkld.c57 /* KVA of 'linker_path' which corresponds to the kern.module_path sysctl .*/
114 char *module_path; local
128 target_read_string(module_path_addr, &module_path, PATH_MAX,
131 make_cleanup(xfree, module_path);
132 cp = module_path;
/freebsd-10.0-release/sys/boot/forth/
H A Dloader.conf38 bitmap_type="splash_image_data" # and place it on the module_path
66 module_path="/boot/modules" # Set the module search path
/freebsd-10.0-release/sys/kern/
H A Dkern_linker.c1665 SYSCTL_STRING(_kern, OID_AUTO, module_path, CTLFLAG_RW, linker_path,
1668 TUNABLE_STR("module_path", linker_path, sizeof(linker_path));

Completed in 60 milliseconds