Home
last modified time | relevance | path

Searched refs:modules (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dimmintrin.h19 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
24 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
29 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
34 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
39 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
44 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
49 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
54 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
59 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
64 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
[all …]
H A Dx86intrin.h17 #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) || \
62 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
H A Dx86gprintrin.h13 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
18 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
23 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
28 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
33 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
38 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
43 #if !(defined(_MSC_VER) || defined(__SCE__)) || __has_feature(modules) || \
H A Dmodule.modulemap156 // Start -fbuiltin-headers-in-system-modules affected modules
158 // The following modules all ignore their headers when
159 // -fbuiltin-headers-in-system-modules is passed, and many of
160 // those headers join system modules when present.
162 // e.g. if -fbuiltin-headers-in-system-modules is passed, then
236 // -fbuiltin-headers-in-system-modules is passed.
286 // this module even if -fbuiltin-headers-in-system-modules is passed.
311 // End -fbuiltin-headers-in-system-modules affected modules
/freebsd/lib/libpam/static_libpam/
H A DMakefile.depend6 lib/libpam/modules/pam_chroot \
7 lib/libpam/modules/pam_deny \
8 lib/libpam/modules/pam_echo \
9 lib/libpam/modules/pam_exec \
11 lib/libpam/modules/pam_group \
12 lib/libpam/modules/pam_guest \
13 lib/libpam/modules/pam_krb5 \
14 lib/libpam/modules/pam_ksu \
24 lib/libpam/modules/pam_self \
25 lib/libpam/modules/pam_ssh \
[all …]
/freebsd/targets/pseudo/userland/lib/
H A DMakefile.depend30 lib/libalias/modules/dummy \
31 lib/libalias/modules/ftp \
32 lib/libalias/modules/irc \
33 lib/libalias/modules/nbt \
34 lib/libalias/modules/pptp \
35 lib/libalias/modules/skinny \
36 lib/libalias/modules/smedia \
122 lib/libpam/modules/pam_deny \
123 lib/libpam/modules/pam_echo \
129 lib/libpam/modules/pam_ksu \
[all …]
/freebsd/sys/contrib/openzfs/module/
H A DMakefile.in6 all: modules
13 modules modules-Linux modules-FreeBSD modules-unknown \
53 modules-Linux:
58 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules
60 modules-FreeBSD:
63 modules-unknown:
66 modules: modules-@ac_system@
85 KMODDIR := $(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@
/freebsd/contrib/openpam/
H A Dconfigure.ac39 AC_ARG_ENABLE([unversioned-modules],
41 [support loading of unversioned modules]),
48 AC_ARG_WITH([modules-dir],
49 AC_HELP_STRING([--with-modules-dir=DIR],
50 [OpenPAM modules directory]),
55 [OpenPAM modules directory])
162 modules/Makefile
163 modules/pam_deny/Makefile
164 modules/pam_permit/Makefile
165 modules/pam_return/Makefile
[all …]
/freebsd/stand/lua/
H A Dconfig.lua33 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()
831 modules = {}
863 modules[modname] = {}
881 modules[modname].load = "NO"
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-linux.yml20 - name: Build modules
22 - name: Prepare modules upload
23 run: tar czf modules-${{ matrix.os }}.tgz *.deb .github tests/test-runner tests/ImageOS.txt
26 name: modules-${{ matrix.os }}
27 path: modules-${{ matrix.os }}.tgz
50 tar xzf modules-22.04/modules-22.04.tgz .github tests
H A Dzfs-linux-tests.yml21 name: modules-${{ inputs.os }}
22 - name: Install modules
24 tar xzf modules-${{ inputs.os }}.tgz
63 name: modules-${{ inputs.os }}
64 - name: Install modules
66 tar xzf modules-${{ inputs.os }}.tgz
99 name: modules-${{ inputs.os }}
100 - name: Install modules
102 tar xzf modules-${{ inputs.os }}.tgz
/freebsd/contrib/llvm-project/compiler-rt/lib/stats/
H A Dstats.cpp30 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/sys/contrib/openzfs/contrib/debian/
H A Dcontrol.modules.in14 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
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in28 This package contains the ZFS kernel modules.
42 This package provides the header files and objects to build kernel modules.
78 # the signature off of the modules.
85 echo "Signing kernel modules ..."; \
86 for kmod in $(find %{buildroot}/lib/modules/%{kverrel}/extra/ -name \*.ko); do \
103 %{__rm} -f %{buildroot}/lib/modules/%{kverrel}/modules.*
106 %{__chmod} u+x %{buildroot}/lib/modules/%{kverrel}/extra/*/*
H A Dzfs-dkms.spec.in48 This package contains the dkms ZFS kernel modules.
101 echo "Removing old %{module} dkms modules version $otherver from all kernels."
109 # Uninstall this version of zfs dkms modules before installation of the package.
111 echo "Removing %{module} dkms modules version %{version} from all kernels."
122 echo "Adding %{module} dkms modules version %{version} to dkms."
126 # Force the overwriting of old modules to avoid diff warnings in dkms status.
129 echo "Installing %{module} dkms modules version %{version} for the current kernel."
141 # Check if we uninstall the package. In that case remove the dkms modules.
146 echo "Removing %{module} dkms modules version %{version} from all kernels."
149 # If removing the modules failed, it might be because of the broken 'dkms status'.
[all …]
/freebsd/share/examples/drivers/
H A Dmake_pseudo_driver.sh37 if [ -d ${TOP}/modules/${1} ]; then
48 rm -rf ${TOP}/modules/${1}
60 echo ${TOP}/modules/${1}
66 echo ${TOP}/modules/${1}
67 echo ${TOP}/modules/${1}/Makefile
69 mkdir ${TOP}/modules/${1}
382 if [ ! -d ${TOP}/modules/${1} ]; then
383 mkdir -p ${TOP}/modules/${1}
386 cat >${TOP}/modules/${1}/Makefile <<DONE
403 (cd ${TOP}/modules/${1}; make depend; make )
/freebsd/crypto/openssl/doc/man3/
H A DCONF_modules_free.pod24 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 DOPENSSL_load_builtin_modules.pod5 …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/sys/kern/
H A Dkern_module.c60 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()
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()
233 TAILQ_FOREACH(mod, &modules, link) in module_lookupbyid()
[all …]
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in48 This package contains the dkms ZFS kernel modules.
101 echo "Removing old %{module} dkms modules version $otherver from all kernels."
109 # Uninstall this version of zfs dkms modules before installation of the package.
111 echo "Removing %{module} dkms modules version %{version} from all kernels."
122 echo "Adding %{module} dkms modules version %{version} to dkms."
126 # Force the overwriting of old modules to avoid diff warnings in dkms status.
129 echo "Installing %{module} dkms modules version %{version} for the current kernel."
141 # Check if we uninstall the package. In that case remove the dkms modules.
146 echo "Removing %{module} dkms modules version %{version} from all kernels."
149 # If removing the modules failed, it might be because of the broken 'dkms status'.
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp142 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()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp192 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()
224 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows()
228 free(modules); in ompt_tool_windows()
234 if (GetModuleFileName(modules[i], modName, MAX_PATH)) in ompt_tool_windows()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md5 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/sys/contrib/device-tree/Bindings/net/
H A Dsff,sfp.txt7 "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/sys/conf/
H A Dkern.post.mk63 LOCAL_MODULES_DIR?= ${LOCALBASE}/sys/modules
76 ${target}: modules-${target}
77 modules-${target}:
78 .if !defined(MODULES_WITH_WORLD) && exists($S/modules)
79 cd $S/modules; ${MKMODULESENV} ${MAKE} \
153 .ORDER: kernel-install modules-install
166 modules: modules-all
167 modules-depend: beforebuild
168 modules-all: beforebuild
171 modules-all modules-depend: modules-obj

12345678910>>...28