| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 24 module/lua/lapi.c \ 25 module/lua/lauxlib.c \ 26 module/lua/lbaselib.c \ 27 module/lua/lcode.c \ 28 module/lua/lcompat.c \ 29 module/lua/lcorolib.c \ 30 module/lua/lctype.c \ 31 module/lua/ldebug.c \ 32 module/lua/ldo.c \ 33 module/lua/lfunc.c \ [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | module.modulemap.in | 1 // This module contains headers related to the configuration of the library. These headers 3 module std_config [system] { 14 module std_core [system] { 15 module cstddef { 16 module byte { header "__cstddef/byte.h" } 17 module max_align_t { 21 module nullptr_t { header "__cstddef/nullptr_t.h" } 22 module ptrdiff_t { header "__cstddef/ptrdiff_t.h" } 23 module size_t { header "__cstddef/size_t.h" } 26 module cstdint { [all …]
|
| /freebsd/lib/libc++/ |
| H A D | module.modulemap | 1 // This module contains headers related to the configuration of the library. These headers 3 module std_config [system] { 14 module std_core [system] { 15 module cstddef { 16 module byte { header "__cstddef/byte.h" } 17 module max_align_t { 21 module nullptr_t { header "__cstddef/nullptr_t.h" } 22 module ptrdiff_t { header "__cstddef/ptrdiff_t.h" } 23 module size_t { header "__cstddef/size_t.h" } 26 module cstdint { [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | module.modulemap | 2 module cxx03_std_algorithm [system] { 6 module cxx03_std_any [system] { 10 module cxx03_std_array [system] { 14 module cxx03_std_atomic [system] { 18 module cxx03_std_barrier [system] { 22 module cxx03_std_bit [system] { 26 module cxx03_std_bitset [system] { 30 module cxx03_std_charconv [system] { 34 module cxx03_std_chrono [system] { 38 module cxx03_std_codecvt [system] { [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/ |
| H A D | module.modulemap | 2 module lldb_API { 8 module * { export * } 11 module lldb_Host { 17 module ConnectionFileDescriptor { header "lldb/Host/ConnectionFileDescriptor.h" export * } 18 module Debug { header "lldb/Host/Debug.h" export * } 19 module Editline { header "lldb/Host/Editline.h" export * } 20 module FileCache { header "lldb/Host/FileCache.h" export * } 21 module File { header "lldb/Host/File.h" export * } 22 module FileAction { header "lldb/Host/FileAction.h" export * } 23 module FileSystem { header "lldb/Host/FileSystem.h" export * } [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libicp/ |
| H A D | Makefile.am | 6 libicp_la_CPPFLAGS += -I$(top_srcdir)/module/icp/include 11 module/icp/spi/kcf_spi.c \ 12 module/icp/api/kcf_ctxops.c \ 13 module/icp/api/kcf_cipher.c \ 14 module/icp/api/kcf_mac.c \ 15 module/icp/algs/aes/aes_impl_aesni.c \ 16 module/icp/algs/aes/aes_impl_generic.c \ 17 module/icp/algs/aes/aes_impl_x86-64.c \ 18 module/icp/algs/aes/aes_impl.c \ 19 module/icp/algs/aes/aes_modes.c \ [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/ |
| H A D | module.modulemap | 1 module LLVM_C { 3 module * { export * } 6 module LLVM_Analysis { 9 module * { export * } 17 module LLVM_AsmParser { 20 module * { export * } 23 module LLVM_CodeGenTypes { 26 module LLT { 29 module MVT { 31 extern module LLVM_Extern_CodeGenTypes_Gen "module.extern.modulemap" [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | module.modulemap | 1 /*===---- module.modulemap - intrinsics module map -------------------------=== 10 module _Builtin_intrinsics [system] [extern_c] { 11 explicit module altivec { 16 explicit module arm { 19 explicit module acle { 24 explicit module neon { 31 explicit module sve { 38 explicit module arm64 { 46 explicit module intel { 79 explicit module mm_malloc { [all …]
|
| /freebsd/contrib/llvm-project/clang/include/ |
| H A D | module.modulemap | 1 module Clang_C { 3 module * { export * } 6 module Clang_Analysis { 12 module * { export * } 21 module Clang_AST { 30 module * { export * } 33 module Clang_ASTMatchers { requires cplusplus umbrella "clang/ASTMatchers" module * { export * } } 35 module Clang_Basic { 82 module * { export * } 84 module Clang_Basic_TokenKinds { [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libzstd/ |
| H A D | Makefile.am | 12 module/zstd/lib/common/entropy_common.c \ 13 module/zstd/lib/common/error_private.c \ 14 module/zstd/lib/common/fse_decompress.c \ 15 module/zstd/lib/common/pool.c \ 16 module/zstd/lib/common/zstd_common.c \ 17 module/zstd/lib/compress/fse_compress.c \ 18 module/zstd/lib/compress/hist.c \ 19 module/zstd/lib/compress/huf_compress.c \ 20 module/zstd/lib/compress/zstd_compress_literals.c \ 21 module/zstd/lib/compress/zstd_compress_sequences.c \ [all …]
|
| /freebsd/contrib/openpam/lib/libpam/ |
| H A D | openpam_load.c | 55 pam_module_t *module; in openpam_load_module() local 57 module = openpam_dynamic(modulename); in openpam_load_module() 59 (module == NULL) ? "no" : "using", modulename); in openpam_load_module() 63 if (module == NULL && strchr(modulename, '/') == NULL) { in openpam_load_module() 64 module = openpam_static(modulename); in openpam_load_module() 66 (module == NULL) ? "no" : "using", modulename); in openpam_load_module() 69 if (module == NULL) { in openpam_load_module() 73 return (module); in openpam_load_module() 83 openpam_release_module(pam_module_t *module) in openpam_release_module() argument 86 if (module == NULL) in openpam_release_module() [all …]
|
| H A D | openpam_dynamic.c | 123 pam_module_t *module; in try_module() local 126 if ((module = calloc(1, sizeof *module)) == NULL || in try_module() 127 (module->path = strdup(modpath)) == NULL || in try_module() 128 (module->dlh = try_dlopen(modpath)) == NULL) in try_module() 130 dlmodule = dlsym(module->dlh, "_pam_module"); in try_module() 133 module->func[i] = dlmodule->func[i]; in try_module() 135 module->func[i] = (pam_func_t)dlfunc(module->dlh, in try_module() 147 if (module->func[i] == NULL) in try_module() 153 return (module); in try_module() 156 if (module != NULL) { in try_module() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer_markup.cpp | 76 static bool ModulesEq(const LoadedModule &module, in ModulesEq() argument 78 return module.base_address() == renderedModule.base_address && in ModulesEq() 79 internal_memcmp(module.uuid(), renderedModule.uuid, in ModulesEq() 80 module.uuid_size()) == 0 && in ModulesEq() 81 internal_strcmp(module.full_name(), renderedModule.full_name) == 0; in ModulesEq() 85 const LoadedModule &module, in ModuleHasBeenRendered() argument 88 if (ModulesEq(module, renderedModule)) in ModuleHasBeenRendered() 95 const LoadedModule &module, uptr moduleId) { in RenderModule() argument 97 for (uptr i = 0; i < module.uuid_size(); i++) in RenderModule() 98 buildIdBuffer.AppendF("%02x", module.uuid()[i]); in RenderModule() [all …]
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | authdata.c | 164 struct _krb5_authdata_context_module *module = &context->modules[i]; in k5_ad_size() local 167 if ((module->flags & flags) == 0) in k5_ad_size() 171 if (!IS_PRIMARY_INSTANCE(module)) in k5_ad_size() 174 if (module->ftable->size == NULL) in k5_ad_size() 177 assert(module->ftable->externalize != NULL); in k5_ad_size() 179 size = sizeof(krb5_int32) /* namelen */ + strlen(module->name); in k5_ad_size() 181 code = (*module->ftable->size)(kcontext, in k5_ad_size() 183 module->plugin_context, in k5_ad_size() 184 *(module->request_context_pp), in k5_ad_size() 221 struct _krb5_authdata_context_module *module = &context->modules[i]; in k5_ad_externalize() local [all …]
|
| /freebsd/contrib/pam-krb5/tests/ |
| H A D | TESTS | 15 # Exclude the tests that use the pkinit.so MIT Kerberos module from valgrind 16 # testing (module/fast-anon and module/pkinit) because they cause valgrind to 22 module/alt-auth valgrind 23 module/bad-authtok valgrind 24 module/basic valgrind 25 module/cache valgrind 26 module/cache-cleanup valgrind 27 module/expired valgrind 28 module/fast valgrind 29 module/fast-anon [all …]
|
| /freebsd/contrib/pam-krb5/ |
| H A D | Makefile.am | 20 docs/docknot.yaml docs/pam_krb5.pod module/pam_krb5.map \ 21 module/pam_krb5.sym tests/README tests/TESTS tests/config/README \ 45 VERSION_LDFLAGS = -Wl,--version-script=${srcdir}/module/pam_krb5.map 47 VERSION_LDFLAGS = -export-symbols ${srcdir}/module/pam_krb5.sym 51 pam_LTLIBRARIES = module/pam_krb5.la 52 module_pam_krb5_la_SOURCES = module/account.c module/alt-auth.c \ 53 module/auth.c module/cache.c module/context.c module/fast.c \ 54 module/internal.h module/options.c module/password.c \ 55 module/prompting.c module/public.c module/setcred.c \ 56 module/support.c [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | Makefile.am | 46 module/zcommon/cityhash.c \ 47 module/zcommon/zfeature_common.c \ 48 module/zcommon/zfs_comutil.c \ 49 module/zcommon/zfs_deleg.c \ 50 module/zcommon/zfs_fletcher.c \ 51 module/zcommon/zfs_fletcher_aarch64_neon.c \ 52 module/zcommon/zfs_fletcher_avx512.c \ 53 module/zcommon/zfs_fletcher_intel.c \ 54 module/zcommon/zfs_fletcher_sse.c \ 55 module/zcommon/zfs_fletcher_superscalar.c \ [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSerializationKinds.td | 22 "%select{precompiled header|module file|precompiled file}1 '%2' was built" 31 "after modifying system headers, please delete the module cache at '%0'">; 46 def err_ast_file_modulecache_mismatch : Error<"precompiled file '%2' was compiled with module cache… 55 "%select{PCH|module|precompiled}0 file '%1' uses an older format that is no longer supported">; 57 "%select{PCH|module|precompiled }0 file '%1' uses a newer format that cannot be read">; 59 …"%select{PCH|module|precompiled}0 file '%1' built from a different branch (%2) than the compiler (… 61 "%select{PCH|module|precompiled}0 file '%1' contains compiler errors">; 64 "module '%0' is defined in both '%1' and '%2'">, DefaultFatal; 66 "%select{PCH|module|precompiled}0 file '%1' not found%select{|: %3}2">, DefaultFatal; 68 "%select{PCH|module|precompiled}0 file '%1' is out of date and " [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Statistics.cpp | 53 json::Object module; in ToJSON() local 54 EmplaceSafeString(module, "path", path); in ToJSON() 55 EmplaceSafeString(module, "uuid", uuid); in ToJSON() 56 EmplaceSafeString(module, "triple", triple); in ToJSON() 57 module.try_emplace("identifier", identifier); in ToJSON() 58 module.try_emplace("symbolTableParseTime", symtab_parse_time); in ToJSON() 59 module.try_emplace("symbolTableIndexTime", symtab_index_time); in ToJSON() 60 module.try_emplace("symbolTableLoadedFromCache", symtab_loaded_from_cache); in ToJSON() 61 module.try_emplace("symbolTableSavedToCache", symtab_saved_to_cache); in ToJSON() 62 module.try_emplace("debugInfoParseTime", debug_parse_time); in ToJSON() [all …]
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | pkg-config.tcl | 105 proc pkg-config {module args} { 108 msg-checking "Checking for $module $args..." 117 set ret [catch {exec $pkgconfig --modversion "$module $args"} version] 118 configlog "$pkgconfig --modversion $module $args: $version" 125 set ret [catch {exec $pkgconfig --cflags $module} cflags] 128 configlog "$pkgconfig --cflags $module" 133 set prefix [feature-define-name $module PKG_] 137 define ${prefix}_LIBS [exec $pkgconfig --libs-only-l $module] 138 define ${prefix}_LDFLAGS [exec $pkgconfig --libs-only-L $module] 148 proc pkg-config-get {module name} { [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-kstat.c | 379 kstat_module_t *module = NULL; in kstat_find_module() local 381 list_for_each_entry(module, &kstat_module_list, ksm_module_list) { in kstat_find_module() 382 if (strncmp(name, module->ksm_name, KSTAT_STRLEN) == 0) in kstat_find_module() 383 return (module); in kstat_find_module() 390 kstat_delete_module(kstat_module_t *module) in kstat_delete_module() argument 393 ASSERT(list_empty(&module->ksm_kstat_list)); in kstat_delete_module() 394 ASSERT0(module->ksm_nchildren); in kstat_delete_module() 396 kstat_module_t *parent = module->ksm_parent; in kstat_delete_module() 398 char *p = module->ksm_name, *frag = NULL; in kstat_delete_module() 402 list_del(&module->ksm_module_list); in kstat_delete_module() [all …]
|
| /freebsd/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 10 %define module @PACKAGE@ 13 Name: %{module}-dkms 17 Summary: Kernel module(s) (dkms) 22 Source0: %{module}-%{version}.tar.gz 44 Provides: %{module}-kmod = %{version} 58 %setup -q -n %{module}-%{version} 61 %{mkconf} -n %{module} -v %{version} -f dkms.conf 68 cp -rf ${RPM_BUILD_DIR}/%{module}-%{version} $RPM_BUILD_ROOT/usr/src/ 77 /usr/src/%{module}-%{version} 88 if [ -d ${dkms_root}/%{module} ]; then [all …]
|
| /freebsd/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 10 %define module @PACKAGE@ 13 Name: %{module}-dkms 17 Summary: Kernel module(s) (dkms) 22 Source0: %{module}-%{version}.tar.gz 44 Provides: %{module}-kmod = %{version} 58 %setup -q -n %{module}-%{version} 61 %{mkconf} -n %{module} -v %{version} -f dkms.conf 68 cp -rf ${RPM_BUILD_DIR}/%{module}-%{version} $RPM_BUILD_ROOT/usr/src/ 77 /usr/src/%{module}-%{version} 88 if [ -d ${dkms_root}/%{module} ]; the [all...] |
| /freebsd/sys/contrib/openzfs/tests/unit/ |
| H A D | Makefile.am | 30 module/zfs/zap.c \ 31 module/zfs/zap_fat.c \ 32 module/zfs/zap_impl.c \ 33 module/zfs/zap_micro.c \ 34 module/zfs/zap_leaf.c \ 35 module/zfs/u8_textprep.c 49 module/zcommon/zfs_namecheck.c 62 module/avl/avl.c \ 63 module/zfs/btree.c 76 module/zcommon/zfs_fletcher.c \ [all …]
|
| /freebsd/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 52 $module = $1."-"; 53 $module =~ s/\./_/g; 54 $module =~ s/-/_/g; 57 { $module = ""; } 62 $Cname = $module.$1; 92 if ($Cname ne "" && defined($ln{$module.$Cname})) 93 ….txt:$o:There's already an object with long name ",$ln{$module.$Cname}," on line ",$order{$module.… 99 if ($Cname ne "" && defined($sn{$module.$Cname})) 100 …txt:$o:There's already an object with short name ",$sn{$module.$Cname}," on line ",$order{$module.… 108 if ($Cname ne "" && defined($ln{$module.$Cname})) [all …]
|