/freebsd/lib/libpam/modules/ |
H A D | modules.inc | 4 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 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 …]
|
/freebsd/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 …]
|
/freebsd/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 | 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
|
/freebsd/contrib/unbound/services/ |
H A D | modstack.h | 2 * 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 D | kld.4 | 33 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 D | modules.inc | 2 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 D | ClangModulesDeclVendor.h | 39 /// 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/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ModuleManager.h | 10 // 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/sys/contrib/openzfs/module/ |
H A D | Makefile.in | 6 all: modules 13 modules modules-Linux modules-FreeBSD modules-unknown \ 53 modules-Linux: 61 M="$$PWD" @KERNEL_MAKE@ CONFIG_ZFS=m modules 63 modules-FreeBSD: 66 modules-unknown: 69 modules: modules-@ac_system@ 73 @# is defined. This indicates that kernel modules should be built. 88 KMODDIR := $(INSTALL_MOD_PATH)/lib/modules/@LINUX_VERSION@ 90 @# Install the kernel modules [all …]
|
/freebsd/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 …]
|
/freebsd/share/man/man9/ |
H A D | khelp.9 | 59 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/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() 216 /* Allocate space for all of the modules plus a null terminator. */ in make_full_list() 232 /* Cannibalize the old list of built-in modules. */ in make_full_list() 327 /* Create the full list of dynamic and built-in modules. */ in configure_interface() 329 ret = make_full_list(context, modstrs, &interface->modules); in configure_interface() 334 /* Remove disabled modules. */ in configure_interface() 336 remove_disabled_modules(interface->modules, disable); in configure_interface() 338 /* Filter and re-order the list according to enable-modules. */ in configure_interface() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 25 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/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 [all …]
|
/freebsd/contrib/lyaml/doc/ |
H A D | index.html | 32 <h2>Modules</h2> 34 <li><a href="modules/lyaml.html">lyaml</a></li> 35 <li><a href="modules/lyaml.explicit.html">lyaml.explicit</a></li> 36 <li><a href="modules/lyaml.functional.html">lyaml.functional</a></li> 37 <li><a href="modules/lyaml.implicit.html">lyaml.implicit</a></li> 61 <h2>Modules</h2> 64 <td class="name" nowrap><a href="modules/lyaml.html">lyaml</a></td> 70 <td class="name" nowrap><a href="modules/lyaml.explicit.html">lyaml.explicit</a></td> 76 <td class="name" nowrap><a href="modules/lyaml.functional.html">lyaml.functional</a></td> 82 <td class="name" nowrap><a href="modules/lyaml.implicit.html">lyaml.implicit</a></td>
|
/freebsd/crypto/krb5/doc/admin/ |
H A D | host_config.rst | 120 modules; see :ref:`hostrealm_plugin` for details. 130 modules. For most of these behaviors, you can use the :ref:`plugins` 131 section of krb5.conf to register third-party modules, and to switch 132 off registered or built-in modules. 141 cases (such as a shared object which implements multiple modules for 151 Many of the pluggable behaviors in MIT krb5 contain built-in modules 163 If you want to disable multiple modules, specify the **disable** 166 Alternatively, you can explicitly specify which modules you want to be 177 Again, if you want to specify multiple modules, specify the 182 modules. [all …]
|
/freebsd/crypto/krb5/doc/html/_sources/admin/ |
H A D | host_config.rst.txt | 120 modules; see :ref:`hostrealm_plugin` for details. 130 modules. For most of these behaviors, you can use the :ref:`plugins` 131 section of krb5.conf to register third-party modules, and to switch 132 off registered or built-in modules. 141 cases (such as a shared object which implements multiple modules for 151 Many of the pluggable behaviors in MIT krb5 contain built-in modules 163 If you want to disable multiple modules, specify the **disable** 166 Alternatively, you can explicitly specify which modules you want to be 177 Again, if you want to specify multiple modules, specify the 182 modules. [all …]
|
/freebsd/sbin/kldconfig/ |
H A D | kldconfig.8 | 43 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 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 faile [all...] |
/freebsd/crypto/krb5/src/tests/ |
H A D | t_pwqual.py | 19 mark('pwqual modules') 59 # Test the basic order: dynamic modules, then built-in modules, each 65 # Disabling modules should not affect the order of other modules. 69 # enable_only should reorder the modules, but can't resurrect disabled 70 # modules or create ones from thin air. 74 # Duplicate modules should be pruned by preferring earlier entries.
|
/freebsd/lib/libpam/pam.d/ |
H A D | README | 3 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.
|