Home
last modified time | relevance | path

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

12345678910>>...81

/freebsd/lib/libpam/modules/
H A Dmodules.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/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 \
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 …]
H A DMakefile50 # 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/targets/pseudo/userland/lib/
H A DMakefile.depend29 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 …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dimmintrin.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 …]
H A Dx86intrin.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__)
H A Dmodule.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
H A Dx86gprintrin.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/contrib/unbound/services/
H A Dmodstack.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/share/man/man4/
H A Dkld.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 ar
[all...]
/freebsd/sys/modules/libalias/modules/
H A Dmodules.inc2 MODULES =
3 MODULES += dummy
4 MODULES += ftp
5 MODULES += irc
6 MODULES += nbt
7 MODULES += pptp
8 MODULES += skinny
9 MODULES += smedia
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.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/sys/contrib/openzfs/module/
H A DMakefile.in6 all: modules
13 modules modules-Linux modules-FreeBSD modules-unknown \
53 modules-Linux:
60 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules
62 modules-FreeBSD:
65 modules-unknown:
68 modules: modules-@ac_system@
72 @# is defined. This indicates that kernel modules should be built.
87 KMODDIR := $(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@
89 @# Install the kernel modules
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.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/share/man/man9/
H A Dkhelp.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/contrib/openpam/
H A Dconfigure.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/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
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.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/sbin/kldconfig/
H A Dkldconfig.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/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in49 This package contains the dkms ZFS kernel modules.
102 echo "Removing old %{module} dkms modules version $otherver from all kernels."
110 # Uninstall this version of zfs dkms modules before installation of the package.
112 echo "Removing %{module} dkms modules version %{version} from all kernels."
123 echo "Adding %{module} dkms modules version %{version} to dkms."
127 # Force the overwriting of old modules to avoid diff warnings in dkms status.
130 echo "Installing %{module} dkms modules version %{version} for the current kernel."
142 # Check if we uninstall the package. In that case remove the dkms modules.
147 echo "Removing %{module} dkms modules version %{version} from all kernels."
150 # If removing the modules faile
[all...]
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.
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/*/*
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in49 This package contains the dkms ZFS kernel modules.
102 echo "Removing old %{module} dkms modules version $otherver from all kernels."
110 # Uninstall this version of zfs dkms modules before installation of the package.
112 echo "Removing %{module} dkms modules version %{version} from all kernels."
123 echo "Adding %{module} dkms modules version %{version} to dkms."
127 # Force the overwriting of old modules to avoid diff warnings in dkms status.
130 echo "Installing %{module} dkms modules version %{version} for the current kernel."
142 # Check if we uninstall the package. In that case remove the dkms modules.
147 echo "Removing %{module} dkms modules version %{version} from all kernels."
150 # If removing the modules failed, it might be because of the broken 'dkms status'.
[all …]
/freebsd/lib/libpam/pam.d/
H A DREADME3 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/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/crypto/openssl/
H A DNOTES-PERL.md8 - [Required Perl modules](#required-perl-modules)
15 some core Perl modules. These Perl modules are part of the Perl
19 differ, and you may have to check that you do get the core modules
24 install the core Perl modules as well, so you will be fine.
66 Required Perl modules
69 We do our best to limit ourselves to core Perl modules to keep the
102 Perl modules in Debian based distributions use package names like

12345678910>>...81