Home
last modified time | relevance | path

Searched full:modules (Results 1 – 25 of 1949) sorted by relevance

12345678910>>...78

/freebsd-13-stable/lib/libpam/modules/
HDmodules.inc4 MODULES =
5 MODULES += pam_chroot
6 MODULES += pam_deny
7 MODULES += pam_echo
8 MODULES += pam_exec
9 MODULES += pam_ftpusers
10 MODULES += pam_group
11 MODULES += pam_guest
13 MODULES += pam_krb5
14 MODULES += pam_ksu
[all …]
/freebsd-13-stable/lib/libpam/static_libpam/
HDMakefile.depend6 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 …]
HDMakefile50 # Static modules
52 # We build static versions of all modules and of openpam_static.o,
54 # the modules export any symbols, but they store structures with
56 # in openpam_static.c traverses to locate the individual modules.
58 MODULE_DIR= ../modules
59 .include "${.CURDIR}/${MODULE_DIR}/modules.inc"
60 STATIC_MODULES= ${MODULES:C/.*/${MODULE_DIR}\/&\/lib&.a/}
/freebsd-13-stable/targets/pseudo/userland/lib/
HDMakefile.depend28 lib/libalias/modules/dummy \
29 lib/libalias/modules/ftp \
30 lib/libalias/modules/irc \
31 lib/libalias/modules/nbt \
32 lib/libalias/modules/pptp \
33 lib/libalias/modules/skinny \
34 lib/libalias/modules/smedia \
115 lib/libpam/modules/pam_chroot \
116 lib/libpam/modules/pam_deny \
117 lib/libpam/modules/pam_echo \
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
HDimmintrin.h19 #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 …]
HDx86intrin.h17 #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__)
HDmodule.modulemap155 // 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
HDx86gprintrin.h13 #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__)
/freebsd-13-stable/contrib/unbound/services/
HDmodstack.h2 * services/modstack.h - stack of modules
39 * This file contains functions to help maintain a stack of modules.
48 * Stack of modules.
51 /** the number of modules */
58 * Init a stack of modules
64 * Free the stack of modules
70 * Initialises modules and assignes ids. Calls module_startup().
72 * @param module_conf: string what modules to initialize
73 * @param env: module environment which is inited by the modules.
82 * @param stack: the stack of modules (empty before call).
[all …]
/freebsd-13-stable/sys/contrib/openzfs/module/
HDMakefile.in8 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@
69 @# is defined. This indicates that kernel modules should be built.
81 @# Install the kernel modules
87 kmoddir=$(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@; \
[all …]
/freebsd-13-stable/share/man/man4/
HDkld.433 The LKM (Loadable Kernel Modules) facility has been deprecated in
45 Various types of modules can be loaded into the system.
54 system makes extensive use of loadable kernel modules, and provides loadable
61 modules are placed by default in the
78 or ELF formatted loadable modules.
85 program is used to check the status of the modules currently loaded into the
88 Kernel modules may only be loaded or unloaded if the system security level
93 .It Em "Device Driver modules"
101 become available as a result of loading modules, or existing devices
102 go away when modules are unloaded, by configuring
[all …]
/freebsd-13-stable/sys/modules/libalias/modules/
HDmodules.inc2 MODULES =
3 MODULES += dummy
4 MODULES += ftp
5 MODULES += irc
6 MODULES += nbt
7 MODULES += pptp
8 MODULES += skinny
9 MODULES += smedia
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangModulesDeclVendor.h39 /// Add a module to the list of modules to search.
61 /// Add all modules referred to in a given compilation unit to the list
62 /// of modules to search.
65 /// The compilation unit to scan for imported modules.
73 /// it tries to load the modules.
76 /// True if all modules referred to by the compilation unit could be
84 /// Enumerate all the macros that are defined by a given set of modules
87 /// \param[in] modules
88 /// The unique IDs for all modules to query. Later modules have higher
98 const ModuleVector &modules,
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDModuleManager.h10 // modules for the ASTReader.
45 /// Manages the set of modules loaded by an AST reader.
60 /// All loaded modules, indexed by name.
61 llvm::DenseMap<const FileEntry *, ModuleFile *> Modules; variable
86 /// Either the global index or the module manager may have modules that the
88 /// (in which case the module manager could have modules it does not) and
89 /// this particular translation unit might not have loaded all of the modules
140 /// Forward iterator to traverse all loaded modules.
143 /// Forward iterator end-point to traverse all loaded modules
146 /// Const forward iterator to traverse all loaded modules.
[all …]
/freebsd-13-stable/crypto/openssl/
HDNOTES.PERL6 - 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.
51 Notes on Perl modules we use
54 We make increasing use of Perl modules, and do our best to limit
55 ourselves to core Perl modules to keep the requirements down. There
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
[all …]
/freebsd-13-stable/share/man/man9/
HDkhelp.959 modules, which indirectly use the
63 Khelp modules aim to provide a structured way to dynamically extend the kernel
80 modules are represented within the
102 Modules must instantiate a
112 The framework takes care of all other fields and modules should refrain from
148 modules to associate persistent per-object data, so a manual check is required.
162 should only be used by modules which require the use of persistent per-object
163 storage i.e. modules which set the HELPER_NEEDS_OSD flag in their
269 modules to do useful things relates to defining and instantiating suitable
273 modules to hook into.
[all …]
/freebsd-13-stable/contrib/openpam/
HDconfigure.ac39 AC_ARG_ENABLE([unversioned-modules],
40 AC_HELP_STRING([--disable-unversioned-modules],
41 [support loading of unversioned modules]),
45 [Whether loading unversioned modules support is disabled])
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
[all …]
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
HDREADME.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
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDDbiModuleList.cpp25 const DbiModuleList &Modules, uint32_t Modi, uint16_t Filei) in DbiModuleSourceFilesIterator() argument
26 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator()
50 assert(Modules == R.Modules); in operator ==()
89 Thisi = R.Modules->getSourceFileCount(RealModi); in operator -()
101 assert(Filei <= Modules->getSourceFileCount(Modi)); in operator +=()
124 uint32_t Off = Modules->ModuleInitialFileIndex[Modi] + Filei; in setValue()
125 auto ExpectedValue = Modules->getFileName(Off); in setValue()
128 Filei = Modules->getSourceFileCount(Modi); in setValue()
137 assert(Modules); in isEnd()
138 assert(Modi <= Modules->getModuleCount()); in isEnd()
[all …]
/freebsd-13-stable/sbin/kldconfig/
HDkldconfig.843 displays or modifies the search path used by the kernel when loading modules
90 .It Pa /boot/kernel , /boot/modules , /modules
99 /boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays
126 /boot/kernel;/boot/modules -> /boot;/boot/kernel;/boot/modules
136 /boot;/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays -> /boot
144 /boot;/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays -> /boot
156 $ kldconfig -f -U /boot/kernel /boot/kernel /boot/modules /boot/dtb /boot/dtb/overlays
/freebsd-13-stable/sys/contrib/openzfs/rpm/generic/
HDzfs-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-13-stable/sys/contrib/openzfs/rpm/redhat/
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-13-stable/lib/libpam/pam.d/
HDREADME3 Authentication Modules (PAM) library.
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-stable/stand/lua/
HDconfig.lua33 local modules = {}
55 local MSG_MODLOADING = "Loading configured modules..."
142 if modules[key] == nil then
143 modules[key] = {}
145 modules[key][name] = value
256 if modules[k] == nil then
257 modules[k] = {}
259 modules[k].load = v:upper()
726 modules = {}
751 status = loadModule(modules, not config.verbose)
[all …]
/freebsd-13-stable/crypto/openssl/doc/man3/
HDCONF_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 builtin modules will be unloaded.

12345678910>>...78