/freebsd/crypto/openssl/test/ |
H A D | prov_config_test.c | 77 char *module_path = getenv("OPENSSL_MODULES"); in test_path_config() local 81 if (!TEST_ptr(module_path)) in test_path_config() 84 full_path = OPENSSL_zalloc(strlen(module_path) + strlen(P_TEST_PATH) + 1); in test_path_config() 88 strcpy(full_path, module_path); in test_path_config()
|
/freebsd/crypto/openssl/Configurations/ |
H A D | platform.pm | 11 (my $module_path = $module) =~ s|::|/|g; 13 require "platform/$module_path.pm";
|
/freebsd/crypto/openssl/apps/ |
H A D | fipsinstall.c | 301 char *module_fname = NULL, *parent_config = NULL, *module_path = NULL; in fipsinstall_main() local 405 module_path = OPENSSL_strdup(module_fname); in fipsinstall_main() 406 if (module_path == NULL) in fipsinstall_main() 408 module_path[tail - module_fname] = '\0'; in fipsinstall_main() 409 if (!OSSL_PROVIDER_set_default_search_path(NULL, module_path)) in fipsinstall_main() 529 OPENSSL_free(module_path); in fipsinstall_main()
|
/freebsd/stand/lua/ |
H A D | config.lua | 733 local module_path = loader.getenv("module_path") 737 return module_path 744 return module_path:gsub(kernel_path, '') 775 local module_path = getModulePath() 792 if module_path ~= nil then 794 module_path)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerCommon.h | 139 virtual FileSpec FindModuleFile(const std::string &module_path, 148 ModuleSpec GetModuleInfo(llvm::StringRef module_path, llvm::StringRef triple);
|
H A D | GDBRemoteCommunicationServerCommon.cpp | 1100 std::string module_path; in Handle_qModuleInfo() local 1101 packet.GetHexByteStringTerminatedBy(module_path, ';'); in Handle_qModuleInfo() 1102 if (module_path.empty()) in Handle_qModuleInfo() 1111 ModuleSpec matched_module_spec = GetModuleInfo(module_path, triple); in Handle_qModuleInfo() 1309 const std::string &module_path, const ArchSpec &arch) { in FindModuleFile() argument 1311 return HostInfoAndroid::ResolveLibraryPath(module_path, arch); in FindModuleFile() 1313 FileSpec file_spec(module_path); in FindModuleFile() 1320 GDBRemoteCommunicationServerCommon::GetModuleInfo(llvm::StringRef module_path, in GetModuleInfo() argument 1324 FileSpec req_module_path_spec(module_path); in GetModuleInfo()
|
H A D | GDBRemoteCommunicationServerLLGS.h | 284 FileSpec FindModuleFile(const std::string &module_path,
|
H A D | GDBRemoteCommunicationServerLLGS.cpp | 4169 GDBRemoteCommunicationServerLLGS::FindModuleFile(const std::string &module_path, in FindModuleFile() argument 4174 ->GetLoadedModuleFileSpec(module_path.c_str(), file_spec) in FindModuleFile() 4181 return GDBRemoteCommunicationServerCommon::FindModuleFile(module_path, arch); in FindModuleFile()
|
/freebsd/libexec/rc/rc.d/ |
H A D | kldxref | 22 MODULE_PATHS=`sysctl -n kern.module_path`
|
/freebsd/stand/defaults/ |
H A D | loader.conf | 112 module_path="/boot/modules;/boot/firmware;/boot/dtb;/boot/dtb/overlays" # Set the module search path
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_core.c | 747 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path) in ossl_provider_set_module_path() 751 if (module_path == NULL) 753 if ((prov->path = OPENSSL_strdup(module_path)) != NULL) in infopair_add() 863 const char *module_path = NULL; in provider_init() 899 module_path = prov->path; in provider_init() 900 if (module_path == NULL) in provider_init() 901 module_path = allocated_path = in provider_init() 903 if (module_path != NULL) in provider_init() 904 merged_path = DSO_merge(prov->module, module_path, load_dir); in provider_init() 740 ossl_provider_set_module_path(OSSL_PROVIDER * prov,const char * module_path) ossl_provider_set_module_path() argument
|
/freebsd/tools/test/stress2/tools/ |
H A D | kldload.sh | 38 paths=`sysctl -n kern.module_path`
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 471 const char *module_path = I->path.c_str(); in LoadAllCurrentModules() local 472 FileSpec file(module_path); in LoadAllCurrentModules() 482 __FUNCTION__, module_path, I->base_addr); in LoadAllCurrentModules()
|
/freebsd/crypto/openssl/include/internal/ |
H A D | provider.h | 41 int ossl_provider_set_module_path(OSSL_PROVIDER *prov, const char *module_path);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_interface_internal.h | 90 int __sanitizer_get_module_and_offset_for_pc(void *pc, char *module_path,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctions.def | 43 (void *pc, char *module_path,
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 80 Status GetLoadedModuleFileSpec(const char *module_path,
|
H A D | NativeProcessNetBSD.cpp | 756 Status NativeProcessNetBSD::GetLoadedModuleFileSpec(const char *module_path, in GetFileLoadAddress() 762 FileSpec module_file_spec(module_path); in GetFileLoadAddress() 735 GetLoadedModuleFileSpec(const char * module_path,FileSpec & file_spec) GetLoadedModuleFileSpec() argument
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
H A D | NativeProcessFreeBSD.h | 81 Status GetLoadedModuleFileSpec(const char *module_path,
|
H A D | NativeProcessFreeBSD.cpp | 728 Status NativeProcessFreeBSD::GetLoadedModuleFileSpec(const char *module_path, in GetLoadedModuleFileSpec() argument 738 FileSpec module_file_spec(module_path); in GetLoadedModuleFileSpec()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
H A D | PlatformRemoteGDBServer.cpp | 106 const auto module_path = module_file_spec.GetPath(false); in GetModuleSpec() local 113 __FUNCTION__, module_path.c_str(), in GetModuleSpec() 123 __FUNCTION__, module_path.c_str(), in GetModuleSpec()
|
/freebsd/stand/common/ |
H A D | help.common | 153 filenames, each of which will be searched for in the module_path 271 set module_path=<path>[;<path>...] 275 default module_path is "/boot/modules" with the kernel directory
|
/freebsd/stand/forth/ |
H A D | support.4th | 1278 : modulepath s" module_path" ; 1280 \ Functions used to save and restore module_path's value. 1348 s" echo Module_path: ${module_path}" evaluate 1373 \ The kernel gets loaded from the current module_path. 1414 \ The module_path variable is overridden if load is successful, by 1426 \ Set the environment variable module_path, and try loading 1499 \ directories pointed by module_path. 1501 \ The module_path variable is overridden if load is successful, by
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangModulesDeclVendor.cpp | 190 const auto &module_path = info.getArgStdStr(1); in HandleModuleRemark() local 191 LLDB_LOG(log, "Building Clang module {0} as {1}", module_name, module_path); in HandleModuleRemark()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/ |
H A D | NativeProcessProtocol.h | 253 virtual Status GetLoadedModuleFileSpec(const char *module_path,
|