| /src/contrib/llvm-project/clang/lib/Headers/ |
| H A D | immintrin.h | 19 #if !defined(__SCE__) || __has_feature(modules) || defined(__MMX__) 23 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE__) 27 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE2__) 31 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE3__) 35 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSSE3__) 39 #if !defined(__SCE__) || __has_feature(modules) || \ 44 #if !defined(__SCE__) || __has_feature(modules) || \ 49 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLFLUSHOPT__) 53 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLWB__) 57 #if !defined(__SCE__) || __has_feature(modules) || defined(__AVX__) [all …]
|
| H A D | x86intrin.h | 17 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHW__) 21 #if !defined(__SCE__) || __has_feature(modules) || defined(__SSE4A__) 25 #if !defined(__SCE__) || __has_feature(modules) || defined(__FMA4__) 29 #if !defined(__SCE__) || __has_feature(modules) || defined(__XOP__) 33 #if !defined(__SCE__) || __has_feature(modules) || defined(__TBM__) 37 #if !defined(__SCE__) || __has_feature(modules) || defined(__LWP__) 41 #if !defined(__SCE__) || __has_feature(modules) || defined(__MWAITX__) 45 #if !defined(__SCE__) || __has_feature(modules) || defined(__CLZERO__) 49 #if !defined(__SCE__) || __has_feature(modules) || defined(__RDPRU__)
|
| H A D | x86gprintrin.h | 13 #if !defined(__SCE__) || __has_feature(modules) || defined(__HRESET__) 17 #if !defined(__SCE__) || __has_feature(modules) || defined(__UINTR__) 21 #if !defined(__SCE__) || __has_feature(modules) || defined(__USERMSR__) 25 #if !defined(__SCE__) || __has_feature(modules) || defined(__CRC32__) 29 #if !defined(__SCE__) || __has_feature(modules) || defined(__PRFCHI__) 33 #if !defined(__SCE__) || __has_feature(modules) || defined(__RAOINT__) 37 #if !defined(__SCE__) || __has_feature(modules) || defined(__CMPCCXADD__)
|
| H A D | module.modulemap | 155 // Start -fbuiltin-headers-in-system-modules affected modules 157 // The following modules all ignore their headers when 158 // -fbuiltin-headers-in-system-modules is passed, and many of 159 // those headers join system modules when present. 161 // e.g. if -fbuiltin-headers-in-system-modules is passed, then 244 // -fbuiltin-headers-in-system-modules is passed. 294 // this module even if -fbuiltin-headers-in-system-modules is passed. 319 // End -fbuiltin-headers-in-system-modules affected modules
|
| /src/lib/libpam/static_libpam/ |
| H A D | Makefile.depend | 6 lib/libpam/modules/pam_chroot \ 7 lib/libpam/modules/pam_deny \ 8 lib/libpam/modules/pam_echo \ 9 lib/libpam/modules/pam_exec \ 10 lib/libpam/modules/pam_ftpusers \ 11 lib/libpam/modules/pam_group \ 12 lib/libpam/modules/pam_guest \ 13 lib/libpam/modules/pam_krb5 \ 14 lib/libpam/modules/pam_ksu \ 15 lib/libpam/modules/pam_lastlog \ [all …]
|
| /src/targets/pseudo/userland/lib/ |
| H A D | Makefile.depend | 29 lib/libalias/modules/dummy \ 30 lib/libalias/modules/ftp \ 31 lib/libalias/modules/irc \ 32 lib/libalias/modules/nbt \ 33 lib/libalias/modules/pptp \ 34 lib/libalias/modules/skinny \ 35 lib/libalias/modules/smedia \ 120 lib/libpam/modules/pam_chroot \ 121 lib/libpam/modules/pam_deny \ 122 lib/libpam/modules/pam_echo \ [all …]
|
| /src/sys/tools/ |
| H A D | kernel-gdb.py | 13 modules = [ variable 21 def reload_modules(modules): argument 22 for mod in modules: 23 if mod in sys.modules: 24 importlib.reload(sys.modules[mod]) 28 reload_modules(modules) 39 reload_modules(modules)
|
| /src/contrib/openpam/ |
| H A D | configure.ac | 38 AC_ARG_ENABLE([unversioned-modules], 39 AS_HELP_STRING([--disable-unversioned-modules], 40 [support loading of unversioned modules]), 44 [Whether loading unversioned modules support is disabled]) 47 AC_ARG_WITH([modules-dir], 48 AS_HELP_STRING([--with-modules-dir=DIR], 49 [OpenPAM modules directory]), 54 [OpenPAM modules directory]) 64 [Base directory for local policies and modules]), 71 [Base directory for local policies and modules])]) [all …]
|
| H A D | INSTALL | 22 --with-modules-dir=DIR 23 Indicates the directory where PAM modules will be installed. 25 modules in the system library directory. 28 Search for additional policies and modules in DIR/etc and 34 Do not search for policies and modules anywhere else than /etc
|
| /src/sys/contrib/openzfs/module/ |
| H A D | Makefile.in | 6 all: modules 13 modules modules-Linux modules-FreeBSD modules-unknown \ 54 modules-Linux: 62 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules 64 modules-FreeBSD: 67 modules-unknown: 70 modules: modules-@ac_system@ 89 KMODDIR := $(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@
|
| /src/stand/lua/ |
| H A D | config.lua | 33 local modules = {} 143 if modules[key] == nil then 144 modules[key] = {} 146 modules[key][name] = value 259 if modules[k] == nil then 260 modules[k] = {} 262 modules[k].load = v:upper() 836 modules = {} 861 status = loadModule(modules, not config.verbose) 867 if modules[modname] == nil then [all …]
|
| /src/crypto/krb5/src/lib/krb5/krb/ |
| H A D | authdata.c | 97 context->modules[k].ad_type = table->ad_type_list[j]; in k5_ad_init_modules() 98 context->modules[k].plugin_context = plugin_context; in k5_ad_init_modules() 100 context->modules[k].client_fini = table->fini; in k5_ad_init_modules() 102 context->modules[k].client_fini = NULL; in k5_ad_init_modules() 103 context->modules[k].ftable = table; in k5_ad_init_modules() 104 context->modules[k].name = table->name; in k5_ad_init_modules() 107 context->modules[k].ad_type, in k5_ad_init_modules() 108 &context->modules[k].flags); in k5_ad_init_modules() 110 context->modules[k].flags = 0; in k5_ad_init_modules() 112 context->modules[k].request_context = NULL; in k5_ad_init_modules() [all …]
|
| H A D | plugin.c | 143 list = interface->modules; in register_module() 145 list = realloc(interface->modules, (count + 2) * sizeof(*list)); in register_module() 149 interface->modules = list; in register_module() 329 ret = make_full_list(context, modstrs, &interface->modules); in configure_interface() 336 remove_disabled_modules(interface->modules, disable); in configure_interface() 340 filter_enabled_modules(interface->modules, enable); in configure_interface() 404 for (mp = interface->modules; mp != NULL && *mp != NULL; mp++) { in k5_plugin_load() 423 krb5_plugin_initvt_fn **modules) in k5_plugin_load_all() argument 438 mp = interface->modules; in k5_plugin_load_all() 446 for (mp = interface->modules; mp != NULL && *mp != NULL; mp++) { in k5_plugin_load_all() [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/stats/ |
| H A D | stats.cpp | 30 InternalMmapVectorNoCtor<StatModule **> modules; variable 88 modules.push_back(mod); in __sanitizer_stats_register() 89 return modules.size() - 1; in __sanitizer_stats_register() 96 WriteModuleReport(modules[index]); in __sanitizer_stats_unregister() 97 modules[index] = 0; in __sanitizer_stats_unregister() 104 for (StatModule **mod : modules) { in WriteFullReport()
|
| /src/sys/contrib/openzfs/contrib/debian/ |
| H A D | control.modules.in | 14 Package: openzfs-zfs-modules-_KVERS_ 16 Provides: openzfs-zfs-modules 19 Replaces: zfs-modules-_KVERS_ 20 Conflicts: zfs-modules-_KVERS_ 21 Description: OpenZFS filesystem kernel modules for Linux (kernel _KVERS_) 31 your own zfs-modules. The zfs-source package has been
|
| H A D | Makefile.am | 5 dist_noinst_DATA += %D%/control.modules.in 33 dist_noinst_DATA += %D%/openzfs-zfs-modules-_KVERS_-di.install.in 34 dist_noinst_DATA += %D%/openzfs-zfs-modules-_KVERS_.install.in 35 dist_noinst_DATA += %D%/openzfs-zfs-modules-_KVERS_.postinst.in 36 dist_noinst_DATA += %D%/openzfs-zfs-modules-_KVERS_.postrm.in
|
| /src/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-kmod.spec.in | 28 This package contains the ZFS kernel modules. 42 This package provides the header files and objects to build kernel modules. 80 # the signature off of the modules. 87 echo "Signing kernel modules ..."; \ 88 for kmod in $(find %{buildroot}/lib/modules/%{kverrel}/extra/ -name \*.ko); do \ 105 %{__rm} -f %{buildroot}/lib/modules/%{kverrel}/modules.* 108 %{__chmod} u+x %{buildroot}/lib/modules/%{kverrel}/extra/*/*
|
| H A D | zfs-dkms.spec.in | 55 This package contains the dkms ZFS kernel modules. 108 echo "Removing old %{module} dkms modules version $otherver from all kernels." 116 # Uninstall this version of zfs dkms modules before installation of the package. 118 echo "Removing %{module} dkms modules version %{version} from all kernels." 129 echo "Adding %{module} dkms modules version %{version} to dkms." 133 # Force the overwriting of old modules to avoid diff warnings in dkms status. 136 echo "Installing %{module} dkms modules version %{version} for the current kernel." 148 # Check if we uninstall the package. In that case remove the dkms modules. 153 echo "Removing %{module} dkms modules version %{version} from all kernels." 156 # If removing the modules failed, it might be because of the broken 'dkms status'. [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | CONF_modules_free.pod | 24 configuration modules. Normally, in versions of OpenSSL prior to 1.1.0, 28 CONF_modules_finish() calls each configuration modules B<finish> handler 31 CONF_modules_unload() finishes and unloads configuration modules. If 32 B<all> is set to B<0> only modules loaded from DSOs will be unloads. If 33 B<all> is B<1> all modules, including built-in modules will be unloaded.
|
| H A D | OPENSSL_load_builtin_modules.pod | 5 …d_builtin_modules, ASN1_add_oid_module, ENGINE_add_conf_module - add standard configuration modules 18 configuration modules to the internal list. They can then be used by the 35 configuration modules instead of adding modules selectively: otherwise 37 modules are added.
|
| /src/sys/kern/ |
| H A D | kern_module.c | 60 static TAILQ_HEAD(modulelist, module) modules; 84 TAILQ_INIT(&modules); in module_init() 100 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link) in module_shutdown() 140 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_register_init() 141 TAILQ_INSERT_HEAD(&mod->file->modules, mod, flink); in module_register_init() 171 TAILQ_INSERT_TAIL(&modules, newmod, link); in module_register() 174 TAILQ_INSERT_TAIL(&container->modules, newmod, flink); in module_register() 203 TAILQ_REMOVE(&modules, mod, link); in module_release() 205 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_release() 218 TAILQ_FOREACH(mod, &modules, link) { in module_lookupbyname() [all …]
|
| /src/crypto/krb5/src/lib/kadm5/srv/ |
| H A D | pwqual.c | 46 krb5_plugin_initvt_fn *modules = NULL, *mod; in k5_pwqual_load() local 52 ret = k5_plugin_load_all(context, PLUGIN_INTERFACE_PWQUAL, &modules); in k5_pwqual_load() 57 for (count = 0; modules[count] != NULL; count++); in k5_pwqual_load() 65 for (mod = modules; *mod != NULL; mod++) { in k5_pwqual_load() 93 k5_plugin_free_modules(context, modules); in k5_pwqual_load()
|
| /src/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 55 This package contains the dkms ZFS kernel modules. 108 echo "Removing old %{module} dkms modules version $otherver from all kernels." 116 # Uninstall this version of zfs dkms modules before installation of the package. 118 echo "Removing %{module} dkms modules version %{version} from all kernels." 129 echo "Adding %{module} dkms modules version %{version} to dkms." 133 # Force the overwriting of old modules to avoid diff warnings in dkms status. 136 echo "Installing %{module} dkms modules version %{version} for the current kernel." 148 # Check if we uninstall the package. In that case remove the dkms modules. 153 echo "Removing %{module} dkms modules version %{version} from all kernels." 156 # If removing the modules failed, it might be because of the broken 'dkms status'. [all …]
|
| /src/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 142 InternalMmapVector<LoadedModule> modules; in ProcessGlobalRegions() local 143 modules.reserve(128); in ProcessGlobalRegions() 144 memory_mapping.DumpListOfModules(&modules); in ProcessGlobalRegions() 145 for (uptr i = 0; i < modules.size(); ++i) { in ProcessGlobalRegions() 148 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions() 151 modules[i].ranges()) { in ProcessGlobalRegions()
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 192 HMODULE *modules; in ompt_tool_windows() local 194 modules = (HMODULE *)malloc(NUM_MODULES * sizeof(HMODULE)); in ompt_tool_windows() 200 if (!EnumProcessModules(process, modules, NUM_MODULES * sizeof(HMODULE), in ompt_tool_windows() 203 free(modules); in ompt_tool_windows() 212 modules = (HMODULE *)realloc(modules, needed); in ompt_tool_windows() 214 if (!EnumProcessModules(process, modules, needed, &needed)) { in ompt_tool_windows() 215 free(modules); in ompt_tool_windows() 220 (FARPROC &)ompt_tool_p = GetProcAddress(modules[i], "ompt_start_tool"); in ompt_tool_windows() 224 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows() 228 free(modules); in ompt_tool_windows() [all …]
|