| /freebsd-13.1/contrib/llvm-project/clang/lib/Headers/ |
| H A D | immintrin.h | 15 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 20 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 25 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 30 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 35 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 40 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 45 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 50 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 55 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 60 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ [all …]
|
| H A D | stddef.h | 18 #if !__has_feature(modules) 30 #if !defined(_PTRDIFF_T) || __has_feature(modules) 32 #if !__has_feature(modules) 41 #if !defined(_SIZE_T) || __has_feature(modules) 43 #if !__has_feature(modules) 55 !defined(_RSIZE_T)) || __has_feature(modules) 57 #if !__has_feature(modules) 67 #if !defined(_WCHAR_T) || __has_feature(modules) 68 #if !__has_feature(modules) 112 #if !defined(_WINT_T) || __has_feature(modules) [all …]
|
| H A D | x86intrin.h | 17 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 22 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 27 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 32 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 37 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 42 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 47 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 52 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \ 57 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
|
| /freebsd-13.1/lib/libpam/static_libpam/ |
| H A D | Makefile.depend | 7 lib/libpam/modules/pam_chroot \ 8 lib/libpam/modules/pam_deny \ 9 lib/libpam/modules/pam_echo \ 10 lib/libpam/modules/pam_exec \ 12 lib/libpam/modules/pam_group \ 13 lib/libpam/modules/pam_guest \ 14 lib/libpam/modules/pam_krb5 \ 15 lib/libpam/modules/pam_ksu \ 19 lib/libpam/modules/pam_opie \ 27 lib/libpam/modules/pam_self \ [all …]
|
| /freebsd-13.1/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 \ 117 lib/libpam/modules/pam_deny \ 118 lib/libpam/modules/pam_echo \ 124 lib/libpam/modules/pam_ksu \ [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/module/ |
| H A D | Makefile.in | 8 all: modules 15 modules modules-Linux modules-FreeBSD modules-unknown \ 53 modules-Linux: 57 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules 59 modules-FreeBSD: 62 modules-unknown: 65 modules: modules-@ac_system@ 87 kmoddir=$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \ 112 kmoddir=$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
|
| /freebsd-13.1/contrib/openpam/ |
| H A D | configure.ac | 40 AC_ARG_ENABLE([unversioned-modules], 42 [support loading of unversioned modules]), 49 AC_ARG_WITH([modules-dir], 50 AC_HELP_STRING([--with-modules-dir=DIR], 51 [OpenPAM modules directory]), 56 [OpenPAM modules directory]) 141 modules/Makefile 142 modules/pam_deny/Makefile 143 modules/pam_permit/Makefile 144 modules/pam_return/Makefile [all …]
|
| /freebsd-13.1/stand/lua/ |
| H A D | config.lua | 35 local modules = {} 141 if modules[key] == nil then 142 modules[key] = {} 144 modules[key][name] = value 255 if modules[k] == nil then 256 modules[k] = {} 258 modules[k].load = v:upper() 725 modules = {} 757 modules[modname] = {} 775 modules[modname].load = "NO" [all …]
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | NOTES.PERL | 6 - Notes on Perl modules we use 13 some core Perl modules. These Perl modules are part of the Perl 17 differ, and you may have to check that you do get the core modules 22 install the core Perl modules as well, so you will be fine. 65 Text::Template This module is not part of the core Perl modules. 66 As a matter of fact, the core Perl modules do not 72 following modules in our source. They will work as fallbacks if 73 these modules aren't already installed on the system.
|
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | Makefile.in | 78 install: $(TARGETS) install-modules 95 install-modules: install-modules-@APU_HAVE_MODULES@ 97 install-modules-no: 99 install-modules-yes: $(APU_MODULES) 123 .PHONY: install-modules install-modules-yes install-modules-no dox test check
|
| /freebsd-13.1/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 builtin 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.
|
| /freebsd-13.1/share/examples/drivers/ |
| H A D | make_pseudo_driver.sh | 38 if [ -d ${TOP}/modules/${1} ]; then 49 rm -rf ${TOP}/modules/${1} 61 echo ${TOP}/modules/${1} 67 echo ${TOP}/modules/${1} 68 echo ${TOP}/modules/${1}/Makefile 70 mkdir ${TOP}/modules/${1} 387 if [ ! -d ${TOP}/modules/${1} ]; then 388 mkdir -p ${TOP}/modules/${1} 391 cat >${TOP}/modules/${1}/Makefile <<DONE 410 (cd ${TOP}/modules/${1}; make depend; make )
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_common_mac.cpp | 123 InternalMmapVector<LoadedModule> modules; in ProcessGlobalRegions() local 124 modules.reserve(128); in ProcessGlobalRegions() 125 memory_mapping.DumpListOfModules(&modules); in ProcessGlobalRegions() 126 for (uptr i = 0; i < modules.size(); ++i) { in ProcessGlobalRegions() 129 if (!flags()->use_globals && modules[i].instrumented()) continue; in ProcessGlobalRegions() 132 modules[i].ranges()) { in ProcessGlobalRegions()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_module.c | 63 static TAILQ_HEAD(modulelist, module) modules; 87 TAILQ_INIT(&modules); in module_init() 103 TAILQ_FOREACH_REVERSE(mod, &modules, modulelist, link) in module_shutdown() 143 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_register_init() 144 TAILQ_INSERT_HEAD(&mod->file->modules, mod, flink); in module_register_init() 174 TAILQ_INSERT_TAIL(&modules, newmod, link); in module_register() 206 TAILQ_REMOVE(&modules, mod, link); in module_release() 208 TAILQ_REMOVE(&mod->file->modules, mod, flink); in module_release() 221 TAILQ_FOREACH(mod, &modules, link) { in module_lookupbyname() 236 TAILQ_FOREACH(mod, &modules, link) in module_lookupbyid() [all …]
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | ompt-general.cpp | 189 HMODULE *modules; in ompt_tool_windows() local 191 modules = (HMODULE *)malloc(NUM_MODULES * sizeof(HMODULE)); in ompt_tool_windows() 197 if (!EnumProcessModules(process, modules, NUM_MODULES * sizeof(HMODULE), in ompt_tool_windows() 200 free(modules); in ompt_tool_windows() 209 modules = (HMODULE *)realloc(modules, needed); in ompt_tool_windows() 211 if (!EnumProcessModules(process, modules, needed, &needed)) { in ompt_tool_windows() 212 free(modules); in ompt_tool_windows() 221 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows() 225 free(modules); in ompt_tool_windows() 231 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/scripts/ |
| H A D | kmodtool | 57 echo '%global kmodinstdir_prefix '${prefix}/lib/modules/ 93 This package provides the akmod package for the ${kmodname} kernel modules. 160 Provides: kernel-modules-for-kernel = ${kernel_uname_r} 190 …${prefix}${depmod_path} -aeF /lib/modules/${kernel_uname_r}/System.map ${kernel_uname_r} > /dev/nu… 217 This package provides the ${kmodname} kernel modules built for the Linux 221 %dir $prefix/lib/modules/${kernel_uname_r}/extra 222 ${prefix}/lib/modules/${kernel_uname_r}/extra/${kmodname}/ 258 This package provides the common header files to build kernel modules 324 This package provides objects and symbols required to build kernel modules 325 which depend on the ${kmodname} kernel modules built for the Linux [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | README.md | 5 several software modules inside ZED. 19 _Retire Agent_ modules. It also includes infrastructure to support a 20 crude FMD environment to host these modules. For additional 45 internal FMA modules based on their event subscriptions. Likewise, if 51 There are three FMD modules (aka agents) that are now built into ZED. 86 * The FMD module API required for logic modules is emulated and implemented 93 * The event subscriptions for the modules (located in a module specific 97 * The FMD modules are called one at a time from a single thread that 98 consumes events queued to the modules. These events are sourced from 102 * The FMD code modules have minimal changes and were intentionally left
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | sff,sfp.txt | 7 "sff,sfp" for SFP modules 8 "sff,sff" for soldered down SFF modules 17 not be present for SFF modules 30 Must not be present for SFF modules 34 high Tx rate. Must not be present for SFF modules 38 slot, in milli-Watts. Presently, modules can be up to 1W, 1.5W or 2W.
|
| /freebsd-13.1/sys/conf/ |
| H A D | kern.post.mk | 68 LOCAL_MODULES_DIR?= ${LOCALBASE}/sys/modules 81 ${target}: modules-${target} 82 modules-${target}: 83 .if !defined(MODULES_WITH_WORLD) && exists($S/modules) 84 cd $S/modules; ${MKMODULESENV} ${MAKE} \ 149 .ORDER: kernel-install modules-install 162 modules: modules-all 163 modules-depend: beforebuild 164 modules-all: beforebuild 167 modules-all modules-depend: modules-obj
|
| /freebsd-13.1/lib/libpam/pam.d/ |
| H A D | README | 12 PAM library and descriptions of the various files and modules. Below 34 modules are run, but the request will be denied. 36 modules are run. 38 module failed, no remaining modules are run. 40 modules are run, but the request will be denied. 41 optional: ignored unless the other modules return PAM_IGNORE.
|
| /freebsd-13.1/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-kmod.spec.in | 30 This package contains the ZFS kernel modules. 45 This package provides the header files and objects to build kernel modules. 82 %{__rm} -f %{buildroot}/lib/modules/%{kverrel}/modules.* 85 %{__chmod} u+x %{buildroot}/lib/modules/%{kverrel}/extra/*/*/*
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | imx7ulp-clock.txt | 4 Clock Generation (SCG) modules, Peripheral Clock Control (PCC) 5 modules, and Core Mode Controller (CMC)1 blocks 13 M4 clock management consists of SCG0, PCC0, PCC1, and CMC0 modules. 14 A7 clock management consists of SCG1, PCC2, PCC3, and CMC1 modules. 18 System Clock Generation (SCG) modules: 36 Peripheral Clock Control (PCC) modules:
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_libignore.cpp | 53 ListOfModules modules; in OnLibraryLoaded() local 54 modules.init(); in OnLibraryLoaded() 58 for (const auto &mod : modules) { in OnLibraryLoaded() 100 for (const auto &mod : modules) { in OnLibraryLoaded()
|